LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   udp ports 5198 and 5199 (https://www.linuxquestions.org/questions/linux-networking-3/udp-ports-5198-and-5199-a-803181/)

tomg120 04-20-2010 09:40 PM

udp ports 5198 and 5199
 
How do I open ports 5198/udp and 5199/udp on a slackware based firewall?

mrmnemo 04-21-2010 08:36 AM

HI.
 
Hello.
You could try :
Code:

iptables -I INPUT -p udp --dport ( insert the port number here) -j ACCEPT
So, thats --dport ( for the destination ) and --sport (for the source)
In my experience, the command to change a port has not changed from distro to distro.


NOTE: I am finding these sites to be very informative for my own uses:
some neat port connection rate / limit examples

some neat logging examples


Hope this stuff helps. see ya!

cola 04-21-2010 09:16 PM

Quote:

Originally Posted by tomg120 (Post 3942106)
How do I open ports 5198/udp and 5199/udp on a slackware based firewall?

Is the problem solved?


All times are GMT -5. The time now is 01:51 AM.