Chinaunix首页 | 论坛 | 博客
  • 博客访问: 18141789
  • 博文数量: 7460
  • 博客积分: 10434
  • 博客等级: 上将
  • 技术积分: 78178
  • 用 户 组: 普通用户
  • 注册时间: 2008-03-02 22:54
文章分类

全部博文(7460)

文章存档

2011年(1)

2009年(669)

2008年(6790)

分类: 系统运维

2008-05-20 21:15:55

问:

通过一个MODEM拨号到3640的8AS模块上,但在进行身份验证的时候通不过。请教那位有经验的大哥给我一个正确的配置,小弟十分感激

答:

1. 主机是不是NT? 是不能身份验证还是不能登录域?

2. 主机是NT的话一般建议采用PPP封装,UNIX采用SLIP封装

对于不能登录域的回答:其实已拨入公司网内,而且可以ping通机 器,但却不能登录,因为在WINDOWS网络中是采用NETBIOS命名机器的,需要将机器名称解析为IP地址。方法有三个:1. 采用UDP广播,但会增加网络带宽;2.采用wins 解析 3. 编辑LMHOSTS 文件

 

给出一个配置实例(该实例采用由远程访问服务器为远端客户在一段地址范围内动态分配IP地址:

 

Current configuration:

!

 

version 11.2

 

no service udp-small-servers

no service tcp-small-servers

!

hostname router

!

enable secret 5 *****************

!

username kkk password *************

!

ip adress-pool local

!

interface Ethernet0

!

ip address 192.169.1.4 255.255.255.0

!

interace Serial0

no ip address

shutdown

!

interface Serial1

no ip address

shutdown

!

interface Async2

ip unnumbered Ethernet0

encapsulation ppp

async dynamic address

async mode dedicated

peer dafault ip address pool lab

no cdp enable

ppp authentication chap

!

ip local pool lab 192.169.1.200 192.169.1.220

no ip classes

!

line con 0

line 1

line 2

modem inout

!

modem autoc on figure discovery

!

autocommand PPP neg

!

stopbits 1

!以下为远程访问服务器自动检测到的,配置modem autoc on figure discovery之后无需设置

rxspeed 115200

txspeed 115200

flowcontron hardware

line 3 6

line aux 0

line vty 0 4

login

!

end

阅读(558) | 评论(0) | 转发(0) |
0

上一篇:12100 配置实例

下一篇:DDR设置步骤

给主人留下些什么吧!~~