[問題] Cisco 2620 NAT 效率問題
目前就是一個內部網路兩個外部網路
mail server 放在內部網路
另外還有其他 Server
目的是指定一個 public ip 指定到內部的 ip
以下設定是可以 work
可惜效率異常低落
還請有經驗的網友解決
debug
192.168.1.3 是 mail server
211.71.21.52 是 mail server 所對應之外部 ip
===============Router configure===============
enable
config ter
no service udp-small-servers
no service tcp-small-servers
int fastEthernet 0/0
ip address 192.168.1.1 255.255.255.0
ip nat inside
no ip mroute-cache
no ip route-cache
no fair-queue
no shutdown
ip address
exit
int ethernet 1/2
ip address 211.71.21.53 255.255.255.248
ip nat outside
no ip mroute-cache
no ip route-cache
no shutdown
exit
ip route 0.0.0.0 0.0.0.0 ethernet 1/2 211.71.21.49
int ethernet 1/3
ip address 61.222.24.29 255.255.255.248
ip nat outside
no ip mroute-cache
no ip route-cache
no shutdown
exit
ip route 0.0.0.0 0.0.0.0 ethernet 1/3 61.222.24.25
ip nat inside source static 192.168.1.3 211.71.21.52
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 210.202.216.65
討論串 (同標題文章)
以下文章回應了本文:
完整討論串 (本文為第 1 之 3 篇):
Network 近期熱門文章
PTT數位生活區 即時熱門文章
27
74