Results 1 to 6 of 6
Hello on start i want apologize for my english :/. I have problem with forwarding port in linux. i want start a serwer for a game Live for Speed and ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-27-2005 #1Just Joined!
- Join Date
- Apr 2005
- Location
- estewua
- Posts
- 3
Help me plz :(
Hello on start i want apologize for my english :/. I have problem with forwarding port in linux. i want start a serwer for a game Live for Speed and for this i must have public adress i am i lan and a say to my admin for forwarding but he don't know how to this he write something like this iptables -t nat -A PREROUTING -p tcp -d 80.55.115.178 --dport 63392 -j DNAT --to 10.0.51.18:63392 where is error ?? i don't know linux and i don't know how to do this can somebody help me? Plz what he must change??
- 04-28-2005 #2Just Joined!
- Join Date
- Apr 2005
- Posts
- 8
there are basic ways in forwarding your IPs I cant memorize all of the scripts but I guess Google can give more insights,,
- 04-28-2005 #3Just Joined!
- Join Date
- Apr 2005
- Location
- estewua
- Posts
- 3
i searching in google but i don't find anything i write on 5 forum's and nobody can help me what is with this i don't know it's crazy :/
- 04-28-2005 #4Just Joined!
- Join Date
- Feb 2004
- Location
- Indonesia
- Posts
- 84
why not try this, firewall iptables, easy to configure also very flexsible
http://www.malibyte.net/iptables
if you want more complex scripts why not try shorewall (great features and much more,
but i never use it)
hope this help
- 05-04-2005 #5Linux Enthusiast
- Join Date
- Feb 2005
- Location
- SE, Stockholm
- Posts
- 512
You need to set up an allow/accept rule as well.
I.e.
iptables -t filter -A INPUT -d 80.55.115.178 -p tcp -m tcp --dport 63392 -j ACCEPT
- 05-04-2005 #6Just Joined!
- Join Date
- Apr 2005
- Location
- estewua
- Posts
- 3
ok i do this it's working, this don't work because i don't have a forwarding UDP ports. Now i have and all work's fine thx very much for help


Reply With Quote
