|
|
On Wednesday 01 November 2006 13:09, Chris Stankaitis wrote:
> I am setting up an openvpn server for road warriors, have the road
> warriors using Linux laptops and the server is also on Linux. I can
snip
> If I manually enter the arp on the vpn server everything works
> fine... is there a way to get OpenVPN to do this by default, or do I
You could use an --up script. I just do this at the OS level:
echo 1 > /proc/sys/net/ipv4/conf/eth0/proxy_arp # on server
which would probably work for you. It can be restricted per IP address
or tun interface, but this is much easier.
--
Offlist mail to this address is discarded unless
"/dev/rob0" or "not-spam" is in Subject: header
______________________
OpenVPN mailing lists
https://lists.sourceforge.net/lists/listinfo/openvpn-users
|