User Tools

Site Tools


connecting_to_the_sdf_vpn_with_pptp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
connecting_to_the_sdf_vpn_with_pptp [2021/03/20 19:12] hc9connecting_to_the_sdf_vpn_with_pptp [2021/03/20 19:14] – [Connecting in Linux] hc9
Line 51: Line 51:
   - Create a file named sdfpptp in /etc/ppp/peers by entering '**sudo gedit /etc/ppp/peers**'. Replace gedit with your choice of text editor. Add the following to the file: (Be sure to replace **//username//** with your username.)   - Create a file named sdfpptp in /etc/ppp/peers by entering '**sudo gedit /etc/ppp/peers**'. Replace gedit with your choice of text editor. Add the following to the file: (Be sure to replace **//username//** with your username.)
     - Note: Make sure to replace **//IP Address//** with the IP address/hostname provided when running '**setvpn**' in the shell. <code>     - Note: Make sure to replace **//IP Address//** with the IP address/hostname provided when running '**setvpn**' in the shell. <code>
-   remotename sdfpptp +  remotename sdfpptp 
-   linkname sdfpptp +  linkname sdfpptp 
-   ipparam sdfpptp +  ipparam sdfpptp 
-   pty "pptp --loglevel 0 **//IP Address//** --nolaunchpppd" +  pty "pptp --loglevel 0 **//IP Address//** --nolaunchpppd" 
-   name **//username//** +  name **//username//** 
-   refuse-eap +  refuse-eap 
-   refuse-pap +  refuse-pap 
-   refuse-chap +  refuse-chap 
-   refuse-mschap +  refuse-mschap 
-   require-mppe +  require-mppe 
-   nomppe-stateful +  nomppe-stateful 
-   require-mppe-128 +  require-mppe-128 
-   nomppe-40 +  nomppe-40 
-   noauth +  noauth 
-   nodetach +  nodetach 
-   lock +  lock 
-   bsdcomp 9,15 +  bsdcomp 9,15 
-   deflate 9,15 +  deflate 9,15 
-   idle 0+  idle 0
 </code> </code>
   - Save the file.   - Save the file.
connecting_to_the_sdf_vpn_with_pptp.txt · Last modified: 2021/04/02 07:56 by hc9