From: Keith Mayfield (krmayfield_at_yahoo.com)
Date: 2002-04-24 02:15:13 UTC
I have compiled the 2002-04-13 version.
My eth0 is connect to my cable modem to the net.
I am using iptables to do Masquerading with the
following line:
iptables -t nat -A POSTROUTING -p TCP -j MASQUERADE
With this everything works. I can surf the web from
my Windoze
Laptop.
If I put in the windoze 64 WEP as 1234567890 and then issue the following command on the Host AP:
iwconfig wlan0 enc 1234567890
I can ping the Host Ap with the windoze machine, but I
cannot
surf the web.
So what am I doing wrong? I would like to continue
using
iptables so that I can limit only certain MAC address
and
ip address.
Thanx