简单介绍 路由器NAT问题( 二 )


ip route 0.0.0.0 0.0.0.0 Serial0/0
ip http server
ip http port 9091
ip ospf name-lookup
!
!
ip Access-list extended filterin
permit tcp any host 218.27.84.249 eq www reflect httpfilter
access-list 1 permit 192.168.2.0 0.0.0.255
no cdp run
!
line con 0
transport input none
line aux 0
line vty 0 4
password routr
login
!
end
当然 , 我们也可以采用PAT技术 , 但PAT 技术不太适合指定TCP/UDP端口的应用 , 如电视会议等 。因此 , 假如使用PAT技术 , 也应当使用NAT PAT , 这样才不至于功能受限 。

推荐阅读