› Forums › Network Management › ZeroShell › How to enable Captive portal more than one interfaces? › Re: solved => captive portal free destination
September 29, 2009 at 7:54 am
#48271
Member
i got it after tweaking around … ๐
its not pretty but it works ( at least for me ) ๐
just add the folowing to post boot script
iptables -A CapPortFS -d IP_destination -j ACCEPT
iptables -t nat -I CapPortGW 1 -d IP_destination -j ACCEPT
iptables -t nat -I CapPortHTTPS 1 -d IP_destination -j ACCEPT
iptables -t nat -I CapPortHTTP 1 -d IP_destination -j ACCEPT
and then restart
thnks for this superb firewall ..