Ok, i did this, but no dice. Still can't get the server to be seen from the linux box, only windows. ----- Original Message ----- From: "Paul Morgan" <paul.morgan@xxxxxxxxxxxxxxxx> To: "Fedora Users" <fedora-list@xxxxxxxxxx> Sent: Saturday, October 11, 2003 7:02 PM Subject: Re: easy networking question (maybe) > vi /etc/httpd/conf/httpd.conf > change the Listen directive to reflect the correct port number > > service httpd restart > > chkconfig httpd on > > check your iptables settings > 1. if default policy is to drop, then: iptables -nL | grep 8008 > the results should show a rule allowing inbound connections > (and assuming stateful conn tracking, you should have a rule > allowing outbound traffic, too). > 2. if default policy is to accept, then iptables -nL | grep 8008 > the results should be empty > [please change your firewall to default drop after that] > > check /etc/hosts.allow and /etc/hosts.deny > if you have ALL:ALL in /etc/hosts.deny, then /etc/hosts.allow must have > an appropriate entry, such as "httpd: ALL" > > hth -paul > > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > http://www.redhat.com/mailman/listinfo/fedora-list >