RE: iptables: Open Port 443

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>-----Original Message-----
>From: Peter Fleck [mailto:fleck004@xxxxxxx]
>Sent: Tuesday, October 14, 2003 5:54 PM
>To: redhat-list@xxxxxxxxxx
>Subject: iptables: Open Port 443
>
>
>After tearing much hair out trying to set up a secure apache server, 
>I've discovered that our iptables setup blocks port 443. (Turning off 
>iptables got it to work just fine.)
>
>This is the Redhat 9 distribution.
>
>How do I get iptables to allow requests through port 443? The basic 
>Redhat configuration tools don't seem to address this. Is there a 
>good tutorial on working with iptables?

via lokkit, in the 'Other Ports' field, type:

https:tcp

then apply the changes. via CLI (example):

iptables -A INPUT -i eth0 -p tcp --sport 443 -m state --state ESTABLISHED -j
ACCEPT

hth.


-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux