Configuracion Cisco 1700
DHCP
DNAT
NAT
Detalle:
ip dhcp excluded-address 192.168.1.1 192.168.1.10
!
ip dhcp pool LAN_Cliente
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 0.0.0.0 0.0.0.0
!
no ftp-server write-enable
!
!
!
!
interface Ethernet0/0
ip address 192.168.1.1 255.255.255.0
ip nat inside
half-duplex
!
interface FastEthernet0/0
ip address 172.16.1.1 255.255.255.252
ip nat outside
speed auto
!
ip nat inside source list 1 interface FastEthernet0/0 overload
ip nat inside source static tcp 192.168.1.11 8888 172.16.1.1 8888 extendable no-alias (para tener acceso desde la web o consola al equipo que tien esa direccion ip
-alias
ip classless
No hay comentarios:
Publicar un comentario