免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3226 | 回复: 7

远程拨号的问题 [复制链接]

论坛徽章:
0
发表于 2003-01-15 10:08 |显示全部楼层
cisco2621路由器带8am模块,要配置使得远程客户通过modem拨号到路由器所连接的内网。

配置改了很多次,始终不行,现在的配置如下:

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


远程modem拨号报错:
拨号网络无法完成连接
错误:650
正拨入的计算机没有响应网络请求。
请检测连接属性中的服务器类型设置。
如果问题无法解决,请洽询网络管理员。

论坛徽章:
0
发表于 2003-01-15 14:45 |显示全部楼层

远程拨号的问题

!
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
发表于 2003-01-15 14:46 |显示全部楼层

远程拨号的问题

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
发表于 2003-01-15 14:47 |显示全部楼层

远程拨号的问题

以上的是一个在线系统的
根据你的情况大概改了一下
应该是能用的

论坛徽章:
0
发表于 2003-01-15 15:10 |显示全部楼层

远程拨号的问题

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
发表于 2003-01-15 15:20 |显示全部楼层

远程拨号的问题

有可能是你拨号的主机设置造成的,最好同时打开debug AAA AUTHEN
看看自己的情况,把得到的信息发布到论坛,你先看看自己的主机是不是设置的是网络用户!

论坛徽章:
0
发表于 2003-01-17 09:27 |显示全部楼层

远程拨号的问题

debug AAA AUTHEN 命令执行后,拨号时没有任何信息
客户机设置的是网络用户

论坛徽章:
0
发表于 2003-01-17 09:36 |显示全部楼层

远程拨号的问题

用debug ppp auth/net/packet等等跟踪一下
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP