Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello Team!
Have this NAT config on old configuration of my ASA.
Have some servers in DMZ and INSIDE interfaces.
<scipped>interface Ethernet0/1 nameif outside security-level 0 ip address 11.11.11.2 255.255.255.248 !interface Ethernet0/2 nameif dmz se...
Each server in own vlan (with /30 mask as a example)
and depending on the version of the ASA software to configure the access rights between them (through access lists or NAT)
If you dont have trouble with licenses, you may try
hostname(config)# interface vlan 1
hostname(config-if)# nameif LAN1hostname(config-if)# security-level 100
hostname(config-if)#ip address 172.16.2.1 255.255.255.0
hostname(config-if)# no shutdown
h...