I'm sorry if I ask this but did you enable ip forwarding?

echo "1" > /proc/sys/net/ipv4/ip_forward

and also be sure that your windows machine has the gateway set to the internal IP of your firewall

by the way, kulang po yung FORWARD chain na rule, ito po yung kumpleto

# iptables -A FORWARD -i <EXTERNAL_INTERFACE> -p tcp --dport <PORT_HERE> -d <WINDOWS_IP_HERE> -j ACCEPT


hope this helps,
-jon-


On 12/13/05, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote:
Hi Jon,

Thanks for the reply. I did the first one you have suggested before but it
didnt work. I'll try the forwarding stuff you've mentioned. Hope it will
work.



_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
[email protected] (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph

Reply via email to