Setup VPN between Windows and Linux server using pptpd Configure pptpd VPN server on the Linux server install pptpd on the Linux server zypper in pptpd (for SuSE) vi /etc/pptpd.conf change the line: option /etc/ppp/options.ppp0 to option /etc/ppp/options.pptpd add the lines: localip 192.168.7.1 remoteip 192.168.7.100-199 vi /etc/ppp/options.pptpd add the lines: # Refuse PAP, CHAP or …
להמשיך לקרוא Setup VPN between Windows and Linux server using pptpd