IP NAT ADSL Cisco Router

por | 7 junio, 2009

!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 172.16.1.1 172.16.1.50
!
ip dhcp pool VLAN10
network 172.16.1.0 255.255.255.0
default-router 172.16.1.254
dns-server 200.33.146.241 200.33.146.249
lease 2
!
!
!
!
!
!
interface FastEthernet0/0
description INFINITUM
ip address 192.168.10.254 255.255.255.0
ip nat outside
duplex auto
speed auto
!
interface FastEthernet0/1
description RED LOCAL
ip address 172.16.1.254 255.255.255.0
ip nat inside
duplex auto
speed auto
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.10.1
!
ip http server
ip nat inside source list 1 interface FastEthernet0/0 overload
!
access-list 1 permit 172.16.1.0 0.0.0.255
!
control-plane
!
!