nbari
nbari
hi @munibsiddiqui here sharing some initial tests/findings, I notice that the tunnel is not changing the default gateway: ``` > route get 0.0.0.0 route to: default destination: default mask: default...
Hi @mattgeowild interesting because the rules allow any traffic from the peer IP `*.164` maybe adding the ip `10.X` will help to keep tunnel up since I think is the...
hi @mattgeowild did you add: ``` pass inet from any to 10.2.0.0/16 flags S/SA keep state pass inet from 10.2.0.0/16 to any flags S/SA keep state ``` Can you share...
Not the best answer but from the client under profiles, you can select openvpn/udp:
Hi @mattgeowild , modify the file `/tmp/killswitch.pf.conf` and to load the rules run this: sudo pfctl -Fa -f /tmp/killswitch.pf.conf if you run again `killswitch` it will overwrite your changes. just...
hi @JonLaliberte if you disconnect the VPN there should be no traffic going out (if killswitch is enabled)
* try `ping 1.1.1.1` and check https://myip.country * turn on your VNP and Enable `killswitch` * ping again to `1.1.1.1` check again https://myip.country (probably your public IP changed) * turn...
If VPN goes down no traffic should be going out (if the killswitch is enabled), the way you can test/debug is experimenting directly with the PF rules
Have you found how to? wondering how to use this: 
I am having a[ similar problem](https://forums.freebsd.org/threads/zpool-keeps-rebooting-the-server.89011/), `FreeBSD 13-2`: panic: Solaris(panic): zfs: attempting to increase fill beyond max; probable double add in segment [0:787f7000] ``` Dump header from device: /dev/nvd0p3 Architecture:...