iptables setting problem

2002-11-22 Thread EdwardSPL
Hello, I can't use http or httpd protocol by this setting : iptables -A INPUT -i eth0 -p tcp --dport 443 -j ACCEPT iptables -A INPUT -i eth0 -p tcp --dport 80 -j ACCEPT So, can you help me ? Thanks ! Edward. -- redhat-list mailing list unsubscribe mailto:[EMAIL

Re: iptables setting problem

2002-11-22 Thread Teodor Georgiev
What about the other side of the pipe? :) - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 22, 2002 8:32 PM Subject: iptables setting problem Hello, I can't use http or httpd protocol by this setting : iptables -A INPUT -i eth0 -p tcp

Re: iptables setting problem

2002-11-22 Thread Mike Burger
Silly question, but is your web server daemon actually running? What does ps ax | grep http show you? On Sat, 23 Nov 2002 [EMAIL PROTECTED] wrote: Hello, I can't use http or httpd protocol by this setting : iptables -A INPUT -i eth0 -p tcp --dport 443 -j ACCEPT iptables -A INPUT -i eth0

Re: iptables setting problem

2002-11-22 Thread Mike Burger
the eth0 on each line. On Fri, 22 Nov 2002, Teodor Georgiev wrote: What about the other side of the pipe? :) - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 22, 2002 8:32 PM Subject: iptables setting problem Hello, I can't use

Re: iptables setting problem

2002-11-22 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 23 Nov 2002 02:32:00 +0800, [EMAIL PROTECTED] wrote: I can't use http or httpd protocol by this setting : iptables -A INPUT -i eth0 -p tcp --dport 443 -j ACCEPT iptables -A INPUT -i eth0 -p tcp --dport 80 -j ACCEPT So, can you help me

Re: iptables setting problem

2002-11-22 Thread EdwardSPL
Dear Hello, Thank for your reply first ! Now, the problem have just be fixed, due to forgot to enable ip_forward... So, I can use http and https protocol now... Thanks again ! Edward. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe