Hello,
I am trying to get this working so I can serve my laptop wirelessly at home.
I have the card working in Linux (iwconfig commands work to set essid and
the mode) server & laptop. The problem I'm having is I think is I just don't
know routing/masquerading in Linux (yet).
Here is a crude listing of what I'm trying to do:
=Network Setup=
Cisco 804 ISDN Router, NAT, DHCP, DNS (points to isp dns servers)
(192.168.1.0 network, 255.255.255.0 mask)
Linux box, wired nic (static ip 192.168.1.2, 255.255.255.0 mask) (eth0) and
two other PC's using just a wired nic
=Linux box (a Linux AP is what I'm trying to do here)=
Cisco 350 PCI WiFi (AIR-PCI352) in Managed mode, static ip- 10.0.0.1, mask
255.255.255.0 (eth1)
running dhcpd (network 10.0.0.0 mask 255.255.255.0) (on eth1 only, the WiFi
interface)
First, I think this is right because:
1> DHCP can not be run but one time per network (and I have two networks
defined above)
2> I want wireless clients to get their DHCP address from Linux, and the two
wired cleints from the Cisco router since they have no wireless interface
(and I don't want Linux doing dhcp for them anyway).
I can:
a) Using wireless, I can ping the WiFi cards from the laptop to the Linux
box and from the Linux box to the laptop
(laptop- ping 10.0.0.1; Server- ping 10.0.0.2) <ok here>
I can not:
a) I can not use DNS <ahh, this is helping me by writing this out...I'll
keep going> on the wireless interface (laptop) to ping a server by name
(i.e.- ping www.cnn.com) or via doing a lookup on that URL and trying to
ping or goto that site by ip address.
b) I can not access any other service over wireless (IRC, email, web, etc.)
Is this problem due to my setup above? I can not see the 10.0.0.0 network on
the Cisco router (sho ip route) at this point so I see why I can not ping a
WIRED interface. Is this setup correctly thusfar and I need to learn
masquerading/ip packet forwarding?
I'd like to KISS in the initial fix (i.e.- if it's a masq thing I need to do
I'd like to initially allow everthing and learn the filtering AFTER that is
working).
Thanks for any help!
David.
p.s.- sleep always helps too, that I will get before trying anything
tomorrow