https://github.com/fragglet/ipxbox
Standalone DOSbox IPX-over-UDP server
https://github.com/fragglet/ipxbox
Last synced: 9 months ago
JSON representation
Standalone DOSbox IPX-over-UDP server
- Host: GitHub
- URL: https://github.com/fragglet/ipxbox
- Owner: fragglet
- License: gpl-2.0
- Created: 2012-12-16T02:41:06.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2025-03-13T01:38:31.000Z (10 months ago)
- Last Synced: 2025-03-30T21:14:08.225Z (10 months ago)
- Language: Go
- Size: 501 KB
- Stars: 73
- Watchers: 7
- Forks: 8
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: COPYING.md
- Security: SECURITY.md
Awesome Lists containing this project
README

`ipxbox` is a standalone DOSBox IPX server written in Go.
Features:
* TUN/TAP and libpcap integration that allows the server to be bridged to a
real, physical network. This allows (emulated) dosbox users to play alongside
users on real DOS machines (see [BRIDGE-HOWTO](BRIDGE-HOWTO.md) for more
information).
* Built-in PPTP server that allows Windows 9x users to connect over the
Internet using the VPN software that shipped with the operating system
([demo video](https://www.youtube.com/watch?v=ut37z6EE5Hc);
see [PPTP-HOWTO](PPTP-HOWTO.md) for more information).
* Uplink functionality for bridging a network to a remote ipxbox server.
* Support for the `ipxpkt.com` packet driver protocol, allowing
TCP/IP-over IPX; software that uses the packet driver interface can
more easily be used in DOSbox
([demo video](https://www.youtube.com/watch?v=5VeVaFbORhI)).
* Sends background keepalive pings to idle DOSbox clients to prevent users
behind NAT routers from being timed out.
* Proxying to Quake servers, so that you can make UDP-based Quake servers
appear as "local" IPX servers
([demo video](https://www.youtube.com/watch?v=SB3JOjdhJHI)).
* Syslog integration for audit logging when running a public server.
For some setup instructions, see the [HOWTO](HOWTO.md).