Is it possible to do the following:
Machine1 Kubuntu 8.04 desktop wired internet Cable modem
Machine2 eepc701 Xubuntu 1O.04 wired machine1 cross ethernet cable
Machine3 nokia n900 wireless to machine2 Wifi card machine2 mode master
Routing tables:
Machine1
192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
XX.XX.160.0 * 255.255.252.0 U 0 0 0 eth2
link-local * 255.255.0.0 U 1000 0 0 eth2
default XX.XX-160-1.xxx 0.0.0.0 UG 0 0 0 eth2
Machine2
192.168.1.192 * 255.255.255.192 U 0 0 0 ath0
192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
default user.local 0.0.0.0 UG 0 0 0 eth0
Machine3
192.168.1.192 * 255.255.255.192 U 0 0 0 wlan0
Doing: iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
On machine2 , dhcp3 server on machine2 ip adress well delivered to #3
ping #3 -> ath0 ok
ping #2 -> wlan0 ok
ping #2 -> #1 ok
ping #1 -> ath0 ok
ping #3 -> #2 eth0 network unreachable
ping #1 -> #3 network unreachable
Access point is open. What is failing?
