新的IP不同的网关

新的IP不同的网关

好吧,我是菜鸟,我正在尝试解决这个问题,但没有成功。我有一个旧的 VPS 已经 2 年了,今天我申请了一个额外的 IP,我注意到新的 IP 超出了当前旧网关的范围。我使用旧方法添加新 IP,但没有成功,我只能从 VPS ping 新 IP,而不能从外部 ping 通。这是我当前的配置

# The loopback network interface
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
        address 37.187.183.xx
        netmask 255.255.255.0
        gateway 37.187.183.254

auto eth0:0
iface eth0:0 inet static
        address 37.187.203.xx
        netmask 255.255.255.0

相关内容