![]() |
How to build a VPN server on eDesktop 2.4
Contributor: Vu Pham
| #client | server | secret | address |
| vpn-user | vpn-server-name | vpnpassword | * |
Note: if the real ip address is the first one on the nic card ( eth0 ), and the internal ip address the 2nd one ( eth0:1 ), proxyarp will not work, and the following error will be logged in syslog file
Jan 26 11:56:03 java pppd[6664]: found interface
eth0:1 for proxy arp
Jan 26 11:56:03 java pppd[6664]: ioctl(SIOCSARP): No
such device(19)
ProxyARP helps all other local machines on the same LAN
with the VPN server (the machines with ip addresses
192.168.253.x in our example) can be seen by VPN clients as
if the VPN clients on the same local network.