Displaying 1 result from an estimated 1 matches for "remote_vpn_endpoint".
2006 Dec 12
1
OpenVPN, proxy ARP for an entire subnet (Linux endpoints)
...s to this router.)
HOME_VPN_ENDPOINT=x.x.x.4, a/k/a y.y.y.38
REMOTE_SITE_NET=y.y.y.0/24
(out of this I was told to bind .38 on the VPN peer and route .39
through .60 via the VPN. Sigh ... CIDR masks would have been nice.)
REMOTE_DEF_GATEWAY=y.y.y.1 (I have no access to this router either.)
REMOTE_VPN_ENDPOINT=y.y.y.37, a/k/a 192.168.255.37
(The latter is only used for the tunnel traffic.)
Routing on HOME_VPN_ENDPOINT :
[root@localhost ~]# ip route list
y.y.y.39 dev eth0 scope link
192.168.255.37 dev tun0 proto kernel scope link src y.y.y.38
y.y.y.40/29 dev eth0 scope link
y.y.y.48/28 dev eth0...