Click to See Complete Forum and Search --> : Port Forwarding?!?!?!


-=$iCk_AdReNaLiNe=-
07-13-2001, 08:33 PM
Say I have my gateway as 192.168.0.1 and a machine within my network as 192.168.0.2. What line would I Have to add in my firewall script to forward port 113, for irc, from 192.168.0.1 to 192.168.0.2 or however it needs to be with irc? When I had redhat 6.2 ipmasqadm worked very well but that's out of the question now because I get this error when I try to run a ipmasqadm script:

Dlsym("masqmod_main"): /usr/sbin/ipmasqadm: undefined symbol: masqmod_main

Unless we can get ipmasqadm working I need another way to do this??

Any help you can give me would help

Dru Lee Parsec
07-14-2001, 04:39 PM
There's a port forwarding program that I think is called "redir" that you run something like this:

On 192.168.0.1 run this code:

redir 80 80 192.168.0.2

That tells the computer which is runnign redir to take all info to port 80 and send it to port 80 on 192.168.0.2

I'd look on my own firewall but it's down right now while we install a new router and are setting up a VPN. What fun.