On Tue, Dec 14, 2004 at 05:45:08PM +0100, Vincenzo Agosto wrote: > Darryl Ross wrote: > >Vincenzo Agosto wrote: > > > >| and nothing... > >| but ping ftp2.it.debian.org is OK > >| Some idea? > > > >I have found that pings always seem to come from the real IP address of > >the machine, not the vserver IP address. That would be why the pings work. > > > >Do you have a firewall rule in place to NAT traffic from the vserver IP > >address to the real IP address? > > > >Regards > >Darryl > > nope, nothing rule > > iptables -t nat -L > Chain PREROUTING (policy ACCEPT) > target prot opt source destination > > Chain POSTROUTING (policy ACCEPT) > target prot opt source destination > > Chain OUTPUT (policy ACCEPT) > target prot opt source destination
first, the nat table is not relevant for linux-vserver as there is nothing to 'forward'. second as it is very likely a configuration issue, what does a tcpdump on the 'host' show, when you do a simple connect to a web server (like: telnet google.com 80) third, what is your network setup, and what does your gateway (router) do/allow? best, Herbert > In my vserver, with apt-get, is impossible to install software... :( > condor:/# apt-get update > Err http://ftp2.it.debian.org testing/main Packages > Could not connect to ftp2.it.debian.org:80 (213.156.32.111), > connection timed > > > -- > ������������������������������������������������� > � .--. _ � > � |o_o | Vincenzo / \ � > � |:_/ | | () | � > � // \ \ | \_/ � > � (| | ) \ � > � /'\_ _/`\ \ � > � \___)=(___/ debian � > ������������������������������������������������� > _______________________________________________ > Vserver mailing list > [EMAIL PROTECTED] > http://list.linux-vserver.org/mailman/listinfo/vserver _______________________________________________ Vserver mailing list [EMAIL PROTECTED] http://list.linux-vserver.org/mailman/listinfo/vserver
