Click to See Complete Forum and Search --> : How do i open UDP/TCP ports linux Mandrake?


BooMChaka
02-01-2001, 01:09 PM
Im runnnig a "Roger wilco base station" on my 2nd pc under LINUX MANDRAKE 7.2,I use internet via ADSL sisco router. now the PROBLEM..
When i run the RWserver on my linux pc,it default run on the udp port 3783, i can join the server from my LAN ip 10.0.0.x but when other people try to connect to my inet IP 212.x.x.x they cant connect, i cant do myself eather from the INET ip, i think its the UDP port thats not open in linux, how do i do that? i really hope someone can help me http://www.linuxnewbie.org/ubb/smile.gif

Regards
Boomer

Fandelem
02-01-2001, 01:59 PM
you can't really "open a port" like magic. the way a port opens (or the most common way) is by running a daemon (a program, such as your router program, or ftp, or ssh, etc), and it binds itself to a specified port. i hope that makes more sense. if you want to change what port it is on, you should look in the configuration file for your program, *or* you could try using a port-forwarding technique i guess ;o) actually, yeah- it looks like portfw is what you want.. i think you might be able to start at http://www.fandelem.com/nhf-5.html#portfw but you might want to do some more research also.. i'm in class at school right now so these are just my thoughts after a first thought ;o)

~kyle