This is my first time configuring a cisco 5510 ASA firewall. How can I go to the internet using the Cisco 5510 Device?
(outside) Public block IP - 67.115.20.128 255.255.255.128
(outside) Gateway 67.115.20.129
(inside) LAN Block IP - 10.9.0.0 25.255.255.0
Here is what I got so far:
names
dns-guard
!
interface Ethernet0/0
description WAN Interface
nameif Outside
security-level 0
ip address 67.115.20.130 255.255.255.192
ospf cost 10
!
interface Ethernet0/1
description LAN Interface
nameif Inside
security-level 100
ip address 10.9.0.1 255.255.255.0
ospf cost 10
!
interface Ethernet0/2
shutdown
no nameif
no security-level
no ip address
!
interface Ethernet0/3
shutdown
no nameif
no security-level
no ip address
!
interface Management0/0
nameif management
security-level 100
ip address 192.168.1.1 255.255.255.0
ospf cost 10
management-only
!
passwd 2KFQnbNIdI.2KYOU encrypted
boot system disk0:/asa802-k8.bin
ftp mode passive
clock timezone PST -8
clock summer-time PDT recurring 1 Sun Apr 2:00 last Sun Oct 2:00
dns domain-lookup Outside
dns server-group DefaultDNS
name-server 68.94.156.1
name-server 151.164.1.6
name-server 68.94.157.1
name-server 204.60.203.190
domain-name hbr.ads.inc
access-list Inside_access_in extended permit ip 10.9.0.0 255.255.255.0 66.120.12
7.0 255.255.255.192
access-list Inside_access_in_1 extended permit ip 66.120.127.0 255.255.255.192 a
ny
access-list Inside_access_in_2 extended permit ip 10.9.0.0 255.255.255.0 67.115.
20.128 255.255.255.128
pager lines 24
logging enable
logging asdm informational
mtu Outside 1500
mtu Inside 1500
mtu management 1500
no failover
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-602.bin
no asdm history enable
arp timeout 14400
global (Outside) 101 interface
nat (Inside) 101 0.0.0.0 0.0.0.0
static (Inside,Outside) interface 67.115.20.130 netmask 255.255.255.255
access-group Inside_access_in_2 in interface Inside
route Outside 67.115.20.128 255.255.255.128 67.115.20.129 1
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
dynamic-access-policy-reco
rd DfltAccessPolicy
http server enable
http 192.168.1.0 255.255.255.0 management
http 10.9.0.0 255.255.255.0 Inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
no crypto isakmp nat-traversal
telnet timeout 5
ssh timeout 5
console timeout 0
management-access Inside
dhcpd address 10.9.0.2-10.9.0.5 Inside
dhcpd dns 10.9.0.1 interface Inside
dhcpd enable Inside
!
dhcpd address 192.168.1.2-192.168.1.254 management
dhcpd enable management
!
threat-detection basic-threat
threat-detection statistics
!
class-map inspection_default
match default-inspection-traffic
!
!
policy-map global_policy
class inspection_default
inspect ftp
inspect h323 h225
inspect h323 ras
inspect rsh
inspect rtsp
inspect esmtp
inspect sqlnet
inspect skinny
inspect sunrpc
inspect xdmcp
inspect sip
inspect netbios
inspect tftp
!
service-policy global_policy global
prompt hostname context
Cryptochecksum:72bf6f02ffc
baceeb869c
b80c882412
0
ciscoasa#
Start Free Trial