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

Asa 5506-X Firewall configuration

matthieu.euzen1
Level 1
Level 1

Hello,

I'm currently trying to set up a new router in my company's network.

Everything works fine concerning Internet access, unfortunately my company is using a software which has to go through a VPN (another Cisco router) using a static route, and despite all my efforts, I'm still unable to make it work.

 

The Netgear router is working fine, but has to be replaced by the Asa 5506-X.

All the frames concerning the software are redirected by the Netgear through the internal switch to the Cisco VPN.

Here is the conf for the Asa 5506-X:

interface GigabitEthernet1/1
 nameif outside
 security-level 0
 ip address X.X.X.X 255.255.255.192
!
interface GigabitEthernet1/2
 nameif inside
 security-level 100
 ip address 192.168.50.205 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 Management1/1
 management-only
 no nameif
 no security-level
 no ip address
!
ftp mode passive
dns server-group DefaultDNS
 domain-name ree.com
same-security-traffic permit inter-interface
object network obj_any
 subnet 0.0.0.0 0.0.0.0
object-group protocol TCPUDP
 protocol-object udp
 protocol-object tcp
object-group service efluid tcp-udp
 port-object range 1 65535
object-group protocol DM_INLINE_PROTOCOL_1
 protocol-object udp
 protocol-object tcp
object-group protocol DM_INLINE_PROTOCOL_2
 protocol-object udp
 protocol-object tcp
object-group protocol DM_INLINE_PROTOCOL_3
 protocol-object udp
 protocol-object tcp
object-group protocol DM_INLINE_PROTOCOL_4
 protocol-object ip
 protocol-object icmp
 protocol-object udp
 protocol-object tcp
object-group protocol DM_INLINE_PROTOCOL_5
 protocol-object ip
 protocol-object icmp
 protocol-object udp
 protocol-object tcp
object-group protocol DM_INLINE_PROTOCOL_6
 protocol-object ip
 protocol-object icmp
 protocol-object udp
 protocol-object tcp
access-list efluid extended permit object-group DM_INLINE_PROTOCOL_4 any any
access-list global_access_2 remark Explicit rule
access-list global_access_2 extended permit object-group DM_INLINE_PROTOCOL_5 any any
access-list inside_access_out extended permit object-group DM_INLINE_PROTOCOL_6 any any
pager lines 24
logging enable
logging asdm informational
mtu outside 1500
mtu inside 1500
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
no arp permit-nonconnected
!
object network obj_any
 nat (any,outside) dynamic interface
access-group inside_access_out out interface inside
access-group global_access_2 global
route outside 0.0.0.0 0.0.0.0 X.X.X.X 2
route inside X.X.X.X 255.255.0.0 192.168.50.10 1
route inside X.X.X.X 255.255.255.0 192.168.50.10 1
route inside X.X.X.X 255.255.255.0 192.168.50.10 1
route inside X.X.X.X 255.255.255.0 192.168.50.10 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 X.X.X.X 255.255.255.0 inside
no snmp-server location
no snmp-server contact
sysopt connection tcpmss 0
service resetinbound
service resetoutside
service sw-reset-button
crypto ipsec security-association pmtu-aging infinite
crypto ca trustpoint _SmartCallHome_ServerCA
 no validation-usage
 crl configure

Thank you in advance for your help!

0 Replies 0