You are on page 1of 2

//CONFIGURACION R1

R1(config)#
inte gi0/1
ip add 192.168.10.1 255.255.255.0
no shutdown
inte gi0/0
ip add 172.25.132.2 255.255.255.192
no shutdown
R-LAB-105
inte gi0/0
ip add 172.25.132.1 255.255.255.192
no shutdown
//CONFIGURACION NAT
R1(config)#
access-list 1 permit 192.168.10.0 0.0.0.255
ip nat inside source list 1 inte gi0/0 overload
inte gi0/1
ip nat inside
inte gi0/0
ip nat outside
//CONFIGURACION DE CLIENTES
R1(config)#
ip dhcp pool red10
network 192.168.10.0 255.255.255.0
default-router 192.168.10.1
dns-server 8.8.8.8
exit
//ENRUTAMIENTO
R1(config)#
ip route 190.60.50.0 255.255.255.240 172.25.132.1
R-LAB-105(config)#
ip route 192.168.10.0 255.255.255.0 172.25.132.2
//CONFIGURACION R-LAB-105
inte gi0/1
ip add 190.60.50.1 255.255.255.240
no shutdown
//CONFIGURACION DE LOS SERVERS
GMAIL.COM =>> 190.60.50.2 / 255.255.255.240
YOUTBE.COM =>> 190.60.50.3 / 255.255.255.240
Gateway
=>> 190.60.50.1
DNS
=>> 8.8.8.8
//PRUEBA FINAL
PC1> ping 190.60.50.2
R1# show ip nat translations
192.168.10.2 >> 172.25.132.2

You might also like