差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

下次修改
前次修改
a10:basic_config [2012/04/18 07:06] – 建立 jala10:basic_config [2012/04/19 16:38] (目前版本) – 移除 jal
行 1: 行 1:
-====== A10 設定範例 ====== 
- 
-===== 基本設定 ===== 
-<code> 
-clock timezone Asia/Taipei nodst 
-! 
-slb template tcp Default 
-   idle-timeout 300 
-   reset-fwd 
-   reset-rev 
-! 
-enable-management service telnet management 
-! 
-web-service timeout-policy idle 60 
-! 
-terminal idle-timeout 60 
-</code> 
- 
-===== Wildcard outgoing NAT ===== 
-  * Gateway IP: 10.2.2.254/24 
-  * Source IP: 10.1.1.0/24 
-  * NAT IP: 10.2.2.100 
-  * Source vlan: 10 
-<code> 
-interface ve 10 
- ip allow-promiscuous-vip 
-! 
-ip nat pool SNAT_IP 10.2.2.100 10.2.2.100 netmask /24 
-! 
-slb server GW_IP 10.2.2.254 
-   port 0  tcp 
-       no health-check 
-   port 0  udp 
-       no health-check 
-! 
-slb service-group GW_TCP tcp 
-    member GW_IP:0 
-! 
-slb service-group GW_UDP udp 
-    member GW_IP:0 
-! 
-slb virtual-server _wildcard_vserver 0.0.0.0 
-   port 0  tcp 
-      source-nat pool SNAT_IP 
-      service-group GW_TCP 
-      no-dest-nat 
-   port 0  udp 
-      source-nat pool SNAT_IP 
-      service-group GW_UDP 
-      no-dest-nat 
-   port 0  others 
-      source-nat pool SNAT_IP 
-      service-group GW_TCP 
-      no-dest-nat 
-   port 21  ftp 
-      source-nat pool SNAT_IP 
-      service-group GW_TCP 
-      no-dest-nat 
-</code> 
- 
-===== L3 mode NAT ===== 
-  * Gateway IP: 10.2.2.254/24 
-  * Source IP: 10.1.1.0/24 
-  * NAT IP: 10.2.2.100 
-  * Source vlan: 10 
-  * Gateway vlan: 20 
-<code> 
-interface ve 20 
- ip nat outside 
-interface ve 10 
- ip nat inside 
-! 
-access-list 101 permit ip 10.1.1.0 0.0.0.255 any 
-! 
-ip nat pool SNAT_IP 10.2.2.100 10.2.2.100 netmask /24 
-! 
-ip nat inside source list 101 pool SNAT_IP 
-</code> 
  
a10/basic_config.1334732797.txt.gz · 上一次變更: 2012/04/18 07:06 由 jal
上一頁 | 下一頁 | 回首頁 | RSS Feed | Facebook