phpNotes (Demo Version)

[ View Notes ]   [ Create Note ]   [ Categories ]   [ Search ]  

Cisco Pix Firewall config for home network


Category: Technology
Created: Friday, Jul 11th, 2008 at 11:08am
Add Files: Max upload size on this server is 64M

Files:

The following is a Cisco pix 501 config for my old home network.
Qwest 5 IP Static Block contained:
Reserved Network 71.39.227.216
User-assignable 71.39.227.217
User-assignable 71.39.227.218
User-assignable 71.39.227.219
User-assignable 71.39.227.220
User-assignable 71.39.227.221
Reserved Gateway 71.39.227.222
Reserved Broadcast 71.39.227.223
Subnet Mask 255.255.255.248


cisco-pix(config)# sho run
: Saved
:
PIX Version 6.3(4)
interface ethernet0 100full
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password QufHLY3zGn7M6zt6 encrypted
passwd QufHLY3zGn7M6zt6 encrypted
hostname cisco-pix
domain-name namlot.net
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
access-list inbound permit icmp any any
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 71.39.227.221 255.255.255.248
ip address inside 192.168.4.1 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 192.168.4.0 255.255.255.0 0 0
access-group inbound in interface outside
route outside 0.0.0.0 0.0.0.0 71.39.227.222 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 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
http server enable
http 192.168.4.1 255.255.255.255 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
no floodguard enable
telnet 192.168.4.0 255.255.255.0 inside
telnet timeout 15
ssh 192.168.4.0 255.255.255.0 inside
ssh timeout 60
console timeout 0
terminal width 80
Cryptochecksum:2566f16a4e961a4c79ab568548fb77dc
: end
cisco-pix(config)#


Total attached files: 0




Select a Different Category