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 revision
Previous revision
Next revisionBoth sides next revision
connecting_to_the_sdf_vpn_with_pptp [2021/03/12 04:41] hc9connecting_to_the_sdf_vpn_with_pptp [2021/03/12 04:57] – [Connecting in FreeBSD] 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.)\\ \\  Note: Make sure to replace **//IP Address//** with the IP address/hostname provided when running '**setvpn**' in the shell.\\   - 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.\\
  
-    remotename sdfpptp +<code> 
-    linkname sdfpptp + 
-    ipparam sdfpptp +   remotename sdfpptp 
-    pty "pptp --loglevel 0 **//IP Address//** --nolaunchpppd" +   linkname sdfpptp 
-    name **//username//** +   ipparam sdfpptp 
-    refuse-eap +   pty "pptp --loglevel 0 **//IP Address//** --nolaunchpppd" 
-    refuse-pap +   name **//username//** 
-    refuse-chap +   refuse-eap 
-    refuse-mschap +   refuse-pap 
-    require-mppe +   refuse-chap 
-    nomppe-stateful +   refuse-mschap 
-    require-mppe-128 +   require-mppe 
-    nomppe-40 +   nomppe-stateful 
-    noauth +   require-mppe-128 
-    nodetach +   nomppe-40 
-    lock +   noauth 
-    bsdcomp 9,15 +   nodetach 
-    deflate 9,15 +   lock 
-    idle 0+   bsdcomp 9,15 
 +   deflate 9,15 
 +   idle 0 
 + 
 +</code>
  
   - Save the file.   - Save the file.
Line 169: Line 173:
     - Your USERNAME     - Your USERNAME
     - Your PASSWORD     - Your PASSWORD
-    - The local address of SDF's VPN host. This can be found in /etc/hosts on SDF. The local IP will start with 10.0.0, but have the same last octet as the public IP.  '+    - The local address of SDF's VPN host. This can be found in /etc/hosts on SDF. The local IP will start with 10.0.0, but have the same last octet as the public IP. 
   * Add this in your /usr/local/etc/mpd4/mpd4.links file:   * Add this in your /usr/local/etc/mpd4/mpd4.links file:
  
connecting_to_the_sdf_vpn_with_pptp.txt · Last modified: 2021/04/02 07:56 by hc9