Options

Connect PIX 501 to Verizon FIOS Actiontec Router

EXAMCCIEEXAMCCIE Member Posts: 19 ■□□□□□□□□□
Hello,

I have a pix 501 running ver. 6.3 of the IOS. trying to hook this into the main network stream behind the Verizon router. Clients are not getting DHCP address from the PIX. Any ideas, suggestions would be great. Thanks in advance.

Here is my running config:

PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password pzUtU5j5Nj1ijpFo encrypted
passwd pzUtU5j5Nj1ijpFo encrypted
hostname PixFirewall
domain-name ciscopix.com
clock timezone BOT -4
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
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
fixup protocol tftp 69
names
object-group network RestrictedHosts
network-object host 192.168.1.2
network-object host 192.168.1.3
network-object 192.168.1.4 255.255.255.252
network-object 192.168.1.8 255.255.255.248
network-object 192.168.1.16 255.255.255.240
network-object 192.168.1.32 255.255.255.254
access-list 101 deny udp object-group RestrictedHosts any gt isakmp log
access-list 101 deny udp object-group RestrictedHosts any eq 1863 log
access-list 101 deny tcp object-group RestrictedHosts any eq 1863 log
access-list 101 deny tcp object-group RestrictedHosts any gt 500 log
access-list 101 permit ip any any log
access-list 101 deny ip any 64.245.58.0 255.255.255.0
access-list 101 deny ip any 64.245.59.0 255.255.255.0
access-list 101 deny ip any host 213.248.107.10
access-list 101 deny ip any 213.248.112.0 255.255.255.0
access-list 101 deny udp any any eq 1214
access-list 101 deny tcp any any eq 1214
access-list 103 deny udp any any log
access-list 103 deny tcp any any log
access-list 103 deny ip any any log
pager lines 24
logging timestamp
logging console errors
logging monitor informational
logging trap alerts
logging history errors
icmp deny any outside
icmp permit any inside
mtu outside 1500
mtu inside 1500
ip address outside dhcp setroute
ip address inside 192.168.1.254 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm location 192.168.1.2 255.255.255.255 inside
pdm location 192.168.1.3 255.255.255.255 inside
pdm location 192.168.1.4 255.255.255.252 inside
pdm location 192.168.1.8 255.255.255.248 inside
pdm location 192.168.1.16 255.255.255.240 inside
pdm location 192.168.1.32 255.255.255.254 inside
pdm location 72.128.0.0 255.224.0.0 outside
pdm location 172.16.20.0 255.255.255.0 inside
pdm group RestrictedHosts inside
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 103 in interface outside
timeout xlate 0:05: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 sip-disconnect 0:02:00 sip-invite 0:03:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
mac-list 102 deny 0014.bfd1.5c46 ffff.ffff.ffff
http server enable
http 192.168.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
telnet 72.128.0.0 255.224.0.0 outside
telnet 192.168.1.0 255.255.255.0 inside
telnet 172.16.20.0 255.255.255.0 inside
telnet timeout 5
ssh 192.168.1.0 255.255.255.0 inside
ssh 192.168.1.3 255.255.255.255 inside
ssh 192.168.1.1 255.255.255.255 inside
ssh timeout 10
console timeout 0
dhcpd address 192.168.1.2-192.168.1.32 inside
dhcpd lease 1048575
dhcpd ping_timeout 750
dhcpd auto_config outside
terminal width 80
Cryptochecksum:1d4a1c26ba89ea1fb39194a278e2a0f4
: end








PixFirewall# show dhcpd
dhcpd address 192.168.1.2-192.168.1.32 inside
dhcpd lease 1048575
dhcpd ping_timeout 750
dhcpd auto_config outside
dhcpd enable inside
PixFirewall#
Sign In or Register to comment.