Gaming_VPN_Using_PPTPD

Differences between revisions 3 and 4
Revision 3 as of 2005-07-18 18:37:07
Size: 1370
Editor: 62
Comment: IPX problem
Revision 4 as of 2005-07-18 21:15:05
Size: 1889
Editor: 62
Comment: +links +debug +options
Deletions are marked like this. Additions are marked like this.
Line 52: Line 52:
 ipx-node 1:0
 ipx-routing 2
 ipx-router-name Linux_router
 ipxcp-accept-remote
Line 54: Line 58:
=== /etc/ppp/pptpd-options ===
TODO.

=== /etc/pptpd.conf ===
TODO.

=== Debugging ===
 * /var/log/syslog
 * /proc/net/ipx/interface
 * /proc/net/ipx/route
 * /proc/net/ipx/socket
Line 68: Line 83:
== Links ==
 * [http://astrolog.offline.ee/linux/ppp-ipx.shtml Linux: IPX over PPP]
 * [http://sourceforge.net/mailarchive/forum.php?forum_id=8250 poptop (pptpd) mail archive]
 * [http://tipxd.sourceforge.net/ Tom's IPX Tunneling Daemon]

How to set up Gaming VPN using PPTPD

TODO.

Current problem(s):

  • Only one IPX connection is accepted

Server, Linux

Packing and authentication (except plain text) is not used because it eats bandwidth.

 apt-get install pptpd webmin-pptp ipx ipxripd

Webmin

Go to webmin, https://127.0.0.1:10000/

Go to Networking -> PPTP VPN Server

PPTP Server Options

Default values

PPP Options

  • Lock PTY = NO
  • Create proxy ARP = YES
  • Require authentication = NEVER
  • PAP Authentication = May be used
  • CHAP authentication = May be used
  • Unix authentication = NO

--

  • MS-CHAP Authentication = May be used
  • MS-CHAP 2 Authentication = May be used
  • Enable MPPE encryption = Cannot be used
  • Use 40-bit MPPE encryption = Cannot be used
  • Use 128-bit MPPE encryption = Cannot be used
  • Enable stateful MPPE mode = Default (Disabled)

PPP Accounts

Does this even need explaining? Smile :)

/etc/ppp/options

edit /etc/ppp/options search for IPX

 noipx

into this

 #noipx
 ipx
 ipx-network 4
 ipx-node 1:0
 ipx-routing 2
 ipx-router-name Linux_router
 ipxcp-accept-remote

/etc/ppp/pptpd-options

TODO.

/etc/pptpd.conf

TODO.

Debugging

  • /var/log/syslog
  • /proc/net/ipx/interface
  • /proc/net/ipx/route
  • /proc/net/ipx/socket

Client, Windows XP

  • Install IPX
  • Create VPN connection.

VPN Settings

Custom settings, check only PAP

VPN-type = PPTP-VPN

Negotiate multilink

TCP/IP = don't use gateway

CategoryDocumentation CategoryGames

Gaming_VPN_Using_PPTPD (last edited 2008-08-06 16:19:21 by localhost)