fragglet / ipxbox

Standalone DOSbox IPX-over-UDP server
GNU General Public License v2.0
69 stars 6 forks source link

Like qemu net user to connect to internet? #29

Open Spz2022 opened 1 year ago

Spz2022 commented 1 year ago

In qemu, -net user can be used to connect to the Internet without root. Is it possible?

fragglet commented 1 year ago

Qemu uses slirp to do that. In theory it could be done here too. This would only be for the ipxpkt feature though, for IPX networking you need raw network access.

In the meantime try just connecting to ipx.soulsphere.org port 10000 and using the ipxpkt driver. It's set up to grant internet access

Spz2022 commented 1 year ago

Try it later.