wiki:GTD_Cloud/xen_net_arch

Version 3 (modified by rock, 15 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)

Download all attachments as: .zip