1. Start with xen kernel.
This is a series
The root of virtual machine operations.
2. Choose YaST control center> virtualization> install administrative programs and tools. A "bridge" br0 is created.
Note: br0 is connected to eth0 by default. If eth0 is the IP address information set manually, br0 will "preemptible"
This configuration information causes the eth0 to be reconfigured.
3,
Choose YaST control center> virtualization> create virtual machine.
(See
"No kernel found when xen is installed on the Virtual Machine in opensuse11.2. Installation may have failed ." Solution!
)
To be created successfully, log in and run ifconfig
To view network information. You can get its eth0 address, such as "192.168.0.149.
Ping 192.168.0.1
(Default Gateway), there should be no problem.
In the host (dom0), run ifconfig
You will find the previous step
Br0, there is a vif1.0 and so on (for the principle, see
Xen networking
). If the address of br0 is not 192.168.0.1, proceed to the next step.
4. Open
YaST Control Center-> network device-> network settings.
On the "Overview" tab, select "bridge" and click "edit". Then, manually set the IP address
192.168.0.1.
5. OK