"Bind IP" only binds HTTP port to specific IP, others to 0.0.0.0

Discussion in 'Technical Archives' started by Diablo, Feb 18, 2013.

  1. Diablo

    Diablo Registered

    Joined:
    Jan 20, 2013
    Messages:
    404
    Likes Received:
    0
    The Multiplayer.ini option
    Code:
    Bind IP="192.168.178.20" // By setting this to anything other than 0.0.0.0 will cause network traffic to bind to the specified IP. This should only be set if the host machine has more than one network adapter
    only binds the HTTP Server Port to the Interface/IP specified. LAN/WAN Join Port and LAN/WAN Join Port + 50 bind to 0.0.0.0.
    Checked with
    Code:
    netstat -n -a -b
    Best regards,
    Marcus
     

Share This Page