Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I am trying to setup my LAN to access the internet using IPTABLES under Gentoo (Kernel 2.6, ip_conntrack cmpiled into the kernel).
My default policy is to accept everything (IN,OUT,FORWARD) and i added a SNAT using iptables.
The web is working well but computers in my LAN can't access https. I don't understand why this protocol is not properly handled as I only saw conntrack modules for ftp & irc.
Distribution: OpenBSD 4.6, OS X 10.6.2, CentOS 4 & 5
Posts: 3,660
Rep:
Have you tested with different browsers, and different HTTPS-enabled sites? It could very well be your client settings. HTTPS is a normal TCP connection over port 443(usually). It does not use embedded IPs, so there is no problem with NAT.
hehe, i think you'd do an awful lot better to read the ip masquarding and NAT howto, rather than wait for someone to wrote a small textbook to explain it all...
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.