How to do IP tunneling with linux

MajesticMoose

Diamond Member
Nov 14, 2000
3,030
0
0
How do you set up a linux internet server to foward a specific port to a computer on a LAN? I want to run a half-life server on a computer that is networked to a linux machine. The linux server is connected to the internet but it doesn't foward the ip address to the computers on the LAN.
 

Damaged

Diamond Member
Oct 11, 1999
3,020
0
0
ipmasqadm portfw

e.g. to portforward ssh you would enter something like:

/usr/sbin/ipmasqadm portfw -a -P tcp -L <outdisde ip> 22 -R <inside ip> 22
 

FMJGomerPyle

Senior member
Feb 8, 2001
246
0
0
I have no idea. Does it come with linux or what?

If it does: how do i use it?

If it doesn't: where do i get it?