Приветствую всех! Помогите, пожалуйста настроить Cisco1841, подключенный к beeline l2tp. За основу взят конфиг отсюда:
Ссылка, но в Интернет выйти так и не получилось
подключение l2tp устанавливается на некоторое время...и обрывается
running-config:
Код: !
version 15.1
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Cisco1841
!
boot-start-marker
boot-end-marker
!
!
logging buffered 4096 errors
enable secret 5 xxxxxxxxxxxxxxx
!
aaa new-model
!
!
aaa authentication login default local
aaa authorization network default none
!
!
aaa session-id common
!
dot11 syslog
ip source-route
!
!
ip cef
no ip bootp server
ip domain name corbina.ru
ip name-server 85.21.192.3
ip name-server 213.234.192.8
ip name-server 213.234.192.7
no ipv6 cef
l2tp-class class1
!
!
multilink bundle-name authenticated
!
crypto pki token default removal timeout 0
!
!
redundancy
!
!
ip tcp synwait-time 10
ip tcp path-mtu-discovery
ip ssh time-out 60
ip ssh authentication-retries 2
ip ssh version 2
pseudowire-class class1
encapsulation l2tpv2
ip local interface FastEthernet0/0
!
!
interface FastEthernet0/0
ip address dhcp
ip nat outside
ip virtual-reassembly in
ip tcp adjust-mss 1452
speed auto
full-duplex
no mop enabled
!
interface FastEthernet0/1
ip address 192.168.2.1 255.255.255.0
ip broadcast-address 192.168.2.0
ip nat inside
ip virtual-reassembly in
duplex auto
speed auto
!
interface Serial0/0/0
no ip address
shutdown
clock rate 2000000
!
interface Virtual-PPP5
ip address negotiated
no ip proxy-arp
ip flow ingress
ip nat outside
ip virtual-reassembly in
ip tcp adjust-mss 1460
no peer neighbor-route
ppp pfc local request
ppp pfc remote apply
ppp encrypt mppe auto
ppp authentication chap callin
ppp chap hostname 089xxxxxxx
ppp chap password 7 xxxxxxxxxxxxxxxxxxxx
no ppp chap wait
ppp ipcp route default
no cdp enable
pseudowire 85.21.0.253 10 pw-class class1
!
ip forward-protocol nd
ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
!
ip dns server
ip nat inside source list lan interface FastEthernet0/0 overload
ip nat inside source list wan interface Virtual-PPP5 overload
ip route 0.0.0.0 0.0.0.0 Virtual-PPP5 permanent
ip route 10.0.0.0 255.0.0.0 FastEthernet0/0 dhcp
ip route 83.102.146.96 255.255.255.224 FastEthernet0/0 dhcp
ip route 85.21.0.0 255.255.0.0 FastEthernet0/0 dhcp
ip route 89.179.135.67 255.255.255.255 FastEthernet0/0 dhcp
ip route 195.14.0.0 255.255.0.0 FastEthernet0/0 dhcp
!
ip access-list extended lan
permit ip 192.168.2.0 0.0.0.255 10.0.0.0 0.255.255.255
permit ip 192.168.2.0 0.0.0.255 195.14.0.0 0.0.255.255
permit ip 192.168.2.0 0.0.0.255 85.21.0.0 0.0.255.255
permit ip 192.168.2.0 0.0.0.255 83.102.146.0 0.0.0.31
ip access-list extended wan
permit ip 192.168.2.0 0.0.0.255 any
!
logging esm config
logging trap errors
no cdp run
!
!
control-plane
!
banner login ^CTHIS SYSTEM IS RESTRICTED TO AUTHORIZED USERS FOR AUTHORIZED USE ONLY.^C
!
line con 0
transport output telnet
speed 57600
line aux 0
transport output telnet
line vty 0 4
transport input telnet ssh
!
scheduler allocate 20000 1000
ntp update-calendar
ntp server 85.114.26.194 prefer source FastEthernet0/0
end