VPN referaat
· nobsdcomp
· nodeflate
/etc/ppp/chap-secrets:
· # Secrets for authentication using CHAP
· # client server secret IP addresses
· username myvpn password *
/etc/ppp/ip-up.local:
· #!/bin/sh
· network=`echo $IPREMOTE | awk -F. '{print $1"."$2"."$3".0/24"}'`
· route add -net $network $IFNAME
Käivita VPN kliendiarvuti:
· $ sudo pon myvpn
Lõpeta VPN ühendus:
4
· $ sudo poff myvpn
Kasutatud kirjandus:
http://faq.apollo3.com/ljames/ubuntu/vpn/
https://wiki.itcollege.ee/index.php/VPN
http://technet.microsoft.com/et-EE/library/cc736357.aspx
http://wiki.wifi.ee/index.php?title=VPN
5