Project

General

Profile

what udp-range do i have to open in firewall if I want to use sat-ip?

Added by Al Bundy almost 3 years ago

For firewalld I have currently enabled this ports

<?xml version="1.0" encoding="utf-8"?>
<service>
  <port port="9981" protocol="tcp"/>
  <port port="9982" protocol="tcp"/>
  <port port="5000" protocol="udp"/>
  <port port="5002" protocol="udp"/>
  <port port="25000-65000" protocol="udp"/>
</service>

9981 and 9982 can be found an every page but I haven't found a documenation about the needed udp-ports (I've found above ports by searching the internet and trial an error).

Is there any defined udp-range that I can setup?


Replies (1)

RE: what udp-range do i have to open in firewall if I want to use sat-ip? - Added by Al Bundy almost 3 years ago

My current config looks now like this

<?xml version="1.0" encoding="utf-8"?>
<service>
  <port port="9981" protocol="tcp"/>
  <port port="9982" protocol="tcp"/>
  <protocol value="udp"/>
</service>

    (1-1/1)