isc dhcpd and cisco router


 
Thread Tools Search this Thread
Special Forums IP Networking isc dhcpd and cisco router
# 1  
Old 08-16-2010
isc dhcpd and cisco router

Hello all,

I have set up dhcpd on a linux box for serving subnets on multiple vlans configured on a Cisco 6500 with ip helper of the dhcp server. Servers get dhcp leases just fine, however, some machines lose their connection for reboot or what not and I can not get their lease back even though it expires in 7 days without a reboot. It appears that the server is sending out REQUESTS to the proper gateway, but also BROADCASTS to the other vlan gateways. Kind of odd. Has anyone experienced this?

## This is the correct network and vlan it should be hitting on 10.14.6.:

Aug 10 23:22:30 dhcpd1 dhcpd: DHCPREQUEST for 10.14.6.212 (10.14.16.111) from 00:04:4b:04:45:23 via 10.14.6.1
Aug 10 23:22:30 dhcpd1 dhcpd: DHCPACK on 10.14.6.212 to 00:04:4b:04:45:23 (server10) via 10.14.6.1

## However, it goes on to what it seems like sending out a unicast packet to all other vlan gateways and then it breaks:

Aug 10 23:22:30 dhcpd1 dhcpd: DHCPREQUEST for 10.14.6.212 (10.14.16.111) from 00:04:4b:04:45:23 (server10) via 10.14.12.1: wrong network.
Aug 10 23:22:30 dhcpd1 dhcpd: DHCPNAK on 10.14.6.212 to 00:04:4b:04:45:23 via 10.14.12.1
Aug 10 23:22:30 dhcpd1 dhcpd: DHCPREQUEST for 10.14.6.212 (10.14.16.111) from 00:04:4b:04:45:23 (server10) via 10.14.4.1: wrong network.
Aug 10 23:22:30 dhcpd1 dhcpd: DHCPNAK on 10.14.6.212 to 00:04:4b:04:45:23 via 10.14.4.1
Aug 10 23:22:30 dhcpd1 dhcpd: DHCPREQUEST for 10.14.6.212 (10.14.16.111) from 00:04:4b:04:45:23 (server10) via 10.14.2.1: wrong network.
Aug 10 23:22:30 dhcpd1 dhcpd: DHCPNAK on 10.14.6.212 to 00:04:4b:04:45:23 via 10.14.2.1
Aug 10 23:22:30 dhcpd1 dhcpd: DHCPREQUEST for 10.14.6.212 (10.14.16.111) from 00:04:4b:04:45:23 (server10) via 10.14.10.1: wrong network.
Aug 10 23:22:30 dhcpd1 dhcpd: DHCPNAK on 10.14.6.212 to 00:04:4b:04:45:23 via 10.14.10.1
Aug 10 23:22:30 dhcpd1 dhcpd: DHCPREQUEST for 10.14.6.212 (10.14.16.111) from 00:04:4b:04:45:23 (server10) via 10.14.145.1: wrong network
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. IP Networking

Need help configuring Cisco 892-k9 router

I bought a Cisco 892-k9 router and I am having in issue trying to setup the initial configuration. Does someone have a sampl configuration for a single subnet that I can use for my configuration? Thanks. (0 Replies)
Discussion started by: gandolf989
0 Replies

2. IP Networking

Does cisco 1921 router support site to site VPNs using IPSec?

Q: "Does Cisco 1921 router support,, act as an endpoint for, site to site VPNs using IPSec? If so, how many? " A: If you get the Cisco 1921/k9 with the security services bundle then it will have built in security features. Cisco, typically includes IP Sec tunnels I believe as part of that... (0 Replies)
Discussion started by: Ayaerlee
0 Replies

3. IP Networking

How to show Cisco Router Running Configuration in Third Party Application

Hey everyone, I have a few question. 1. Is it possible to display cisco 'show run' output command to the application ?? 2. And is there any ways to log in to the router instead of using telnet from telnet application??? Thanks in advance (0 Replies)
Discussion started by: franzramadhan
0 Replies

4. UNIX for Advanced & Expert Users

Assigning multiple IPV6 addresses with ISC dhcpd

Hi, Apologies if this is the wrong forum or this question has been answered already. I'm using the ISC dhcpd server on Centos 6.0, and can happily assign a single IPV6 address to a client with entries like this: subnet6 fd01:0:0:5::/64 { option dhcp6.name-servers fd01:0:0:5::226;... (0 Replies)
Discussion started by: jusme
0 Replies

5. IP Networking

Setup Dial In VPN on Cisco Router

Hello, Does anyone know where I can find configuration information on setting up a dial in VPN on Cicso IOS for a bunch of servers. Could not seem to find anything in search engines. Thanks (0 Replies)
Discussion started by: photon
0 Replies

6. IP Networking

Linux behind a cisco router

Dear All, I have worked with xDSL routers working in bridged mode, and linux behind them working as a Firewall utilizing IPTABLES. My question is, how this will change if the xDSL router is replaced with a Cisco Router? I mean to ask that, can I assign a public ip on the linux machine, which... (0 Replies)
Discussion started by: tmm
0 Replies

7. Shell Programming and Scripting

Perl telnet to cisco router and compare the ping ms

All Please help, i will telnet to router to obain the ping status and compare, if higher than normal latency, i will have further action.. if i do the telent and in perl script then .... e.g the result i obtain from the router will be =' Success rate is 100 percent (5/5), round-trip... (4 Replies)
Discussion started by: optimus
4 Replies

8. UNIX for Advanced & Expert Users

Cisco Router command to get hostname

Hi All, I am connected to a cisco router and I want to know the hostname of this router. I connect as telnet <IPADDRESS> and the prompt shows vpnaccess-bristol> But I want to know the full hostname of the router how can i do that. When i type the hostname command the following... (3 Replies)
Discussion started by: rahulrathod
3 Replies
Login or Register to Ask a Question