Hello everybody,

I'v tried to separate my wireless network from the ethernet one... this seems to work correctly but i still have a few problems with dnsmasq.

1-resolution work fine for dhcp clients (*.lan) but i can't get the openwrt to be resolved as openwrt.lan (nslookup on a win xp reports the server as "Unknown").

1(bis)-As the openwrt has two local ips (one for wifi and one for lan) is there a way to get the right one for the network on wich the dns query has been made.

2-I don't want the wireless network to have access to anything else so is it possible to simply remove the gatway from the dhcp configuration for wireless.

Thanks for turning my linksys into one of this linux boxes i love!!!

OK... little update (not much answer till now)

So i found something upon this gateway question... simply set the dhcp options...

so in /etc/dnsmasq.conf
-----

#i've identified the wifi network by dhcp-range=wifi,...
dhcp-options=wifi,3,0

-----

The only problem is for my win xp how gets the subnet mask 255.0.0.0...

I thought supressing the gateway was the clean way to separate the wireless network... maybe i will look at iptables and netfilters to firwall the wireless network.