I have the kernel configured to run ipportfw and have compliled the
ipportfw.c utility with no problems.  I moved the ipportfw executable at
/sbin and I issued the following :

ipportfw -A -t24.128.61.99/80 -R 192.168.1.99/80

192.168.1.99/80 is an NT server that runs IIS

the only entries I have regarding masquarading are the following:

/sbin/ipfwadm -F -p deny
/sbin/ipfwadm -F -a m -S 192.168.1.0/24 -D 0.0.0.0/0
ifconfig eth1 192.168.1.1 netmask 255.255.255.0 up
route add -net 192.168.1.0 eth1
ipautofw -A -r tcp 2000 4000 -c udp 4000 -u
ipautofw -A -r udp 5009 5009 -h 192.168.1.2

Unfornunately,  when I try to get a web server response at 24.128.61.99 from
the internet nothing happens.  Is there something evident that I have done
wrong?

Thank you very much ,

Dimitris 

Linux box has 2 ethernet cards (192.168.1.1 internal   -  24.128.x.x
external).  I would like to forward all the trafic that hits the linux
box for a web server response to 192.168.1.99 which I have set up as a
web server.   

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]

Reply via email to