免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1076 | 回复: 1
打印 上一主题 下一主题

关于远程拨号的配置 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-09-27 20:43 |只看该作者 |倒序浏览
各位高手:我现在有这样一个需求配置:远程客户机(XP操作系统)通过modem拔号拨入到CISCO3745路由器,CISCO路由器配有NM-8AM卡,请问各位高手在我的路由器端和远程客户端(远程客户端使用超级终端拨号)怎么配置?请各位给我说一下大概的情况或有什么更好的想法,小弟不甚感激!

论坛徽章:
0
2 [报告]
发表于 2005-09-27 21:02 |只看该作者

关于远程拨号的配置

给你一个作为参考
version 12.2
no parser cache
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!t b
hostname Router
!
logging rate-limit console 10 except errors
enable password apple  
!
!
!
ip subnet-zero
!
!
no ip domain-lookup
!
no ip dhcp-client network-discovery
vpdn enable
!
vpdn-group 1
request-dialin
protocol pppoe
!
call rsvp-sync
!
!
!
!
!
!
!
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
pppoe enable
pppoe-client dial-pool-number 1
no shut
!
interface Serial0/0
no ip address
shutdown
no fair-queue
!
interface BRI0/0
no ip address
shutdown
!
interface FastEthernet0/1
ip address 192.168.7.31 255.255.255.0 secondary
ip address 53.163.69.1 255.255.255.0
ip access-group snow in
ip nat inside
duplex auto
speed auto
no shut
!
interface Dialer0
ip address negotiated
ip mtu 1492
ip nat outside
encapsulation ppp
no ip mroute-cache
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication pap callin
ppp pap sent-username sy_zxfe password 7 01415256411300
!
ip nat inside source list 1 interface Dialer0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0 permanent
no ip http server
!
!
ip access-list standard snow
permit 53.163.69.254
permit 53.163.69.19
permit 53.163.69.6
permit 53.163.69.5
permit 192.168.7.16 0.0.0.15
access-list 1 permit 53.163.69.0 0.0.0.255
access-list 1 permit 192.168.7.16 0.0.0.15
dialer-list 1 protocol ip permit
!
!
!
dial-peer cor custom
!
!
!
!
line con 0
line aux 0
line vty 0 4
password snowserver
login
line vty 5 15
login
!
no scheduler allocate
!
end
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP