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

inside to dmz communication

rafat0426
Level 1
Level 1


Hi,


can anyone guide me to configure ASA 5510 as below

inside users should communicate with Hosts on the DMZ Zone and at the same time they should go for internet towards outside interface

ASA with 8.3(1)

default security levels

attached is the digram for your reference

need communicate form inside to DMZ

1 Reply 1

Jennifer Halim
Cisco Employee
Cisco Employee

Here is the configuration for inside to access dmz:

object network obj-192.168.1.0

     subnet 192.168.1.0 255.255.255.0


object network obj-192.168.2.0

     subnet 192.168.2.0 255.255.255.0


nat (inside,dmz) source static obj-192.168.1.0 obj-192.168.1.0 destination static obj-192.168.2.0 obj-192.168.2.0


For inside to access the Internet (outside):

object network obj-inside

     subnet 192.168.1.0 255.255.255.0

     nat (inside,outside) dynamic interface

After the above changes, then "clear xlate".

Hope that helps.

Review Cisco Networking for a $25 gift card