Start server problem
Start server problem
Hi
I have problem with start server on linux, i start DDnet-server in terminal and it: ERROR: configure your firewall/nat to let through udp on port 8303.
Sorry for bad english

Sorry for bad english

- Ryozuki
- Posts: 1748
- Joined: Tue Feb 24, 2015 7:28 am
- Location: Catalonia
- Player profile: http://ddnet.org/players/Ryozuki/
- Mapper profile: http://ddnet.tw/mappers/Ryozuki/
- Clan: Unique
- Website: https://edgarluque.com
- Discord: Ryozuki#2188
Re: Start server problem
If you are running the sv on your home, be sure to also enable the ports on your router config, maybe you only will need to do this and not configure the firewall (ubuntu has all ports open by default):Ven wrote:HiI have problem with start server on linux, i start DDnet-server in terminal and it: ERROR: configure your firewall/nat to let through udp on port 8303.
Sorry for bad english
Maybe this helps: http://www.computerhope.com/issues/ch001201.htm
Else:
Depends on your Distro, usually ubuntu has ufw and then you can do it easily:
ufw allow 8303
Or maybe you are using iptables:
iptables -A INPUT -p udp -m udp --dport 8303 -j ACCEPT
service iptables restart
(https://help.ubuntu.com/community/UFW)
Re: Start server problem
But i haven't ubuntu
But thanks i know i must open ports 


Who is online
Users browsing this forum: Bing [Bot], Majestic-12 [Bot] and 9 guests