cooperz 0 Posted ... Hi there, I'm running Eddie AirVpn Client software version 2.8. I configured airvpn with some local traffic white listed (both Outside the VPN tunnel - 192.168.0.0/16 and manually in network lock). However, I cannot get any local traffic to pass through.. Upon inspecting the pf rules, I see the following: sh-3.2# sudo pfctl -srNo ALTQ support in kernelALTQ related functions disabledblock drop out inet allpass out quick inet from 10.0.0.0/8 to 10.0.0.0/8 flags S/SA keep statepass out quick on utun0 inet from 10.0.0.0/8 to any flags S/SA keep statepass out quick inet from any to <__automatic_bb554c31_0> flags S/SA keep statepass out quick inet from 172.16.0.0/12 to 172.16.0.0/12 flags S/SA keep statepass quick on utun0 inet from any to 10.0.0.0/8 flags S/SA keep statepass quick on lo0 all flags S/SA keep state It does not look like the 192.168.0.0 rule is there... However,The generated temp file in ~/.airvpn/1c1d81cef74e0d65fd179c59ad525579da19fc6d5e4142dbed5a8efd55b1041d.tmp.pf.confcorrectly generates the rules:.......# Private networkspass out quick inet from 192.168.0.0/16 to 192.168.0.0/16 flags S/SA keep statepass out quick inet from 172.16.0.0/12 to 172.16.0.0/12 flags S/SA keep statepass out quick inet from 10.0.0.0/8 to 10.0.0.0/8 flags S/SA keep state# Allow all on lo0pass quick on lo0 all# Everything tunneledpass out quick on utun0 inet from 10.0.0.0/8 to any flags S/SA keep statepass quick on utun0 inet from any to 10.0.0.0/8 flags S/SA keep state Any help will be appreciated.Thanks Quote Share this post Link to post