segunda-feira, 24 de maio de 2010

Lab de NAT



R1#show running-config
Building configuration...

hostname R1
interface FastEthernet0/0
ip address 192.168.6.126 255.255.255.192
ip nat inside
duplex auto
speed auto
!
interface Serial2/0
ip address 192.0.2.113 255.255.255.252
ip nat outside
clock rate 64000
--More--
!
ip nat pool internet 198.18.32.65 198.18.32.70 netmask 255.255.255.248
ip nat inside source list 1 pool internet overload
ip classless
ip route 0.0.0.0 0.0.0.0 192.0.2.114
!
!
access-list 1 permit 192.168.6.64 0.0.0.63


A nuvem de Internet épossivel utilizar um outro router.

R2#show running-config
hostname R2
nterface FastEthernet0/0
ip address 10.10.10.1 255.255.255.0
duplex auto
speed auto
!
interface Serial2/0
ip address 192.0.2.114 255.255.255.252
ip classless
ip route 0.0.0.0 0.0.0.0 192.0.2.113

0 comentários: