LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 10-17-2003, 02:35 AM   #1
n33dH3lp
LQ Newbie
 
Registered: Oct 2003
Posts: 1

Rep: Reputation: 0
game proxy ? udp forwarding ? tunnel ?


Hi !

I've got the problem that I don't have a direct connection to the internet. The Firewall used here blocks some specific ports - especially gaming und p2p ones...
Well, but I'm an administrates of a rootserver (suse) and I think there should be a chance to use a tunnel or something like that to able to play games like counter-strike behind my firewall@home. But I don't have any clue which tools I need to do it ? Are there any hints for me ?

Thx in advance....
 
Old 11-10-2003, 12:13 PM   #2
warath
Member
 
Registered: Oct 2001
Location: Ontario, Canada
Distribution: Redhat 9
Posts: 43

Rep: Reputation: 15
You need to setup IPTABLE rules to allow specific ports to be forwarded to your machine behind the firewall.
Examples:

# DirectX Game hosting 10.x.x.x is the game server behind the firewall
#$IPT -t nat -A PREROUTING -p tcp -d $INETIP --dport 2300:2400 -j DNAT --to-dest 10.x.x.x
#$IPT -t nat -A PREROUTING -p udp -d $INETIP --dport 2300:2400 -j DNAT --to-dest 10.x.x.x
#$IPT -t nat -A PREROUTING -p tcp -d $INETIP --dport 47624 -j DNAT --to-dest 10.x.x.x
#$IPT -t nat -A PREROUTING -p udp -d $INETIP --dport 47624 -j DNAT --to-dest 10.x.x.x
#$IPT -t nat -A PREROUTING -p tcp -d $INETIP --dport 6073 -j DNAT --to-dest 10.x.x.x
#$IPT -t nat -A PREROUTING -p udp -d $INETIP --dport 6073 -j DNAT --to-dest 10.x.x.x

Last edited by warath; 11-10-2003 at 12:48 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ssh tunnel / port forwarding Q FrayAdjacent Linux - Networking 2 07-05-2005 03:37 PM
SSH tunnel or Iptables forwarding jatro Linux - Networking 5 06-15-2005 03:07 AM
Forwarding udp ? moby Linux - Networking 1 03-19-2005 02:45 PM
udp port forwarding to ip range oddo Linux - Networking 0 10-04-2004 07:09 AM
SSL tunnel with transparent proxy daviddst Linux - Security 1 09-04-2004 03:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration