How to disable captive portal
-
How to disable captive portal with putty. ;D because I've made a mistake and now I'm unable to acces de GUI.
-
oops ;D
looking at the code the following should punch a hole for your MAC while you fix it/sbin/ipfw add 50 skipto 29900 ip from any to any MAC your_mac any keep-state
/sbin/ipfw add 50 skipto 29900 ip from any to any MAC any your_mac keep-stateReplace your_mac with the MAC address of your machine.
I haven't tested this but this is the code executed for a pass through MAC -
Or just do 'kldunload ipfw' (from the cmd line) to unload the IPFW kernel module.
-
problem solved, thanks :D