Dear all,
I’ve setup a Zeroshell 1.0 beta12 gateway with VPN function (connect to a remote VPN subnet), and now I’m testing the Captive Portal to require authenticated Internet section.
So far it is ok, however, I would like to allow the network users access the remote VPN site without need to login the Captive Portal. I tried to add this to the Captive Portal Gateway startup script:
iptables -A CapPortFS -o VPN00 -j ACCEPT
It seems works and allow the users use RDP, ping etc. to the remote VPN site without login the portal, however any web traffic in the VPN is still captured by the zeroshell’s Captive Portal. Is there any ways to also allow the web traffics? (HTTP and HTTPS)
Thank you!
Vincent