Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1508560
  • 博文数量: 416
  • 博客积分: 10061
  • 博客等级: 上将
  • 技术积分: 3287
  • 用 户 组: 普通用户
  • 注册时间: 2006-12-05 11:12
个人简介

技术在于专研

文章分类

全部博文(416)

文章存档

2021年(3)

2015年(34)

2013年(2)

2012年(1)

2011年(2)

2010年(5)

2007年(344)

2006年(25)

分类: 系统运维

2007-10-28 14:42:02

拨号访问服务器配置实例

作者:    

  网络环境:这是一个超市联网的工程,中心超市从网通引了一条2M的光纤,并配有终端盒及光端机,中心采用的设备有:CISCO2610XM路由器一台及一个1CE1U模块,每个分店采用ISDN(NT1+TA)拨入,由于只接受ISDN的拨入,所以没有配其他网络模块(比如说30DM等),当然了2600系列也配不上,因为它只有一个网络模块插槽。
  
  配置表如下:
  
  Current configuration方案1)
  !
  version 12.1
  service timestamps debug uptime
  service timestamps log uptime
  service password-encryption
  !
  hostname htycs2610xmpri
  !
  aaa new-model
  aaa authentication login default local
  aaa authentication ppp default if-needed local
  enable password erw3#@#rtewrdsf324#@%^
  !
  username aaaa password 0 wwww
  !
  !
  !
  !
  ip subnet-zero
  no ip domain-lookup
  !
  isdn switch-type primary-net5
  isdn voice-call-failure 0
  !
  !
  controller E1 1/0
  framing NO-CRC4
  pri-group timeslots 1-31
  !
  !
  interface Loopback0
  ip address 10.1.1.1 255.255.0.0
  !
  interface FastEthernet0/0
  ip address 192.168.1.250 255.255.255.0
  duplex auto
  speed auto
  !
  interface Serial1/0:15
  encapsulation ppp
  ip mroute-cache
  dialer rotary-group 0
  dialer-group 1
  isdn switch-type primary-net5
  !
  interface Dialer0
  ip unnumbered FastEthernet0/0
  encapsulation ppp
  dialer in-band
  dialer-group 1
  peer default ip address pool isdn_dialin
  ppp authentication chap pap callin
  ppp multilink
  !
  ip local pool isdn_dialin 192.168.1.60 192.168.1.89
  ip classless
  ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
  ip route 192.168.0.0 255.255.0.0 FastEthernet0/0
  no ip http server
  !
  dialer-list 1 protocol ip permit
  !
  line con 0
  transport input none
  line aux 0
  password 7 @#324df@#44efdffr
  modem InOut
  modem autoconfigure discovery
  speed 57600
  line vty 0 4
  password 7 @#$DDSW3434@##@ff
  !
  end

阅读(1964) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~