通过 SSH 连接设置我的外部 IP 地址

通过 SSH 连接设置我的外部 IP 地址

我有带有 2 个外部 IP 地址的 Vserver

2: venet0: <BROADCAST,POINTOPOINT,NOARP,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN
    link/void
    inet 127.0.0.2/32 scope host venet0
    inet xxx.xxx.xxx.204/32 brd xxx.xxx.xxx.204 scope global venet0:0
    inet xxx.xxx.xxx.205/32 brd xxx.xxx.xxx.205 scope global venet0:1

当我通过 .205 地址 ssh 进入服务器时,我得到 .204 地址作为外部 ip 地址

curl -s http://whatismijnip.nl |cut -d " " -f 5
xxx.xxx.xxx.204

我如何确保连接的 IP 地址用作外部 IP 地址?

答案1

我认为,如果没有至少 2 个物理接口和设置多 WAN,您无法做到这一点。现在您正在使用别名,根据我的经验,将使用具有到目标的路由的第一个接口。

相关内容