在/etc/network/interfaces 原本的eth0下面 添加了另一个ip 重启网卡后 不同ip监听的网站都成功了 不过运行一段时间 提示网络配置错误 然后就各种问题 请各位看看= = 我这样 是哪里配置错了吗? 还是少了什么参数
# The primary network interface
auto eth0
iface eth0 inet static
address
108.61.200.xxxnetmask 255.255.254.0
gateway 108.61.200.1
dns-nameservers 8.8.8.8 8.8.4.4
post-up ip route add 169.254.0.0/16 dev eth0
auto eth0:0
iface eth0:0 inet static
address 108.61.163.xx
netmask 255.255.252.0
gateway 108.61.160.1
ps ifconfig的结果:
eth0 Link encap:Ethernet HWaddr 52:54:00:d7:9a:cc
inet addr:
108.61.200.xxx Bcast:108.61.201.255 Mask:255.255.254.0
inet6 addr: fe80::5054:ff:fed7:9acc/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:48445 errors:0 dropped:0 overruns:0 frame:0
TX packets:8430 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:7559520 (7.5 MB) TX bytes:3446410 (3.4 MB)
eth0:0 Link encap:Ethernet HWaddr 52:54:00:d7:9a:cc
inet addr:108.61.163.xx Bcast:108.61.163.255 Mask:255.255.252.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
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:1985 errors:0 dropped:0 overruns:0 frame:0
vps服务商提供的ip如图:
http://r.loli.io/im2Y7n.png
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
https://www.v2ex.com/t/139210
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.