what does this command do?

lon21lon21 Member Posts: 201
I put this command in my asa and its all working.

Can someone please explain to be what this cmd does. On wireshark my source is on 100.0 range.

Thanks

static (outside,DMZ) 192.168.100.0 192.168.0.0 netmask 255.255.255.0

Comments

  • cisco_troopercisco_trooper Member Posts: 1,441 ■■■■□□□□□□
    lon21 wrote: »
    I put this command in my asa and its all working.

    Can someone please explain to be what this cmd does. On wireshark my source is on 100.0 range.

    Thanks

    static (outside,DMZ) 192.168.100.0 192.168.0.0 netmask 255.255.255.0

    This is a static NAT configuration on the Cisco ASA 5500 Series. A decent explanation can be found here -> PIX/ASA 7.x and FWSM: NAT and PAT Statements - Cisco Systems
  • lon21lon21 Member Posts: 201
    Thanks


    static (real_interface,mapped_interface) mapped_ip real_ip netmask maskWhen you do a one to one translation using the above, is the real interface the one which the traffic will go through to be natted and the mapped interface the which it should come from (source) therefore for the rule to be true the mapped_ip has to be the destination? And the real IP is what it is translated to?Thanks
Sign In or Register to comment.