The TRUST option only allow ssh connections. I havent decided if I trust in the "TRUST list" to permit the web service too.

Edit /opt/fw4.2/fwinput and add a new line (who can connect in tcp/81):
         eth0     10.0.0.1         %A port=tcp/81


The previous line is equivalent to: 
         iptables
-A INPUT -i eth0  -s 10.0.0.1 -p tcp --dport 81 -j ACCEPT


Starting firewall and webserver
      /opt/fw4.2/fwguardian

To restart webserver
      /opt/fw4.2/fwguardian --web-start

URL for firewall management (account is the posix webadmin user)
      https://<fw_address>:81/admin

URL for captive portal:
      https://<fw_address>:81


Any other questions, suggestions or bug fixes?
betolj@gmail.com


last about
Current version: 4.2.5 (Pre 4.3)                                Developed by Humberto L Jucá betolj@gmail.com
FWGuardian Authenticated Area Access
Web server based in Horatio Project