科技行者

行者学院 转型私董会 科技行者专题报道 网红大战科技行者

知识库

知识库 安全导航

至顶网网络频道ISND与NAT的综合配置

ISND与NAT的综合配置

  • 扫一扫
    分享文章到微信

  • 扫一扫
    关注官方公众号
    至顶头条

来源:路由器技术资讯网 2008年6月10日

关键字: NAT 网络地址转换 什么是nat

  • 评论
  • 分享微博
  • 分享邮件
!
  version 12.1
  no service single-slot-reload-enable
  service timestamps debug uptime
  service timestamps log uptime
  no service password-encryption
  !
  hostname ISND
  !
  logging rate-limit console 10 except errors
  enable secret 5 $1$BV7b$sCODaV5Dm/gRnqrXNl6.D1
  !
  ip subnet-zero
  no ip finger
  ip name-server 202.96.134.133
  ip name-server 202.96.154.15
  !
  isdn switch-type basic-net3
  cns event-service server
  !
  !
  !
  !
  !
  interface Ethernet0
   ip address 192.168.1.1 255.255.255.0
   ip nat inside
  !
  interface Serial0
   no ip address
   shutdown
  !
  interface Serial1
   no ip address
   shutdown
  !
  interface BRI0
   ip address negotiated
   ip nat outside
   encapsulation ppp
   dialer string 96169
   dialer-group 1
   isdn switch-type basic-net3
   ppp chap hostname 96169
   ppp chap password 7 10175F48534E
  !
  ip kerberos source-interface any
  ip nat inside source list 10 interface BRI0 overload
  ip classless
  ip route 0.0.0.0 0.0.0.0 BRI0
  no ip http server
  !
  access-list 10 permit 192.168.1.0 0.0.0.255
  dialer-list 1 protocol ip permit
  !
  !
  line con 0
   transport input none
  line aux 0
  line vty 0 4
   password tyl
   login
  !
  end
    • 评论
    • 分享微博
    • 分享邮件
    邮件订阅

    如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。

    重磅专题
    往期文章
    最新文章