0% found this document useful (0 votes)
8 views2 pages

Configuración de Interfaces y NAT en Router

The document outlines the configuration of router interfaces, including IP addresses and NAT settings for three FastEthernet interfaces. It specifies the static NAT mapping from an inside local address to an inside global address. Additionally, it includes a review of the NAT functionality with a display of active NAT translations.

Uploaded by

estuardo.tomash
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views2 pages

Configuración de Interfaces y NAT en Router

The document outlines the configuration of router interfaces, including IP addresses and NAT settings for three FastEthernet interfaces. It specifies the static NAT mapping from an inside local address to an inside global address. Additionally, it includes a review of the NAT functionality with a display of active NAT translations.

Uploaded by

estuardo.tomash
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

Configuración interfaces router

Router(config)#int fa0/0
Router(config-if)#ip address [Link] [Link]
Router(config-if)#ip nat outside
Router(config-if)#no shut

Router(config-if)#int fa1/0
Router(config-if)#ip address [Link] [Link]
Router(config-if)#ip nat outside
Router(config-if)#no shut

Router(config-if)#int fa7/0
Router(config-if)#ip address [Link] [Link]
Router(config-if)# ip nat inside
Router(config-if)#no shut

Revisión configuración interfaces

interface FastEthernet0/0
ip address [Link] [Link]
ip nat outside
duplex auto
speed auto

interface FastEthernet1/0
ip address [Link] [Link]
ip nat outside
duplex auto
speed auto

interface FastEthernet7/0
ip address [Link] [Link]
ip nat inside
duplex auto
speed auto

Configuración NAT

Router(config)#ip nat inside source static [Link] [Link]

Revisión que si esta funcionando el NAT

outer#show ip nat translations


Pro Inside global Inside local Outside local Outside global
--- [Link] [Link] --- ---
tcp [Link]:80 [Link]:80 [Link]:1024 [Link]:1024
tcp [Link]:80 [Link]:80 [Link]:1025 [Link]:1025
tcp [Link]:80 [Link]:80 [Link]:1026 [Link]:1026
tcp [Link]:80 [Link]:80 [Link]:1048 [Link]:1048
tcp [Link]:80 [Link]:80 [Link]:1049 [Link]:1049
tcp [Link]:80 [Link]:80 [Link]:1050 [Link]:1050
tcp [Link]:80 [Link]:80 [Link]:1051 [Link]:1051
tcp [Link]:80 [Link]:80 [Link]:1052 [Link]:1052
tcp [Link]:80 [Link]:80 [Link]:1053 [Link]:1053
tcp [Link]:80 [Link]:80 [Link]:1054 [Link]:1054

You might also like