options { port 5000; ifconfig /sbin/ifconfig; route /sbin/route; # firewall /sbin/ipchains; } default { compress no; speed 0; } # # This is the server. Run 'vtund -s home' to start it. # home { type tun; proto tcp; keepalive yes; pass SeCrEt; # Password is REQUIRED. Damnit. up { ifconfig "%% 10.42.254.1 pointopoint 10.42.254.2"; # route "add -net 192.168.1.0 netmask 255.255.255.0 gw 192.168.0.2"; # program /sbin/arp "-sD 192.168.0.2 eth0 pub"; }; }