Topic: Having trouble configuring on Linux/Ubuntu
I'm running `./bnetd` on Ubuntu 18.04 but it just closes with no output. I notice my bnetd.log contains the following:
[error] _setup_listensock: could not bind bnet socket to address 0.0.0.0:6112 TCP (psock_bind: Address already in use)
Where can I set this IP?
I'm having a hard time finding documentation on configuring the server for the first time, can someone link me or provide some direction? Ultimately trying to get closed D2 realm setup. Thanks in advance!
Edit/PS:
I tried changing "servaddrs = "192.168.0.223:6112" # default interface (all) and default port (6112)" (my server ip) in bnetd.conf but the error above is essentially the same:
[error] _setup_listensock: could not bind bnet socket to address 192.168.0.223:6112 TCP (psock_bind: Address already in use)
Edit 2: I believe the "address in use issue" may be my lack of understanding of how pvpgn is supposed to run. I think it's already running in the background, but I have no idea how to check (stop/restart like a service). When I reboot the machine, it seems to run but I'm still very confused how to run pvpgn, would love some setup documentation. Also, does this include diablo 2 server support:? or do I also need d2gs?