- 論壇徽章:
- 0
|
本人單位利用一臺26xx cisco-router作NAT 轉(zhuǎn)換,實現(xiàn)了內(nèi)網(wǎng)用戶上Internet,
現(xiàn)在想利用一臺內(nèi)網(wǎng)主機(jī)來做FtpServer(21) and WWWServer(80) and POPServer(110)
不知道用什么命令可以實現(xiàn)?
謝謝。本人對Cisco的命令還不是很熟悉。
附:
ip nat translation timeout 300
ip nat translation tcp-timeout 300
ip nat pool outpool xx.xxx.xxx.xx xx.xxx.xxx.xx netmask 255.255.255.252
ip nat inside source list 30 pool outpool overload
ip classless
ip route 0.0.0.0 0.0.0.0 xx.xxx.xxx.xx
no ip http server
!
access-list 30 permit fff.f.fff.0 0.0.0.255
(xx.xxx.xxx.xx 為 Router 的外部地址。 |
|