iptables question
- by RubyFreak
i have a small network, with one valid IP and a firewall with 3 network interfaces (LAN, WAN, DMZ).
I want to enable PAT on this valid IP to redirect http traffic to a server in my DMZ. (done)
I want to enable MASQ on this ip from traffic that comes from my LAN (done)
I want from my LAN as well to access my http server at DMZ. (partially)
…