fragglet / ipxbox

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

connect real network no need root? #27

Closed Spz2022 closed 1 year ago

Spz2022 commented 1 year ago

If my idea is bad, just close

fragglet commented 1 year ago

Programs don't usually have the permission to do raw network access. On Linux you can grant it to the ipxbox binary with the following command:

sudo setcap cap_net_raw,cap_net_admin=eip ./ipxbox

Spz2022 commented 1 year ago

I mean have access to the internet.