Hi all, I have patched my kernel to install vserver. This is my scenario Server with 2 eth eth0 ---> dynamic IP --> Internet eth1 ---> 192.168.1.254 --> LAN my vserver is 'condor' and this is the conf:
IPROOT=192.168.1.253 IPROOTMASK=255.255.255.0 IPROOTBCAST=192.168.1.255 IPROOTDEV=eth1 ONBOOT=no S_HOSTNAME=condor S_DOMAINNAME= S_NICE= S_FLAGS="lock nproc" ULIMIT="-H -u 1000" S_CAPS="CAP_NET_RAW"
vserver condor start vserver condor enter
The network work fine (ping, resolv name, etc. etc.) but apt-get not work. condor:/# ping -c1 www.google.com PING www.google.akadns.net (66.102.11.99): 56 data bytes 64 bytes from 66.102.11.99: icmp_seq=0 ttl=242 time=93.0 ms
--- www.google.akadns.net ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 93.0/93.0/93.0 ms
condor:/# apt-get update 0% [Connecting to ftp2.it.debian.org (213.156.32.111)]
and nothing... but ping ftp2.it.debian.org is OK Some idea? tnk Vincenzo
-- ������������������������������������������������� � .--. _ � � |o_o | Vincenzo / \ � � |:_/ | | () | � � // \ \ | \_/ � � (| | ) \ � � /'\_ _/`\ \ � � \___)=(___/ debian � ������������������������������������������������� _______________________________________________ Vserver mailing list [EMAIL PROTECTED] http://list.linux-vserver.org/mailman/listinfo/vserver
