Unable to connect using external IP
-
Hey all,
I recently set up an IW5 server in Ubuntu using wine. The server runs fine, but the server will not show up in the list and my friends are unable to connect using the connect "MYEXTERNALIP:port". My port in the !start_mp_server.bat matches the port I forwarded (27017). I have also allowed the port using "ufw allow 27017" in the terminal. Does anyone have any recommendations or am I missing something?
-
Make sure you allowed udp traffic
ufw allow 27017/udp