Force Wine to run on specifc IP?

Questions about Wine on Linux
Locked
Terrum
Newbie
Newbie
Posts: 1
Joined: Thu Jul 09, 2020 10:50 pm

Force Wine to run on specifc IP?

Post by Terrum »

I have a server with multiple IPs and I am using Wine to try run a Windows game server on Linux, however despite setting the game server to bind to one of the IPs, it will not succeed.

Using netstat -tulpn it seems that the Wine instance binds the IP to 0.0.0.0 which is bad for my setup. So is there a way to force Wine to bind to a specific IP? (Preferably through a command, such as 'wine -ip 123.123.123.123 server.exe')

Googling around a very similar issue occurs here: https://www.reddit.com/r/dayz/comments/ ... inding_to/ The person is having issues with the IP showing as 0.0.0.0 etc

Any help is greatly appreciated!
Locked