Version 3 (modified by rock, 16 years ago) (diff) |
---|
Xen Cluster 網路架構設計
1. Xen Server 設定(Master)
- 1.1 設定 DHCP
請 google 相關設定
- 1.2 設定 Nat
$ sudo vim /etc/sysctl.conf net.ipv4.ip_forward=1 iptables -t nat -A POSTROUTING -s 192.168.1.0/24 -j MASQUERADE
Attachments (1)
- XEN_net_arch.png (46.8 KB) - added by rock 16 years ago.
Download all attachments as: .zip