Displaying 1 result from an estimated 1 matches for "5vpn".
Did you mean:
5pn
2006 Dec 12
1
OpenVPN, proxy ARP for an entire subnet (Linux endpoints)
...nerated by iptables-save v1.2.11 on Mon Dec 11 09:10:27 2006
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:LogVpn - [0:0]
-A FORWARD -d y.y.y.32/255.255.255.224 -j LogVpn
-A FORWARD -s y.y.y.32/255.255.255.224 -j LogVpn
-A LogVpn -s my.IP.add.ress -j LOG --log-prefix "5Vpn IN: "
-A LogVpn -d my.IP.add.ress -j LOG --log-prefix "5Vpn OUT: "
COMMIT
# Completed on Mon Dec 11 09:10:27 2006
Results of the scan: all but y.y.y.39 were up. Logs: um, rather than ask
you to pick through all that, I''ll summarise:
[root@localhost ~]# dmesg | grep ^5Vpn...