#Dedicated Game server fivem UDP connection problem
8 messages · Page 1 of 1 (latest)
The GAME Anti-DDoS blocks UDP that isn't originating from the server to the destination first, since there's no Specific UDP Filter on GAME for FiveM, you would most likely need to open the port under "other" similar to this
i only did the ports inside the windows firewall on the server kvm
in the edge network i created a new one as well does this look right?
The source port generally should have nothing in it, as in it accepts all source ports, Destination port should be the only thing to add a port to.
Destination port is the Port that your Game/Application is listening on.
Since FiveM would be using port 30120, you'd just add that to the Destination port, leave all other fields blank, same with that TCP rule, remove it and re-add it without the Source port
Generall I would recommend the Edge firewall to look similar to this:
Rule 0-15: Used for Drop rules or Whitelist your IP to prevent from being locked out.
Rule 16: Allow UDP
Rule 17 Allow TCP SYN
Rule 18: Allow TCP Established
Rule 19: Drop all IPv4
If you're only hosting FiveM with that server, then I'd probably tweak it to be similar to this
Rule 14: Allow UDP Destination Port 30120
Rule 15: Allow TCP Destination Port 30120 SYN (TCP Status Dropdown)
Rule 18: Allow TCP Established (TCP Status Dropdown)
Rule 19: Drop all IPv4