On Monday 03 September 2007 10:47:06 Rhon wrote: > Hi, > > Thanks again for your help. > > I fixed the gateway issue. I can now successfully resolve internet names > and ping any sites outside my network. But still stuck with this problem > > #ping ftp.de.debian.org
It is probably a firewall problem. If you don't have ebox-software installed you will have to manually add a iptables rule to access port 80 on external machines. iptables -I OUTPUT -p tcp --destination-port 80 -j ACCEPT Note that in the forthcoming release you will be able to add this kind of rule from the web interface. Best regards, Javi _______________________________________________ Ebox-user mailing list [email protected] https://lists.warp.es/mailman/listinfo/ebox-user
