View previous topic :: View next topic |
Author |
Message |
juanb -
Joined: 12 Oct 2005 Posts: 4
|
Posted: Thu Oct 13, 2005 2:56 pm Post subject: problem conecting to my web server /iptables issue |
|
|
Hi,
I configured a web server on fedora 4.
just whan I disable iptables service I can connect to the machine on port 80 throw a browser , my /etc/hosts.allow is as followd:
sshd: ALL
ftpd: ALL
ftp: ALL
web: ALL
httpd: ALL
http: ALL
and my /etc/hosts.deny have :
ALL:ALL
can someone please help in this problem !!
thanks,
Juan |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Thu Oct 13, 2005 4:01 pm Post subject: Re: problem conecting to my web server /iptables issue |
|
|
juanb,
/etc/hosts.allow and /etc/hosts.deny have nothing to do with IPtables. They control access to services launched by the TCP Wrapper tcpd.
Please read http://www.sitepoint.com/article/secure-server-iptables to learn how to set IPtables for different services (Web, FTP, etc...). _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|