我的 VPS 有多个 IP

我的 VPS 有多个 IP

我在 santrex.net 上购买了 vps,但收不到任何支持回复。我的问题:我有 5 个 ip,但只能 ping 1 个!!!我无法设置 DNS,因为我至少需要 2 个 ip。

您能帮我激活其他 IP 吗?

root@spnova:~# ifconfig
eth0      Link encap:Ethernet  HWaddr aa:00:b9:4f:19:01
          inet addr:188.72.240.100  Bcast:188.72.240.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:163342 errors:0 dropped:0 overruns:0 frame:0
          TX packets:13585 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:32862185 (32.8 MB)  TX bytes:15189036 (15.1 MB)

eth0:0    Link encap:Ethernet  HWaddr aa:00:b9:4f:19:01
          inet addr:188.72.240.101  Bcast:188.72.240.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

eth0:1    Link encap:Ethernet  HWaddr aa:00:b9:4f:19:01
          inet addr:188.72.240.102  Bcast:188.72.240.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

eth0:2    Link encap:Ethernet  HWaddr aa:00:b9:4f:19:01
          inet addr:188.72.240.103  Bcast:188.72.240.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

eth0:3    Link encap:Ethernet  HWaddr aa:00:b9:4f:19:01
          inet addr:188.72.240.104  Bcast:188.72.240.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:11885 errors:0 dropped:0 overruns:0 frame:0
          TX packets:11885 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:8124693 (8.1 MB)  TX bytes:8124693 (8.1 MB)



root@spnova:~# nano /etc/network/interfaces
# Auto generated eth0 interfaces
auto eth0 lo
iface eth0 inet static
        address 188.72.240.100
        netmask 255.255.255.0
        up route add -net 188.72.225.0 netmask 255.255.255.0 dev eth0
        up route add default gw 188.72.225.1
iface lo inet loopback

auto eth0:0
iface eth0:0 inet static
        address 188.72.240.101
        netmask 255.255.255.0
auto eth0:1
iface eth0:1 inet static
        address 188.72.240.102
        netmask 255.255.255.0
auto eth0:2
iface eth0:2 inet static
        address 188.72.240.103
        netmask 255.255.255.0
auto eth0:3
iface eth0:3 inet static
        address 188.72.240.104
        netmask 255.255.255.0

答案1

如果不知道您的提供商使用什么路由/网络设置,我们将无法真正帮助您。

如果你得不到支持人员的回复,请放弃该提供商,转而选择信誉良好的提供商,例如利诺德(我的偏好)或切片主机(另一家广受欢迎的 VPS 提供商)。根据我使用 Linode 的经验(我已经与他们合作了约 6 年),每个支持请求都会在 15 分钟内得到答复。

抛弃那些糟糕的服务提供商,将你辛苦赚来的钱交给那些值得并且能为你提供良好服务的人。

相关内容