注册 | 登录 忘记密码? 51cto首页 | 博客 | 论坛 | 招聘
热点文章 不抛弃 不放弃——记2008..
 帮助

Hp procurve 7203 and adsl to internet


2007-09-27 12:34:53
 标签:adsl and Hp procurve 7203   [推送到博客圈]

Hp procurve 7203 and adsl to internet 
hostname "ADSL-Router"
 
ip routing
ip firewall
ip dhcp-server excluded-address 172.16.10.1
 
ip dhcp-server pool "pool-for-lan"
  network 172.16.10.0 255.255.255.0
  domain-name "hnjsj.com"
  dns-server 202.102.224.68
  netbios-node-type h-node
  default-router 172.16.10.1
  lease 1
 
interface eth 0/1
  ip address  172.16.10.1  255.255.255.0
  access-policy FROM-LAN
  no shutdown
 
interface eth 0/2
  no ip address
  shutdown
interface adsl 1/1
 
  training-mode multi-mode
  no shutdown
 
 interface atm 1 point-to-point
  no shutdown
 
  bind 1 adsl 1/1 atm 1
interface atm 1.1 point-to-point
  no shutdown
 
  pvc 8/35
  no ip address
 
 interface ppp 1
 
  ip address negotiated
  no fair-queue
 
  ppp chap hostname id-given-by-isp
  ppp chap password pw-given-by-isp
  no shutdown
  bind 2 atm 1.1 ppp 1 pppoe-client
 
ip access-list extended lan-acl
  remark used for Nat
  permit ip any  any   
 
ip policy-class FROM-LAN
  nat source list lan-acl interface ppp 1 overload
 
end

附件下载:
  router-switch-client




    文章评论
 
 

发表评论

昵   称:
验证码:  点击图片可刷新验证码  博客过2级,无需填写验证码
内   容: