Closed HTTP port 80 - Can not open it

Timothy timothy at jupiter.stcl.edu
Fri May 7 11:48:36 UTC 2004


To stop iptables completely just do:

/etc/init.d/iptables stop

To leave it running and allow any to any connectivity do:

iptables -L
iptables -X
iptables -A INPUT -j ACCEPT
iptables -A OUTPUT -j ACCEPT
iptables -A FORWARD -j ACCEPT

Timothy

On Fri, 2004-05-07 at 00:14, Dwaine Garden wrote:
> alton bailey wrote:
> 
> >you have to flush iptabels data and regenerate a new iptables data to slve 
> >the problem
> >
> >
> >----- Original Message ----- 
> >From: "Jerry O. Dueitt, Jr." <jdueitt at bu.edu>
> >To: "For testers of Fedora Core development releases" 
> ><fedora-test-list at redhat.com>
> >Sent: 05/05/2004 11:39 PM
> >Subject: Re: Closed HTTP port 80 - Can not open it
> >
> >
> >If you execute iptables -L it should give you a listing of your iptables
> >rules. This will tell you if iptables is blocking your port.
> >
> >On Wed, 2004-05-05 at 23:13, Dwaine Garden wrote:
> >  
> >
> >>I have tried to see if the firewall in FC2T3 was blocking the port.  The
> >>firewall is disabled, and the port seems to be still blocked.  No one
> >>can connect to the web server on the box.
> >>
> >>I have a router which blocks the ports, so Fedora does not need to have
> >>this job.   Can anyone offer any suggestion to getting the port opened 
> >>up=> -- 
> >>fedora-test-list mailing list
> >>fedora-test-list at redhat.com
> >>To unsubscribe:
> >>http://www.redhat.com/mailman/listinfo/fedora-test-list
> >>
> >>    
> >>
> >
> >
> >  
> >
> How do I do that?????
> 
> Dwaine.
> 





More information about the fedora-test-list mailing list