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 https://listman.redhat

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 he

Re: iptables setting problem

2002-11-22 Thread Mike Burger
I'm going to play dumb here, for a sec, Teodor. What other side of the pipe? Edward's input lines look exactly like the ones in my script, with the exception of a -s parameter, which might not actually be necessary. However, on the off chance that it is... Edward, try adding "-s 0/0" after the

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

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 -