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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pix 506e not assigning IP address to client on inside interface. 1

Status
Not open for further replies.

SQL2KDBA69

Programmer
Feb 4, 2004
227
0
0
US
here is my config:

Code:
PIX Version 6.3(1)
interface ethernet0 100full
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password /xxxxxxxxx encrypted
passwd /xxxxxxxxxx encrypted
hostname 506E
domain-name home.com
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
fixup protocol sqlnet 1521
names
object-group icmp-type icmp-grp
  description ICMP types allow into the PIX
  icmp-object echo-reply
  icmp-object unreachable
  icmp-object time-exceeded
access-list outside_in permit icmp any any object-group icmp-grp 
access-list outside_in deny ip 192.168.1.0 255.255.255.0 any 
access-list outside_in deny icmp 192.168.1.0 255.255.255.0 any 
access-list inside_in permit ip 192.168.1.0 255.255.255.0 any 
access-list inside_in permit icmp 192.168.1.0 255.255.255.0 any 
access-list inside_in deny ip any any 
access-list inside_in deny icmp any any 
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside x.x.x.x x.x.x.x
ip address inside 192.168.1.5 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
access-group outside_in in interface outside
access-group inside_in in interface inside
route outside 0.0.0.0 0.0.0.0 10.10.20.1 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+ 
aaa-server RADIUS protocol radius 
aaa-server LOCAL protocol local 
http server enable
http 192.168.1.2 255.255.255.255 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
telnet timeout 5
ssh timeout 5
console timeout 10
dhcpd address 192.168.1.100-192.168.1.200 inside
dhcpd dns 4.2.2.2 4.2.2.3
dhcpd lease 3600
dhcpd ping_timeout 2000
dhcpd domain home.com
dhcpd enable inside
terminal width 80
Cryptochecksum:b58b1b8fb0aea530aa8a9ff81aa5ba30
: end

Thanks in advance.
 
here is the dhcpd statistics:

506E# sh dhcpd statistics

Address pools 1
Automatic bindings 0
Expired bindings 0
Malformed messages 0

Message Received
BOOTREQUEST 0
DHCPDISCOVER 43
DHCPREQUEST 20
DHCPDECLINE 0
DHCPRELEASE 0
DHCPINFORM 0

Message Sent
BOOTREPLY 0
DHCPOFFER 0
DHCPACK 0
DHCPNAK 0
 
That's wierd, how can you have DHCPREQUEST messages but no DHCPOFFER messages?? Hmm, have you tried to reboot the device?? Disable and re-enable the DHCPD service?? Recreate the pool?? It should work...

I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top