Trying to set up routing for my gateway and wireless lan. I have had iptables and nat setup many times but now I am stumped.
I have installed redhat 7.3 box with adsl on eth0 known as ppp0. A wireless pci_pcmcia bridge with wireless card eth1 (192.168.1.2) A laptop with Win ME / redhat 7.1 also with wireless card (192.168.1.3) with gateway 192.168.1.2. I can ping each of the wireless cards and the adsl is up and working. I can't ping an address on the internet from the laptop. Ipchains has been deleted, I have flushed my iptables back to allow everything. ip route shows default via <ip_address> dev ppp0 I then modprobe iptables; iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE; cat /proc/sys/net/ipv4/ip_forward shows 1 I have also emptied hosts.allow/deny. Is their some special issues with wireless cards I might be missing? -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
