Search Unity

NetCode / DOTS Sample Server Listen change from local to internet?

Discussion in 'NetCode for ECS' started by zy_theCompanion, Jan 12, 2020.

  1. zy_theCompanion

    zy_theCompanion

    Joined:
    Dec 12, 2019
    Posts:
    4
    When building with Unity's DOTS Sample, how do you change the server to listen on the internet instead of listening over a local IP address or do I simply need to reconfigure firewall for port 7913?
     
  2. zy_theCompanion

    zy_theCompanion

    Joined:
    Dec 12, 2019
    Posts:
    4
    Opening ingress port 7913 over tcp/udp had no change. I am guessing there is a setting to change it from LocalHost to Internet.
     
  3. Orimay

    Orimay

    Joined:
    Nov 16, 2012
    Posts:
    304
    Or to 0.0.0.0 (any)
     
  4. zy_theCompanion

    zy_theCompanion

    Joined:
    Dec 12, 2019
    Posts:
    4
    Fixed: Disabled windows firewall and forwarded port 7913