08-06-2008 06:43 AM - edited 03-11-2019 06:27 AM
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
Solved! Go to Solution.
08-06-2008 06:57 AM
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.
08-06-2008 06:57 AM
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.
08-06-2008 07:21 AM
Thanks Collin.It works.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide