CiSCO 1841
Необходимо перенаправлять трафик из FastEthernet 0/1 в Tunnel 0. Где ошибка?
----------------------------------------------------------------------------Building configuration...
Current configuration : 3488 bytes
!
configuration mode exclusive manual
version 12.4
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
----------------------------------------
!
no aaa new-model
!
resource policy
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
no ip gratuitous-arps
ip cef
!
!
ip dhcp use vrf connected
ip dhcp excluded-address 192.168.3.1 192.168.3.9
ip dhcp excluded-address 192.168.3.101 192.168.3.254
!
ip dhcp pool sdm-pool1
network 192.168.3.0 255.255.255.0
dns-server 217.168.64.2
default-router 192.168.3.1
!
!
no ip bootp server
vpdn enable
!
ppp limit ccp 2
!
------------------------------------------
!
!
!
interface Tunnel0
description Tunnel to S.Piter
ip address 172.16.1.22 255.255.255.252
ip mtu 1400
ip nat outside
ip nat enable
tunnel source Dialer1
tunnel destination ххх.ххх.ххх.ххх
!
interface FastEthernet0/0
description Primary Internal Eth
ip address 10.2.6.1 255.255.255.0
speed auto
full-duplex
pppoe enable
pppoe-client dial-pool-number 1
no mop enabled
!
interface FastEthernet0/1
description LAN
ip address 192.168.3.1 255.255.255.0
ip nat inside
ip nat enable
ip tcp adjust-mss 1412
speed auto
full-duplex
no mop enabled
!
interface Dialer1
ip address negotiated
ip mtu 1452
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname ххххххххххххххххххххх
ppp chap password ххххххххххххххххххххх
ppp pap sent-username ххххххххххххххххххх password ххххххххххххххххххххххххх
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
ip route 192.168.2.128 255.255.255.128 Tunnel0
!
ip http server
ip http authentication local
ip http timeout-policy idle 60 life 86400 requests 10000
ip nat pool local-network 192.168.3.10 192.168.3.250 netmask 255.255.255.0
ip nat pool piter 192.168.2.128 192.168.2.130 netmask 255.255.255.128
ip nat inside source list 101 pool local-network overload
ip nat outside source list 101 pool piter
!
access-list 23 permit 85.142.52.6
access-list 23 permit 172.16.0.0 0.0.255.255
access-list 101 permit ip 0.0.0.0 255.255.255.128 any
dialer-list 1 protocol ip permit
no cdp run
!
control-plane
------------------------------------------
^C
!
line con 0
login local
line aux 0
line vty 0 4
privilege level 15
password 7 010309164F5A5556
login local
transport input telnet
line vty 5 15
privilege level 15
password 7 03145419125E7215
login local
transport input telnet
!
end