亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊(cè) 查看新帖 |

Chinaunix

  平臺(tái) 論壇 博客 文庫
最近訪問板塊 發(fā)新帖
查看: 3302 | 回復(fù): 7
打印 上一主題 下一主題

遠(yuǎn)程撥號(hào)的問題 [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2003-01-15 10:08 |只看該作者 |倒序?yàn)g覽
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ò)管理員。

論壇徽章:
0
2 [報(bào)告]
發(fā)表于 2003-01-15 14:45 |只看該作者

遠(yuǎn)程撥號(hào)的問題

!
interface Group-Async1
ip unnumbered Ethernet0/0
no ip directed-broadcast
encapsulation ppp
no ip mroute-cache
dialer in-band
dialer idle-timeout 100000
dialer-group 1
async mode interactive
peer default ip address pool zc
ppp authentication chap
group-range 33 40
!

論壇徽章:
0
3 [報(bào)告]
發(fā)表于 2003-01-15 14:46 |只看該作者

遠(yuǎn)程撥號(hào)的問題

dialer-list 1 protocol ip permit


line 33 40
autoselect during-login
autoselect ppp
modem InOut
modem autoconfigure discovery
transport input all
flowcontrol hardware

論壇徽章:
0
4 [報(bào)告]
發(fā)表于 2003-01-15 14:47 |只看該作者

遠(yuǎn)程撥號(hào)的問題

以上的是一個(gè)在線系統(tǒng)的
根據(jù)你的情況大概改了一下
應(yīng)該是能用的

論壇徽章:
0
5 [報(bào)告]
發(fā)表于 2003-01-15 15:10 |只看該作者

遠(yuǎn)程撥號(hào)的問題

Using 1025 out of 29688 bytes
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname cisco!
enable secret 5 $1$0IPK$8WbrAPTfMnvN6vmur3YXy/
!
username cisco password 0 cisco
!
!
process-max-time 200
!
interface Ethernet0/0
ip address 192.168.0.110 255.255.255.0
!
interface Serial0/1
no ip address
shutdown
!
interface Serial0/2
no ip address
shutdown
!
interface Serial0/3
no ip address
shutdown
!
interface Group-Async1
physical-layer async
ip unnumbered Ethernet0/0
encapsulation ppp
keepalive 10
async dynamic address
async mode dedicated
peer default ip address pool setup_pool
ppp authentication chap
group-range 1 1
!
ip local pool setup_pool 192.168.0.180 192.168.0.220
ip classless
!
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
!
line con 0
line 1
login
modem InOut
modem autoconfigure discovery
autocommand ppp neg
transport input all
stopbits 1
speed 115200
line aux 0
line vty 0 4
password ipacs
login
!
no scheduler allocate
end
這是我剛從路器里拷貝出來的,你試試看

論壇徽章:
0
6 [報(bào)告]
發(fā)表于 2003-01-15 15:20 |只看該作者

遠(yuǎn)程撥號(hào)的問題

有可能是你撥號(hào)的主機(jī)設(shè)置造成的,最好同時(shí)打開debug AAA AUTHEN
看看自己的情況,把得到的信息發(fā)布到論壇,你先看看自己的主機(jī)是不是設(shè)置的是網(wǎng)絡(luò)用戶!

論壇徽章:
0
7 [報(bào)告]
發(fā)表于 2003-01-17 09:27 |只看該作者

遠(yuǎn)程撥號(hào)的問題

debug AAA AUTHEN 命令執(zhí)行后,撥號(hào)時(shí)沒有任何信息
客戶機(jī)設(shè)置的是網(wǎng)絡(luò)用戶

論壇徽章:
0
8 [報(bào)告]
發(fā)表于 2003-01-17 09:36 |只看該作者

遠(yuǎn)程撥號(hào)的問題

用debug ppp auth/net/packet等等跟蹤一下
您需要登錄后才可以回帖 登錄 | 注冊(cè)

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號(hào)-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號(hào):11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專區(qū)
中國(guó)互聯(lián)網(wǎng)協(xié)會(huì)會(huì)員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請(qǐng)注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP