On Fri, 24 Mar 2017 08:51:12 -0700 Tom Eastep <[email protected]> wrote:
> You could also insert an ACCEPT rule in the nat table in front of the > DNAT rule for port 443. > > iptables -t nat -I ethX_dnat -p tcp --dport 443 -j ACCEPT > > where ethX is your Internet interface. iptables -t nat -I em1_dnat -p tcp --dport 443 -j ACCEPT iptables: No chain/target/match by that name. Regards, Nerijus ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Shorewall-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shorewall-users
