- 論壇徽章:
- 0
|
cisco2621路由器帶8am模塊,要配置使得遠(yuǎn)程客戶通過modem撥號(hào)到路由器所連接的內(nèi)網(wǎng)。
配置改了很多次,始終不行,現(xiàn)在的配置如下:
interface FastEthernet0/0
ip address 10.66.197.2 255.255.255.0
duplex auto
speed auto
!
interface Group-Async1
ip unnumbered FastEthernet0/0
encapsulation ppp
dialer in-band
async default routing
async mode dedicated
peer default ip address pool zc
ppp authentication chap pap
group-range 33 40
!
ip local pool zc 10.66.197.80 10.66.197.99
line con 0
line 33 40
login local
modem InOut
modem autoconfigure discovery
transport input all
autoselect during-login
autoselect ppp
stopbits 1
flowcontrol hardware
router#debug modem
Modem control/process activation debugging is on
zcgdrouter#
1w5d: Modem 1/0 Mcom: in modem state 'Dialing/Answering'
1w5d: Modem 1/0 Mcom: in modem state 'Incoming ring'
1w5d: Modem 1/0 Mcom: in modem state 'Waiting for Carrier'
1w5d: Modem 1/0 Mcom: in modem state 'Disconnecting'
1w5d: Modem 1/0 Mcom: DISCONNECT, duration = 00:00:00, reason (0x2) No carrier
1w5d: Modem 1/0 Mcom: in modem state 'Idle'
1w5d: Modem 1/0 Mcom: in modem state 'Dialing/Answering'
1w5d: Modem 1/0 Mcom: in modem state 'Incoming ring'
1w5d: Modem 1/0 Mcom: in modem state 'Waiting for Carrier'
1w5d: Modem 1/0 Mcom: in modem state 'Disconnecting'
1w5d: Modem 1/0 Mcom: DISCONNECT, duration = 00:00:00, reason (0x2) No carrier
遠(yuǎn)程modem撥號(hào)報(bào)錯(cuò):
撥號(hào)網(wǎng)絡(luò)無法完成連接
錯(cuò)誤:650
正撥入的計(jì)算機(jī)沒有響應(yīng)網(wǎng)絡(luò)請(qǐng)求。
請(qǐng)檢測(cè)連接屬性中的服務(wù)器類型設(shè)置。
如果問題無法解決,請(qǐng)洽詢網(wǎng)絡(luò)管理員。 |
|