中国网管论坛's Archiver

zouyuye 发表于 2007-5-31 16:29

急 急 华为2600NAT配置问题

我单位做FTP服务器,因我对路由器配置不是很懂,查了好多资料也没搞定.郁闷啊 现在我给大家把我的配置贴出来,大家帮我看看 非常感谢

外网IP 2**.***.**.***   内网服务器IP 10.48.60.100  路由华为2600

在服务器上做FTP服务器 通过路由映射端口 外网可访问FTP服务器

acl 1 match-order auto
    rule normal permit source 192.168.0.0 0.0.0.255
    rule normal permit source 10.48.60.0 0.0.0.255
    rule normal permit source 10.48.61.0 0.0.0.255
    rule normal permit source 10.48.62.0 0.0.0.255
    rule normal deny source any
  !
  interface Aux0
    async mode flow
    link-protocol ppp
  !
  interface Ethernet0
    speed 10
    duplex full
    ip address 2**.***.**.*** 255.255.255.***
    nat outbound 1 interface
    nat server global 2**.***.**.*** ftp inside 10.48.60.100 ftp tcp
  !
  interface Ethernet1
    ip address 192.168.2.253 255.255.255.0
  !
  interface Serial0
    link-protocol ppp
  !
  interface LoopBack1
  !
  quit
  ip route-static 0.0.0.0 0.0.0.0 2**.***.**.*** preference 60
  ip route-static 10.48.60.0 255.255.255.0 192.168.2.254 preference 60
  ip route-static 192.168.0.0 255.255.255.0 192.168.2.254 preference 60
  !
  return

以上是我单位华为2600的配置,大家给我指正下,非常非常感谢.!!

zouyuye 发表于 2007-6-1 08:04

有人能告诉我么

怕瓦落地 发表于 2007-6-1 14:27

华为的不太清楚,帮你移动一下,有更专业的斑竹与会员朋友帮你分析

zouyuye 发表于 2007-6-1 15:03

非常感谢~

yonx 发表于 2007-6-1 15:32

对华为不熟啊

bjwang_121 发表于 2007-7-19 15:41

我也想得到答案

页: [1]

Powered by Discuz! Archiver 6.1.0  © 1999-2008 bbs.bitsCN.com