cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
404
Views
0
Helpful
7
Replies

Cisco 5506 configure 2 outside subnet

AndreaFi
Level 1
Level 1

I have to public subnet:

 

93.10.15.32/29

93.22.18.40/29

 

outside interface ip is: 93.10.15.35/255.255.255.248

inside interface ip is: 192.168.11.254/255.255.255.0

 

I have NAT for two servers:

192.168.11.1 <-> 93.10.15.36

192.168.11.11 <-> 93.22.18.44

 

The feature "Allow non-connected subnet" is checked, Asa version is 9.6(1)

 

In that configuration I can't reach the second server from external connection (also I can't ping from server 192.168.11.11 to 8.8.8.8)

If I change the mask for ouside interface to 255.0.0.0 I can reach the server and I can ping from server.

 

7 Replies 7

Hi

Is possible to share the configuration, removing sensitive information like encrypted password?




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

..

..

..

..

Sorry for previous posts, I had a problem  with the form.

: Hardware: ASA5506W, 4096 MB RAM, CPU Atom C2000 series 1250 MHz, 1 CPU (4 cores)
: Written by enable_15 at 10:22:37.227 CEDT Wed Jul 18 2018
!
ASA Version 9.6(1)
!
hostname ciscoasa
names

!
interface GigabitEthernet1/1
nameif outside
security-level 0
ip address 93.10.15.34 255.255.255.248
!
interface GigabitEthernet1/2
nameif inside
security-level 100
ip address 192.168.11.254 255.255.255.0
!
interface GigabitEthernet1/3
shutdown
no nameif
no security-level
no ip address
!
interface GigabitEthernet1/4
shutdown
no nameif
no security-level
no ip address
!
interface GigabitEthernet1/5
shutdown
no nameif
no security-level
no ip address
!
interface GigabitEthernet1/6
shutdown
no nameif
no security-level
no ip address
!
interface GigabitEthernet1/7
shutdown
no nameif
no security-level
no ip address
!
interface GigabitEthernet1/8
shutdown
no nameif
no security-level
no ip address
!
interface GigabitEthernet1/9
shutdown
nameif wifi
security-level 100
ip address 192.168.10.1 255.255.255.0
!
interface Management1/1
management-only
no nameif
no security-level
no ip address
!
ftp mode passive
clock timezone CEST 1
clock summer-time CEDT recurring last Sun Mar 2:00 last Sun Oct 3:00
same-security-traffic permit inter-interface
same-security-traffic permit intra-interface
object network obj_any
subnet 0.0.0.0 0.0.0.0
object network 93.10.15.36
host 93.10.15.36
object network NatDHCP
range 192.168.11.20 192.168.11.240
object network 192.168.11.11
host 192.168.11.11
object network 192.168.11.1
host 192.168.11.1
object network Wifi
range 192.168.10.20 192.168.10.254
object network wifi
range 192.168.10.2 192.168.10.254
object-group service DM_INLINE_SERVICE_1
service-object tcp destination eq www
access-list outside_access_in extended permit ip any4 object 192.168.11.1 inactive
access-list outside_access_in extended permit ip any4 object 192.168.11.11 inactive
access-list outside_access_in extended permit ip any4 any log debugging
access-list global_access_1 extended permit object-group DM_INLINE_SERVICE_1 any any log debugging interval 10
access-list global_access_1 extended permit ip any any
access-list inside_access_in extended permit ip any any log debugging
access-list wifi_access_in extended permit ip any any inactive
access-list 93.10.15.32_access_in extended permit ip any any log debugging
pager lines 24
logging enable
logging asdm informational
mtu outside 1500
mtu inside 1500
mtu wifi 1500
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
arp permit-nonconnected
!
object network NatDHCP
nat (any,any) dynamic 93.10.15.35
object network 192.168.11.11
nat (any,any) static 93.22.18.44
object network 192.168.11.1
nat (any,any) static 93.10.15.36
access-group outside_access_in in interface outside
access-group inside_access_in in interface inside
access-group wifi_access_in in interface wifi
access-group global_access_1 global
route outside 0.0.0.0 0.0.0.0 93.10.15.33 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 sctp 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
user-identity default-domain LOCAL
http server enable
http 192.168.10.0 255.255.255.0 wifi
http 192.168.11.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
service sw-reset-button
crypto ipsec security-association pmtu-aging infinite
crypto ca trustpool policy
telnet 192.168.11.0 255.255.255.0 inside
telnet timeout 5
ssh stricthostkeycheck
ssh timeout 5
ssh key-exchange group dh-group1-sha1
console timeout 0

dhcpd dns 8.8.8.8 8.8.4.4
dhcpd auto_config outside
!
dhcpd address 192.168.11.20-192.168.11.230 inside
dhcpd enable inside
!
dhcpd address 192.168.10.3-192.168.10.254 wifi
dhcpd enable wifi
!
ntp server 216.239.35.0 source outside prefer
dynamic-access-policy-record DfltAccessPolicy
!
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 rsh
inspect rtsp
inspect esmtp
inspect sqlnet
inspect skinny
inspect sunrpc
inspect xdmcp
inspect sip
inspect netbios
inspect tftp
inspect ip-options
!
service-policy global_policy global
prompt hostname context
no call-home reporting anonymous
: end
Review Cisco Networking for a $25 gift card