Cisco ASA NAT: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) |
Thomas (Diskussion | Beiträge) |
||
| Zeile 3: | Zeile 3: | ||
*ciscoasa(config-network-object)# subnet 172.18.122.0 255.255.255.0 | *ciscoasa(config-network-object)# subnet 172.18.122.0 255.255.255.0 | ||
*ciscoasa(config-network-object)# nat (if-inside,if-outside) dynamic interface | *ciscoasa(config-network-object)# nat (if-inside,if-outside) dynamic interface | ||
| + | =Nat auf einen Rechner im Lan (Regular Static NAT)= | ||
| + | *ciscoasa(config)# object network obj-webserver | ||
| + | *ciscoasa(config-network-object)# host 172.18.122.101 | ||
| + | *ciscoasa(config-network-object)# nat (if-inside,if-outside) static interface tcp www www | ||
Version vom 11. Februar 2016, 11:25 Uhr
Maskieren auf ausgehende Interface (Regular Dynamic PAT)
- ciscoasa(config)# object network obj-lan
- ciscoasa(config-network-object)# subnet 172.18.122.0 255.255.255.0
- ciscoasa(config-network-object)# nat (if-inside,if-outside) dynamic interface
Nat auf einen Rechner im Lan (Regular Static NAT)
- ciscoasa(config)# object network obj-webserver
- ciscoasa(config-network-object)# host 172.18.122.101
- ciscoasa(config-network-object)# nat (if-inside,if-outside) static interface tcp www www