cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
305
Views
10
Helpful
6
Replies

is this a legal combo of options?

ph0enix
Level 1
Level 1

global (outside) 1 interface

nat (inside) 1 10.0.0.0 255.255.255.0

nat (dmz) 1 172.168.0.0 255.255.255.0

6 Replies 6

Fernando_Meza
Level 7
Level 7

yes it is correct ...

Traffic from inside and the DMZ will be nated to the OUtside interface for outgoing traffic.

Please rate if it helps

Thanks! ...That's precisely what I had in mind. Now I just need to make the "dmz" accessible from "inside" but not the other way around. Will something like this work?

static (inside,dmz) 172.16.0.0 172.16.0.0 netmask 255.255.255.0

YES!!!

Jay

Just one more question. How do I configure the acces-list for 10.0.0.0/24 to 172.16.0.0/24 access?

Thank you!

ph0enix
Level 1
Level 1

Wait a minute, shouldn't it be:

static (inside,dmz) 10.0.0.0 10.0.0.0 netmask 255.255.255.0

since the dmz is 172.16.0.0/24?

I'm all set after doing:

static (inside,dmz) 10.0.0.0 10.0.0.0 netmask 255.255.255.0

Thank you!