Tried using the new -ip using my second ip for my server but it always reports the port is unreachable.
Numbered Steps to Reproduce Problem:
With linux use DD and specify a ip.
Code Snippet (if applicable) to Reproduce Problem:
DreamDaemon "The Last Conflict.dmb" 1224 -trusted -ip [IP goes here]
Expected Results:
Should host like normal and show the port is reachable.
Actual Results:
Ports becomes unreachable
Does the problem occur:
Every time? Or how often?
Yes
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked?
Workarounds:
None as of yet.
Literally all the -ip flag does is fill in the socket address for the bind() call, by calling inet_addr(). I was only able to test it with the IP my machine normally has anyway (although trying it on a different IP failed, correctly), as I don't have more than one assigned to it, but as far as I can tell this feature is behaving correctly. I strongly suspect it's your network setup that's the problem.