On Thu, 13 Mar 2003 12:43:47 +0100, Tomas Larsson wrote > Thanx. > I've obtained gShield. > > But there is still the same problem. > I can ping all machines on internal network with IP or HOST. > I can ping external hosts. > I can ping my external IP and domain > I can connect to Apache from within internal network with internal > IP or host I can connect to external web servers. > > Everything is working > > Except > > I cannot connect to apache with domain or external IP > > When I do a iptables -L -v -n (-t nat) I can see that packets are forwarded > to Apache, but nothing more happens. > > Is there something more and obvious I am missing Put in a -j LOG for port 80 and log all incoming 80 packets (this needs to be before the -J ACCEPT for 80) for the interface that is passing packets to the server. What do the /var/log/httpd/access_log and error_log tell you? You have checked /etc/hosts.deny? Run Apache in debug mode to see that the packets are indeed being routed to Apache? -- Psyche-list mailing list Psyche-list@xxxxxxxxxx https://listman.redhat.com/mailman/listinfo/psyche-list