Getting DHCP to allocate address for two different subnets on 2 nics
Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Getting DHCP to allocate address for two different subnets on 2 nics
I have a linux box with two network cards
router 10.152.100.126
eth0 10.152.100.0/24 IP 10.152.100.101
eth1 10.200.100.0/24 IP 10.200.100.129
Eth0 connects to router;
I need to get pcs connected to each LAN to get the appropriate subnet addresses. For example, pc1 on eth1 gets 10.200.100.5 and pc1 on eth0 network to get 10.152.100.5.
Problem is, I keep getting '10.200.100.0/24 no free leases' for the network on eth1. Eth0 is fine though. If I use the share-network inside clause, pc's on both sides of the network get the 10.152.100.0/24
I have a copy of the DHCP.conf file, if anyone can point to the mistake I would greatly appreciate it as this is driving me insane.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.