Cisco ASA Kompletes Netz NAT: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „=Gleiches Netzwerk== *configure terminal **object network ext ***subnet 10.0.5.0 255.255.255.0 ***end **nat (inside,outside) source static ext ext *access-list…“)
 
 
Zeile 1: Zeile 1:
=Gleiches Netzwerk==
+
=Gleiches Netzwerk=
 
*configure terminal
 
*configure terminal
 
**object network ext
 
**object network ext

Aktuelle Version vom 24. Juni 2016, 10:50 Uhr

Gleiches Netzwerk

  • configure terminal
    • object network ext
      • subnet 10.0.5.0 255.255.255.0
      • end
    • nat (inside,outside) source static ext ext
  • access-list acl-in extended permit ip any any
  • access-group acl-in in interface outside