cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1458
Views
0
Helpful
2
Replies

ASA 5510 firewall (ASA version 9.1(7), ASDM version 7.1) configuration to allow all inside IP addresses to access the Intranet web servers

muhammadijaved
Level 1
Level 1

Accidentally, I have to implement Intranet and Internet configurations on an unmaintained ASA 5510 firewall (ASA version 9.1(7), ASDM version 7.1).


inside 192.168.0.1 255.255.255.0
outside 192.168.1.10 255.255.255.0
intranet 102.13.112.119 255.255.255.0

The intranet (102.13.112.118) has web servers https://10.108.108.1, https://10.108.108.2, https://10.108.108.3, https://10.108.108.8:port

I need the basic configurations to implement the following two objectives:
- to allow all inside IP addresses to access the web servers on intranet
- to allow all inside IP addresses from the 192.168.0.0 network to access the outside (internet)

*The intranet must not accessible on outside (internet)

Any help would be very much appreciated…

1 Accepted Solution

Accepted Solutions

muhammadijaved
Level 1
Level 1

Intranet access done and now all the servers are accessible from inside interface after adding following nat settings

object network Intranet
subnet 10.108.108.0 255.255.255.248

object network Intranet

  nat (any,Intranet) dynamic interface

access-group Intranet_access_in in interface Intranet

 

 

Thanks all

View solution in original post

2 Replies 2

muhammadijaved
Level 1
Level 1

With the following configurations all inside hosts has Internet access but Intranet configs still needed.

 


ASA Version 9.1(7)
!
hostname ASA5510
enable password 8Ry2YjIyt7RRXU24 encrypted
xlate per-session deny tcp any4 any4
xlate per-session deny tcp any4 any6
xlate per-session deny tcp any6 any4
xlate per-session deny tcp any6 any6
xlate per-session deny udp any4 any4 eq domain
xlate per-session deny udp any4 any6 eq domain
xlate per-session deny udp any6 any4 eq domain
xlate per-session deny udp any6 any6 eq domain
names
!
interface Ethernet0/0
description Connection to Internet Router
duplex full
nameif Outside
security-level 0
ip address 192.168.1.10 255.255.255.0
!
interface Ethernet0/1
description Connection to Local Area Network
duplex full
nameif Inside
security-level 100
ip address 192.168.0.1 255.255.255.0
!
interface Ethernet0/2
description Connection to Intranet
duplex full
nameif Intranet
security-level 50
ip address 102.13.112.119 255.255.255.248
!
interface Ethernet0/3
shutdown
no nameif
no security-level
no ip address
!
interface Management0/0
description Management Interface
duplex full
nameif management
security-level 100
ip address 192.168.2.254 255.255.255.0
!
ftp mode passive
clock timezone PKT 5
dns domain-lookup Inside
dns server-group DefaultDNS
name-server x.x.x.x
name-server x.x.x.x
name-server x.x.x.x
object network LAN
subnet 192.168.0.0 255.255.255.0
pager lines 24
logging enable
logging asdm informational
mtu Outside 1500
mtu Intranet 1500
mtu Inside 1500
mtu management 1500
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-711.bin
no asdm history enable
arp timeout 14400
no arp permit-nonconnected
!
object network LAN
nat (any,Outside) dynamic interface
route Outside 0.0.0.0 0.0.0.0 192.168.1.1 1
route Intranet 10.108.108.0 255.255.255.224 102.13.112.118 1
timeout xlate 3:00:00
timeout pat-xlate 0:00:30
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 sip-provisional-media 0:02:00 uauth 0:05:00 absolute
timeout tcp-proxy-reassembly 0:01:00
timeout floating-conn 0:00:00
dynamic-access-policy-record DfltAccessPolicy
user-identity default-domain LOCAL
http server enable
http 192.168.2.0 255.255.255.0 management
http 192.168.0.0 255.255.255.0 Inside
no snmp-server location
no snmp-server contact
crypto ipsec security-association pmtu-aging infinite
crypto ca trustpool policy
telnet timeout 5
ssh stricthostkeycheck
ssh timeout 5
ssh key-exchange group dh-group1-sha1
console timeout 0
dhcpd dns x.x.x.x x.x.x.x
dhcpd lease 432000
!
dhcpd address 192.168.0.100-192.168.0.199 Inside
dhcpd dns x.x.x.x x.x.x.x interface Inside
dhcpd enable Inside
!
threat-detection basic-threat
threat-detection statistics port
threat-detection statistics protocol
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
!
class-map inspection_default
match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
parameters
message-length maximum client auto
message-length maximum 512
policy-map global_policy
class inspection_default
inspect dns preset_dns_map
inspect ftp
inspect h323 h225
inspect h323 ras
inspect ip-options
inspect netbios
inspect rsh
inspect rtsp
inspect skinny
inspect esmtp
inspect sqlnet
inspect sunrpc
inspect tftp
inspect sip
inspect xdmcp
!
service-policy global_policy global
prompt hostname context
no call-home reporting anonymous
call-home
profile CiscoTAC-1
no active
destination address http https://tools.cisco.com/its/service/oddce/services/DDCEService
destination address email callhome@cisco.com
destination transport-method http
subscribe-to-alert-group diagnostic
subscribe-to-alert-group environment
subscribe-to-alert-group inventory periodic monthly
subscribe-to-alert-group configuration periodic monthly
subscribe-to-alert-group telemetry periodic daily
Cryptochecksum:dd83f0deaa1c53b4d0a7060282599958
: end

muhammadijaved
Level 1
Level 1

Intranet access done and now all the servers are accessible from inside interface after adding following nat settings

object network Intranet
subnet 10.108.108.0 255.255.255.248

object network Intranet

  nat (any,Intranet) dynamic interface

access-group Intranet_access_in in interface Intranet

 

 

Thanks all

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card