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.
I have seven networks with layer 3 switches and layer 2 manageable switches, I have all the routes to my server for these networks. I want to configure a DHCP server for all these seven networks. can some budy help me
well thanks for redirecting me to the page I have seen. well my all routes are configured already I have added the routes also on my server I can ping my all subnets from my server. do I need to make virutal lans for all subnets and give them IP address for the same subnet okay this will be done also. but how to add all of them to the dhcpd.conf file.
I will be very thanks full if some one could help me urgently.
sounds like you don't have the dhcp server itself listening on each subnet or a dhcp relay agent forwarding on. dhcp is based on local broadcast only, it's not possible to obtain DHCP across a router or firewall
and don't be sarcastic. doesn't make you look good.
I don't have any router or physical firewall on my Network, I just have layer 3 switches configured and layer 2 switches which have the static IP. what my question is that if I have all the routes do I need to make virtual LANs to make my DHCP working.
as above routing is not going to help. you need something listening for DHCP requests on each subnet. this may well be something your layer 3 switches can offer. you've not said what they are, but Cisco IOS offers the "ip helper-address" command to do this.
I have allied telesis switches. I have vlans configured what I should do to get working my multiple dhcp server. and what I should do from linux side to configure a multiple dhcp server do I need to have one dhcpd.conf file.
you haven't read the link that i provided have you? the one where you said you'd already seen it? it very clearly shows you an example config for isc-dhcpd. and check your switches configuration guides for details about being able to do dhcp relay or not... not a vendor i'm familiar with.
I have read the link all followed all the things my dhcp is working but when I go to the subnet out of the server. it doens't work because the clients are not getting IP addresses. okay as you said that I have to tell the core switch about the dchp relay but don't have any idea how to tell it.
The documnetation I have checked but I don't get any idea from that documnentation.
OK, so issue currently looks to be on your switch. i can't tell you how to configure that. that's between you, the manual, their support, and google...
oh finally got some answer okay need to ask something more that i have one NIC card with the address of 192.168.0.10
and have virtual address on the NIC
192.168.1.10
192.168.2.10
192.168.3.10
and so on I have 6 layer 3 switches do i check the VLANs on every layer 3 switch which IP address I should give for my DHCP server on bootp relay
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.