Greetings all,

I am having port forwarding trouble. I have checked through the archives and
I think I am doing everything right. I have chopped my config back yo the
basics but still no luck.

This is what I am using

Echo 1 > /proc/sys/net/ipv4/ip_forward
Ipchains -F
Ipchains -P input accept
Ipchains -P forward accept
Ipchains -P output accept
Ipchains -A forward -i eth1 -s 192.168.0.0/24 -j MASQ
Ipmasqadm portfw -f
Ipmasqadm portfw -a -P tcp -L 200.1.1.1 80 -R 192.168.0.175 80


I then try to connect with netscape from 200.1.1.2 to 200.1.1.1 and it just
sits there waiting. I have checked netstat -M and there is an established
masquerade and if I check netstat -t -p on 200.1.1.2 it says SYN_SENT as the
state.

BTW 192.168.0.175 is a functioning apache server.

What am I doing wrong ?

Regards,
* Chris Stokes
Senior Systems Consultant
Bass Software
[EMAIL PROTECTED]


-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to