[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: easy networking question (maybe)
- From: "josh lynch" <iconoclast88 verizon net>
- To: <fedora-list redhat com>
- Subject: Re: easy networking question (maybe)
- Date: Sat, 11 Oct 2003 21:48:00 -0400
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 jumanjihouse com>
To: "Fedora Users" <fedora-list redhat com>
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 redhat com
> http://www.redhat.com/mailman/listinfo/fedora-list
>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]