From: Fran Firman (fran_at_ipsm.net.nz)
Date: Wed 14 Aug 2002 - 00:52:55 BST
I can ping other machines ok, but the source ip address of the icmp
connection is coming from the real server, not the ip address of the
vserver.
This could cause problems later with firewall rules, and routing to the
end devices.
Here is my vserver.conf file
IPROOT=210.54.14.178
IPROOTDEV=eth0
ONBOOT=no
S_CAPS=CAP_NET_RAW
S_HOSTNAME=test
And here is a dump from tcpdump
11:41:52.850127 210.54.14.19 > 210.54.11.22: icmp: echo request (DF)
11:41:52.850531 210.54.11.22 > 210.54.14.19: icmp: echo reply
11:41:53.850178 210.54.14.19 > 210.54.11.22: icmp: echo request (DF)
11:41:53.850647 210.54.11.22 > 210.54.14.19: icmp: echo reply
>From the command ping 210.54.11.22 from with in the vserver.
Ideas????
Fran.