2026-03-12 21:01:38
This commit is contained in:
39
tiddlywiki/XEN - Debian.tid
Executable file
39
tiddlywiki/XEN - Debian.tid
Executable file
@@ -0,0 +1,39 @@
|
||||
created: 20200215131428341
|
||||
creator: vplesnila
|
||||
modified: 20200217213843042
|
||||
modifier: vplesnila
|
||||
tags: XEN Linux
|
||||
title: XEN - Debian
|
||||
type: text/plain
|
||||
|
||||
~~ Install and configure network bridge
|
||||
apt-get install bridge-utils pigz cifs-utils
|
||||
|
||||
~~ config file /etc/network/interfaces
|
||||
~~ pay attention on ident (3 spaces)
|
||||
---->
|
||||
# The primary network interface
|
||||
allow-hotplug enp4s0
|
||||
iface enp4s0 inet manual
|
||||
# Bridge interface
|
||||
auto xenbr0
|
||||
iface xenbr0 inet static
|
||||
bridge_ports enp4s0
|
||||
address 192.168.0.5
|
||||
netmask 255.255.255.0
|
||||
gateway 192.168.0.1
|
||||
<--------------------------------------------
|
||||
|
||||
~~ restart server and check bridge status
|
||||
brctl show
|
||||
|
||||
~~ install XEN hypervisor & tools
|
||||
apt-get install xen-system
|
||||
apt-get install xen-tools
|
||||
|
||||
~~ restart (the system will start using XEN kernel) and check XEN status
|
||||
xl info
|
||||
|
||||
~~ update packages
|
||||
apt-get update
|
||||
apt-get upgrade
|
||||
Reference in New Issue
Block a user