Pessoal, sou novo no mundo IOS Cisco e estou tendo dificuldades para fazer um redirecionamento para um host interno na empresa, segue abaixo a configuração:
Building configuration...
Current configuration : 2292 bytes
!
! Last configuration change at 23:16:48 UTC Sun Mar 3 2013
!
version 15.0
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname ORANGE
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$f/0.$LRHfx2MUmpCGkHfvtdumY/
!
no aaa new-model
ip source-route
!
!
ip dhcp excluded-address 192.168.2.1 192.168.2.60
ip dhcp excluded-address 192.168.2.115
!
ip dhcp pool ORANGE
network 192.168.2.0 255.255.255.0
domain-name ORANGE
dns-server 200.175.5.139 200.175.182.139
default-router 192.168.2.100
lease 7
!
ip dhcp pool orange
host 192.168.2.115 255.255.255.0
client-identifier 0170.71bc.66f0.86
!
!
ip cef
multilink bundle-name authenticated
!
!
license udi pid CISCO1841 sn FTX1445044F
!
!
!
!
!
!
interface FastEthernet0/0
description WAN
no ip address
ip tcp adjust-mss 1452
duplex auto
speed auto
pppoe enable group global
pppoe-client dial-pool-number 1
no cdp enable
!
interface FastEthernet0/1
description LAN
ip address 192.168.2.100 255.255.255.0
ip nat inside
ip nat enable
ip virtual-reassembly
ip tcp adjust-mss 1452
duplex auto
speed auto
!
interface Serial0/1/0
no ip address
shutdown
no fair-queue
clock rate 2000000
!
interface Dialer0
description GVT_ADSL
ip address negotiated
ip mtu 1454
ip nat outside
ip nat enable
ip virtual-reassembly
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
dialer-group 1
ppp authentication pap callin
ppp pap sent-username 1925320990@turbonetpro password 0 gvt25
no cdp enable
!
ip forward-protocol nd
!
!
no ip http server
ip nat inside source list 99 interface Dialer0 overload
ip route 0.0.0.0 0.0.0.0 Dialer0
!
access-list 99 permit 192.168.2.0 0.0.0.255
!
!
control-plane
!
banner motd ^C
#########################################################################################################################################################################################################################
ORANGE TI CONSULTORIA
#####################################################################################################################
^C
!
line con 0
line aux 0
line vty 0 4
login
!
scheduler allocate 20000 1000
end