Hey Chris, On Sat, Apr 25, 2009 at 09:02:36PM -0700, Christ Schlacta wrote: > I have one lan right now, and I want to add a second. Problem is, the > second needs dhcp services, and will share some clients with the main > LAN some times. the second lan will be segregated completely from the > main LAN with no internet access. Most machines have static leases in > /etc/ethers. The second lan will be on 10.0.1.0/24. the main lan is > on 10.0.0.0/24. How can I provide dhcp services on the 10.0.1.0 LAN > without encountering conflicts resulting from leases for the 10.0.0.0 > LAN being entered in ethers ?
I couldn‘t find any docs on this, so you‘ll probably have to just try: Stop using /etc/ethers and create equivalent host-entries in /etc/config/dhcp (kamikaze) or /etc/dnsmasq.conf (whiterussian?) respectively. I think dnsmasq is okay with encountering the same MAC-address as long as the corresponding IPs are on different subnets. -- Best Regards, Leonid Chaichenets. _______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-users
