新建的tunnel导致服务器拒绝访问

ifconfig tunl0 121.14.104.244 netmask 255.255.255.0 broadcast 121.14.104.255 up
244是vip,可能是director与rs都有这个244虚拟ip的原因吧,
但在121.14.104.234上,使用上面的脚本没有问题,lvs可以正常工作,
在另一个机房,另一个网段的ip,如218.16.224.84上,使用上面的脚本,从director上就ping它不通了,
但另外的ip却可以ping通!

不知何故呀,希望高手能说说原因,

# ip tunnel add tun0 mode ipip \\
> remote 200.200.200.200 local 100.100.100.100 dev eth0

# Set interface IP addresses:

# ifconfig tun0 10.0.0.1 netmask 255.255.255.252 \\
> pointopoint 10.0.0.2

# Set interface MTU and bring interface up:

# ifconfig tun0 mtu 1500 up
上面的脚本是建立tunnel的,我是不是应该使用这种方式,建立tunnel,
再使用/sbin/ipvsadm -a -t 121.14.104.244:80 -r 10.0.0.2:80 -i
这样的方式建立tunnel
我将测试这种方法

Forums: