View Single Post
  #3   (View Single Post)  
Old 8th July 2013
irukandji irukandji is offline
Port Guard
 
Join Date: Jul 2013
Posts: 16
Default

Without openvpn running:
Code:
Destination        Gateway            Flags    Refs      Use  Netif Expire
default            rtr                UGS         0 16024767    em0
localhost          link#7             UH          0    73063    lo0
192.168.1.0        link#1             U           0   433405    em0
mini               link#1             UHS         0      474    lo0

Internet6:
Destination        Gateway            Flags      Netif Expire
::                 localhost          UGRS        lo0
localhost          link#7             UH          lo0
::ffff:0.0.0.0     localhost          UGRS        lo0
fe80::             localhost          UGRS        lo0
fe80::%em0         link#1             U           em0
fe80::222:4dff:fe8 link#1             UHS         lo0
fe80::%lo0         link#7             U           lo0
fe80::1%lo0        link#7             UHS         lo0
ff01::%em0         fe80::222:4dff:fe8 U           em0
ff01::%lo0         localhost          U           lo0
ff02::             localhost          UGRS        lo0
ff02::%em0         fe80::222:4dff:fe8 U           em0
ff02::%lo0         localhost          U           lo0
With openvpn running:
Code:
Destination        Gateway            Flags    Refs      Use  Netif Expire
0.0.0.0/1          10.10.10.77        UGS         0      123   tun0 =>
default            rtr                UGS         0 16028962    em0
10.10.10.1/32      10.10.10.77        UGS         0        0   tun0
10.10.10.77        link#9             UH          0        0   tun0
10.10.10.78        link#9             UHS         0        0    lo0
62.212.85.79/32    rtr                UGS         0      191    em0
localhost          link#7             UH          0    73063    lo0
128.0.0.0/1        10.10.10.77        UGS         0       64   tun0
192.168.1.0        link#1             U           0   433475    em0
mini               link#1             UHS         0      474    lo0

Internet6:
Destination        Gateway            Flags      Netif Expire
::                 localhost          UGRS        lo0
localhost          link#7             UH          lo0
::ffff:0.0.0.0     localhost          UGRS        lo0
fe80::             localhost          UGRS        lo0
fe80::%em0         link#1             U           em0
fe80::222:4dff:fe8 link#1             UHS         lo0
fe80::%lo0         link#7             U           lo0
fe80::1%lo0        link#7             UHS         lo0
fe80::%tun0        link#9             U          tun0
fe80::222:4dff:fe8 link#9             UHS         lo0
ff01::%em0         fe80::222:4dff:fe8 U           em0
ff01::%lo0         localhost          U           lo0
ff01::%tun0        fe80::222:4dff:fe8 U          tun0
ff02::             localhost          UGRS        lo0
ff02::%em0         fe80::222:4dff:fe8 U           em0
ff02::%lo0         localhost          U           lo0
ff02::%tun0        fe80::222:4dff:fe8 U          tun0
Quote:
Originally Posted by jggimi View Post
Every time your tun interface is destroyed and recreated, your applicable PF rules are lost.
Thank you for this i didnt know that...
Reply With Quote