我正在使用Cisco 2511路由器和外部调制解调器configuration拨出。 终点是拨号服务器,它将创build一个PPP连接。 我使用本指南作为参考,但它只适用于async1端口,当我切换到async2和ping服务器,路由器不拨号服务器。
configuration:客户端电脑==(以太网)路由器==(asynchronous端口)调制解调器—- pstn —-调制解调器==拨号服务器(S)
有人能帮我解决这个问题吗? 一个详细的答案或文件将帮助我很多,因为我是新的这个东西。
更新: sho run的结果
! version 11.2 no service password-encryption no service udp-small-servers no service tcp-small-servers ! hostname Cisco ! ! chat-script dialnum ABORT ERROR ABORT BUSY "" "ATD\T" TIMEOUT 180 CONNECT chat-script DialOut ABORT ERROR ABORT BUSY "" "ATD\T" TIMEOUT 120 CONNECT modemcap entry Zyxelsetup:MSC=&FS0=1&K4&N70 modemcap entry hayes:MSC=&FS0=1&K4&N70 modemcap entry Mosetup MSC=&FS0=1+MS=11,1,19200,19200 ! interface Ethernet0 description !!----- LAN interface -----!! ip address 192.185.10.254 255.255.255.0 ip access-group 100 in ip access-group 100 out no ip mroute-cache ! interface Serial0 no ip address shutdown no fair-queue ! interface Serial1 no ip address shutdown ! interface Async1 no ip address encapsulation ppp async mode dedicated dialer in-band dialer rotary-group 0 ! interface Async2 no ip address encapsulation ppp async mode dedicated dialer in-band dialer rotary-group 1 ! interface Dialer0 ip address 192.184.10.254 255.255.255.0 encapsulation ppp dialer in-band dialer idle-timeout 180 dialer string xxxxxxx dialer-group 1 ppp chap hostname CISCO1 ppp chap password 7 0010161510 ! interface Dialer1 ip address 192.184.9.254 255.255.255.0 encapsulation ppp dialer in-band dialer idle-timeout 60 dialer string xxxxxxxx dialer-group 1 ppp chap hostname CISCO2 ppp chap password 7 110A11001419 ! ip classless ip route 192.184.9.0 255.255.255.0 Dialer1 ip route 192.184.10.0 255.255.255.255 Dialer0 access-list 100 permit tcp any any access-list 100 permit icmp any any access-list 100 permit ip any any ! dialer-list 1 protocol ip list 100 ! line con 0 line 1 16 script dialer DialOut modem InOut modem autoconfigure discovery speed 115200 flowcontrol hardware line aux 0 line vty 0 4 login ! end
谢谢!
你打哪个服务器? 你需要ping 192.184.9.X来使用你的async2。
configuration看起来很好,在async1同一configurationasync 2没有理由asyn2不工作。
做一个debuggingPPP和debugging拨号程序,让我们看看。