So I got an iocage jail set up running on a 192.168.1.2 with the default gateway being 192.168.1.1. I successfully got PIA up and running with openvpn but running into an issue with the ipfw kill switch. ipfw is running as service, I ran ipfw flush and cleared every thing out. Then proceeded to add the single line of 65543. In theory this should not allow me to ping / verify my outside ip address. Any thoughts?
wget -qO- http://ipecho.net/plain ; echo - pulls my normal ip address instead of being blank
65543 deny up from any to any
65535 allow IP from any to any
wget -qO- http://ipecho.net/plain ; echo - pulls my normal ip address instead of being blank
65543 deny up from any to any
65535 allow IP from any to any