Welcome on my blog

We use cookies to ensure you get the best experience on our website.

Cisco – Router ustawienia NAT

Autor: chmajster 26.08.2022

Jak ustawić NAT na ruterach CISCO

--- Router ---
int gi0/0
ip nat inside
ip add  192.168.0.1 255.255.255.0
no shutdown
int gi0/1
ip add (IP_DOSTAWCA_NETA + 1) 255.255.255.0
no shutdown 
ip nat outside
ip route 0.0.0.0 0.0.0.0 (IP_DOSTAWCA_NETA)
ip access-list standard NAT_INSIDE
ip nat inside source list NAT_INSIDE int gi0/1 overload

Prosta przykładowa wklejka

int gi0/0
ip nat inside
ip address 192.168.1.1 255.255.255.0
no shutdown
int gi0/1
ip add 10.0.0.2 255.0.0.0
no shutdown 
ip nat outside
ip route 0.0.0.0 0.0.0.0 10.0.0.1
ip access-list standard NAT_INSIDE
ip nat inside source list NAT_INSIDE int gi0/1 overload
Tagi: CISCO

1 komentarz do „Cisco – Router ustawienia NAT”

  1. Warning: Undefined variable $comment in /usr/home/chmajster/domains/chmajster.usermd.net/public_html/wp-content/themes/Cryptmen.tk/functions.php on line 22
    Chris Blog 26.08.2022
    test
Dodaj komentarz

Search
Categories
O Blogu

Cześć Podróżniku!

Ta strona ma nie być typowym poradnikiem w IT, Głównym jej cel to zapisanie krótkich notatek, które mogą się przydać w codziennym życiu podczas korzystania/konfiguracji różnych urządzeń np. Ustawienia DHCP na Routerze Cisco, Ustawieniu Karty sieciowej na Linuxie itp.

Buy me A coffee
[Empty]

Wszelkie prawa zastrzeżone