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

Help please

Status
Not open for further replies.

micro761

Technical User
Jul 9, 2003
2
GB
My config file won't load onto the firewall what am I doing wrong:

nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password WuIGcvV/fFeuERNz encrypted
passwd 3M6hXaKCLIc6rsdj encrypted
hostname Coundon-Pix
domain-name coventry.sch.uk
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
names
access-list outside-in permit esp any any
access-list outside-in permit udp any any eq isakmp
access-list outside-in permit icmp any any echo
access-list outside-in permit icmp any any echo-reply
access-list outside-in permit icmp any any traceroute
access-list outside-in permit icmp any any source-quench
access-list outside-in permit icmp any any unreachable
access-list outside-in permit icmp any any time-exceeded
access-list outside-in permit ip any any
access-list inside-out permit ip any any
pager lines 24
logging on
logging buffered debugging
interface ethernet0 10full
interface ethernet1 10full
icmp permit any outside
icmp permit any inside
mtu outside 1500
mtu inside 1500
ip address outside 10.254.128.150 255.255.255.252
ip address inside 10.254.128.153 255.255.255.252
ip audit info action alarm
ip audit attack action alarm
ip local pool support 192.168.1.1
pdm history enable
arp timeout 14400
nat (inside) 0 10.249.64.50 255.255.255.255 0 0
nat (inside) 0 10.254.120.55 255.255.255.255 0 0
nat (inside) 0 172.30.0.106 255.255.255.255 0 0
nat (inside) 0 193.164.124.13 255.255.255.255 0 0
nat (inside) 0 193.164.124.14 255.255.255.255 0 0
nat (inside) 0 193.164.124.15 255.255.255.255 0 0
nat (inside) 0 193.164.124.16 255.255.255.255 0 0
nat (inside) 0 193.164.124.17 255.255.255.255 0 0
nat (inside) 0 193.164.124.18 255.255.255.255 0 0
access-group outside-in in interface outside
access-group inside-out in interface inside
route outside 0.0.0.0 0.0.0.0 10.254.128.149 1
route inside 10.249.64.50 255.255.255.255 10.254.128.154 1
route inside 10.254.120.55 255.255.255.255 10.254.128.154 1
route inside 172.30.0.106 255.255.255.255 10.254.128.154 1
route inside 193.164.124.13 255.255.255.255 10.254.128.154 1
route inside 193.164.124.14 255.255.255.255 10.254.128.154 1
route inside 193.164.124.15 255.255.255.255 10.254.128.154 1
route inside 193.164.124.16 255.255.255.255 10.254.128.154 1
route inside 193.164.124.17 255.255.255.255 10.254.128.154 1
route inside 193.164.124.18 255.255.255.255 10.254.128.154 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 0:05:00 si
p 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
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
no sysopt route dnat
crypto ipsec transform-set standard-set esp-des esp-md5-hmac
crypto dynamic-map dynmap 50 set transform-set standard-set
crypto map outside 50 ipsec-isakmp dynamic dynmap
crypto map outside client configuration address initiate
crypto map outside client configuration address respond
crypto map outside interface outside
isakmp enable outside
isakmp policy 50 authentication pre-share
isakmp policy 50 encryption des
isakmp policy 50 hash md5
isakmp policy 50 group 2
isakmp policy 50 lifetime 86400
vpngroup support address-pool support
vpngroup support idle-time 1800
vpngroup support password ********
telnet 192.168.1.1 255.255.255.255 outside
telnet timeout 5
ssh 172.16.6.0 255.255.254.0 outside
ssh timeout 15
terminal width 80
Cryptochecksum:c30f69ee54b238b421e74eea9d6aa691
: end
[OK]

 
Look's like this is wordwrapped. Or maybe it's just this site.

"timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 0:05:00 si
p 0:30:00 sip_media 0:02:00"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top