From: Fran Firman (fran_at_netgate.net.nz)
Date: Wed 14 Aug 2002 - 02:59:23 BST
I have tried what you suggested... No change.
so the details attached.
server5:~# cat /etc/vservers/deb_mirror.conf 
IPROOT=210.54.14.178
IPROOTDEV=eth0:deb_mirror
ONBOOT=no
S_CAPS=CAP_NET_RAW
S_HOSTNAME=test
server5:~# tcpdump -i any -w tcpdumpfile2
tcpdump: listening on any
203 packets received by filter
0 packets dropped by kernel
server5:~# tcpdump -nr tcpdumpfile2 icmp
14:02:29.085932 210.54.14.19 > 210.54.11.22: icmp: echo request (DF)
14:02:29.086336 210.54.11.22 > 210.54.14.19: icmp: echo reply
14:02:30.083227 210.54.14.19 > 210.54.11.22: icmp: echo request (DF)
14:02:30.083619 210.54.11.22 > 210.54.14.19: icmp: echo reply
14:02:31.083254 210.54.14.19 > 210.54.11.22: icmp: echo request (DF)
14:02:31.083615 210.54.11.22 > 210.54.14.19: icmp: echo reply
14:02:32.083295 210.54.14.19 > 210.54.11.22: icmp: echo request (DF)
14:02:32.083745 210.54.11.22 > 210.54.14.19: icmp: echo reply
where the source address should (want to be) 210.54.14.178
F.
On Wed, 2002-08-14 at 12:06, Russell Anthony wrote:
> In my setup when you ifconfig from the main server you get :
> 
> eth0:test Link encap:Ethernet  HWaddr 00:30:48:11:B6:69
>           inet addr:66.88.139.177  Bcast:66.88.139.191  Mask:255.255.255.0
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           Interrupt:9
> 
> eth0:test Link encap:Ethernet  HWaddr 00:30:48:11:B6:69
>           inet addr:66.88.139.176  Bcast:66.88.139.191  Mask:255.255.255.0
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           Interrupt:9
> 
> those are actually eth0:test000 and :test001
> 
> could you set your IPROOTDEV=eth0:vserver ? 
> 
> 
Cheers
Fran