DialUp с Cisco на Linux (Chainik question)
Отправлено: Igor Belokopytov on August 23, 1999 at 06:57:53:
Привет многоуважаемому All'у ! Попала в руки CISCO 3640 c IOS 11.3. Т.к. в наличии из интерфейсов имеется 1 Ethernet и несколько Serial, решил сделать дозвонку на свой Linux и попробовать NAT, ACL и др. Но на первой задаче (установить связь с Linux' ом по DialUp'у) сразу и "завис". Проблема в том что не хочет киска договариваться с люниксом по PPP. По логам видно люникс посылает ее запросы а в ответ тишина. Ниже мой конфиг, составленный частично с помощью ConfigMaker, частично по архивам cisco-конференций version 11.3 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Cisco3640 ! boot system flash c3640-i-mz.113-5.T.bin enable password #passwd ! username my_user_name password my_password ! ! ! Access Control List 1 ! no access-list 1 access-list 1 permit 192.168.100.0 0.0.0.255 ! ! Dinamic NAT ! ip nat translation timeout 86400 ip nat translation tcp-timeout 86400 ip nat translation udp-timeout 300 ip nat translation dns-timeout 60 ip nat translation finrst-timeout 60 ip nat inside source list 1 interface Serial0/0 overload ! ip subnet-zero no ip domain-lookup ! chat-script Sp56K TIMEOUT 5 "" AT&F1 OK ATM0DT6492 ABORT "NO CARRIER" ABORT BUSY ABORT "NO DIALTONE" ABORT WAITING TIMEOUT 45 CONNECT "" chat-script Login "" /AutoPPP/ ! ! controller E1 2/0 ! ! interface Serial0/1 no ip address shutdown ! interface Serial0/2 no ip address shutdown ! interface Serial0/3 no ip address shutdown ! interface Serial0/4 no ip address shutdown ! interface Serial0/5 no ip address shutdown ! interface Serial0/6 no ip address shutdown ! interface Serial0/7 no ip address shutdown ! interface Serial0/0 physical-layer async ip address negotiated ip nat outside encapsulation ppp dialer in-band dialer idle-timeout 120 dialer string 6492 dialer-group 1 async dynamic address async default routing async mode interactive pulse-time 1 ppp authentication pap ppp pap sent-username my_user_name password my_password no cdp enable ! interface Ethernet1/0 description connected to Ethernet LAN ip address 192.168.1.215 255.255.255.0 ip nat inside ! router rip version 2 network 192.168.1.0 no auto-summary ! ! Static Routers ! ip route 0.0.0.0 0.0.0.0 Serial0/0 ! ip http server no ip classless ! snmp-server community public RO snmp-server contact Igor Belokopytov,39-62-67,igor@npz.pavlodar.kz ! line con 0 exec-timeout 0 0 password #simple login line 1 transport output all autoselect ppp script dialer Sp56K modem InOut modem autoconfigure type usr_sportster speed 115200 stopbits 1 flowcontrol hardware line aux 0 line vty 0 4 password #simple login ! end
Отклики:
Написать ответ
|