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

DMZ access Inside

janakamolagoda
Level 1
Level 1

Hi

DMZ=172.16.10.0/24

Inside=192.168.10.0/24

how to access inside lan (192.168.10.20) from server in th DMZ (172.16.10.5)

I tried bellow but no luck

static (inside,dmz) 172.16.10.5 192.168.10.20 netmask 255.255.255.255

access-list dmz_access_in extended permit ip host 172.16.10.5 host 192.168.10.20

access-group dmz _access_in in interface dmz

1 Accepted Solution

Accepted Solutions

Collin Clark
VIP Alumni
VIP Alumni

Try a static like the following-

static (inside,dmz) 192.168.10.20 192.168.10.20 netmask 255.255.255.255

Everything else looks OK.

Hope that helps.

View solution in original post

2 Replies 2

Collin Clark
VIP Alumni
VIP Alumni

Try a static like the following-

static (inside,dmz) 192.168.10.20 192.168.10.20 netmask 255.255.255.255

Everything else looks OK.

Hope that helps.

Thanks Collin.It works.

Review Cisco Networking for a $25 gift card