Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dhcpd strange problem

Status
Not open for further replies.

GM2005

ISP
Sep 28, 2005
118
GB
I have an ASA acting as a DHPCD server. When I connect a laptop directly to the inside interface the dhcpd bindings show as issuing the correct 10.x.x.x address to the user but their ipconfig shows a 169.254.0.x address, and the arp table on the ASA shows an additional 01 on the beginning of their mac address.

Its stumped me.

Here is a sanitised config. I cannot see anything different or odd.

I cannot ping the dhcp address issued inside, nor the 169.254.0.x address the user sees on ipconfig.

hostname xxxx

domain-name xxxxxxx

enable password xxxxx
names

!

interface Vlan1

nameif inside

security-level 100

ip address xxxxxxxx

!

interface Vlan2

nameif outside

security-level 0

ip address xxxxxxxx
!

interface Ethernet0/0

switchport access vlan 2

!

interface Ethernet0/1

!

interface Ethernet0/2



!

interface Ethernet0/3

!

interface Ethernet0/4

!

interface Ethernet0/5

!

interface Ethernet0/6

!

interface Ethernet0/7

!

passwd xxxxxxxx

ftp mode passive

dns server-group DefaultDNS

domain-name xxxxxxx


pager lines 24

mtu inside 1500

mtu outside 1500

icmp unreachable rate-limit 1 burst-size 1

no asdm history enable

arp timeout 14400

global (outside) 1 interface



nat (inside) 0 xxxxxxx

nat (inside) 1 0.0.0.0 0.0.0.0

timeout xlate 3:00:00

timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02

timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00

timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00

timeout uauth 0:05:00 absolute

aaa authentication ssh console LOCAL

no snmp-server location

no snmp-server contact

snmp-server enable traps snmp authentication linkup linkdown coldstart

crypto ipsec transform-set
crypto map
crypto map
crypto map
crypto isakmp enable outside

crypto isakmp policy



crypto isakmp policy 65535

authentication pre-share

<--- More --->

encryption 3des

hash sha

group 2

lifetime 86400

telnet timeout 5

ssh 0.0.0.0 0.0.0.0 outside

ssh timeout 5

console timeout 0

dhcpd dns xxxxxxxxxx

!

dhcpd address 10.2.x.x-10.2.x.x inside

dhcpd enable inside

!


!

class-map inspection_default

match default-inspection-traffic

!

!

policy-map type inspect dns preset_dns_map

parameters

message-length maximum 512

policy-map global_policy

class inspection_default



inspect dns preset_dns_map

inspect ftp

inspect h323 h225

inspect h323 ras

inspect netbios

inspect rsh

inspect rtsp

inspect skinny

inspect esmtp

inspect sqlnet

inspect sunrpc

inspect tftp

inspect sip

inspect xdmcp

!
 
How many PCs have you tested from? The 169.x address is a self assigned address the PC gives itself when it cannot successfully connect to a DHCP server.

Is the DHCP range on the same subnet as the internal interface?



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top