Difference between revisions of "HOWTO: Installation af PPTP på Debian 5.0 (Lenny)"

From Teknologisk videncenter
Jump to: navigation, search
(New page: HOWTO: Installation af PPTP på Debian 5.0 (Lenny) a. Installér PPTPD: sudo apt-get install pptpd b. Redigér /etc/sysctl.conf og fjern kommentar markering fra følgende linie: #net...)
(No difference)

Revision as of 08:13, 28 August 2009

HOWTO: Installation af PPTP på Debian 5.0 (Lenny)

a. Installér PPTPD: sudo apt-get install pptpd

b. Redigér /etc/sysctl.conf og fjern kommentar markering fra følgende linie: #net.ipv4.ip_forward=1

c. Konfigurér PPTP med lokal IP, samt en range af IP’er til VPN klienter. localip x.x.x.x remoteip x.x.x.x-x

d. Konfigurér Microsoft DNS server. ms-dns x.x.x.x

e. Tilføj brugere der skal have mulighed for at oprette forbindelse. Redigér /etc/ppp/chap-secrets og tilføj bruger i følgende format: brugernavn pptpd password ip-adresse(r)

f. Genstart pptp daemon: /etc/init.d/pptpd restart