[email protected]Support 24/7 · Billing 09:00 – 00:00LinkedInXFacebook
NexonHost
Netherlands Dedicated ServersAmsterdam · Equinix AM6Germany Dedicated ServersFrankfurt · Equinix FR4Romania Dedicated ServersBucharest · VoxilityAustria Dedicated ServersVienna · Interxion VIEBulgaria Dedicated ServersSofia · TelepointFrance Dedicated ServersParis · Interxion PAR — Marseille · Digital Realty MRS3Ireland Dedicated ServersDublin · Equinix DB2Italy Dedicated ServersMilan · Irideos AvalonPoland Dedicated ServersWarsawSpain Dedicated ServersMadrid · Equinix MD2United States Dedicated ServersAshburn · Equinix DC
All articles
Getting startedAugust 28, 2023

How to install Xen hypervisor on Ubuntu 20.4

How To Install Xen Hypervisor On Ubuntu 20.4

Here is the basic architecture:

Xen – this is the software that boots up when you boot the server.

domain-0 – this controls Xen and all the virtual machines added to the machine.

domain-u – these are the virtual machines.

paravirtual drivers – performance with Windows will be really slow unless you instill the opensource network,
storage, bus, and other paravirtual drivers.

 

Installation

You will need the ISO image of the operating system you want to use.

  • Install Ubuntu on an empty machine and use the LVM (logical volume manager) option when you do that. Leave space for a logical volume for VMs when you are asked to create partitions. Or use another drive for that when you set up the VMs later.

  • Install XEN:
    sudo apt-get install xen-hypervisor-amd64
    sudo reboot

  • Now you have a Xen hypervisor.  Run this to confirm:
    sudo xl list
    You will see domain-0:
    Name                     ID   Mem VCPUs      State    Time(s)
    Domain-0                 0 10789     1     r—–    2643.0

  • Configure bridged networking.  Do not use OpenvSwitch (You can but these instructions will not work for that.):cat /etc/network/interfaces auto lo eth0iface lo inet loopbackiface eth0 inet manualauto xenbr

  • iface xenbr inet dhcp

  • bridge_ports eth0

  • Assign memory to the domain-0 machine so that it does not run slow when you add VMs by adding this line:

  • GRUB_CMDLINE_XEN_DEFAULT=”dom0_mem=10794M,max:10794M”

  • to:

  • sudo vi /etc/default/grub.d/xen.cfg

  • sudo update-grub

  • sudo reboot

  • That gives domain-0 10GB.

Keep reading
How to Extract and Create RAR Files.
October 6, 2023

How to Extract and Create RAR Files.

How To Extract And Create RAR Files. Usually, you’ll come across the .zip or .gz compressed files. However, every now and then, you’ll also encounter RAR files in Linux. Dealing with RAR files in the Linux command line is not that complicated. You extract RAR files with the unrar command: unrar x…

Read article
How to use mmv command in Linux.
October 6, 2023

How to use mmv command in Linux.

How To Use Mmv Command In Linux. In the world of Linux and UNIX-based operating systems, managing files and directories is an essential part of the user experience. One critical aspect of managing these resources is renaming them to better organize or reflect changes in content. Manually renaming…

Read article
How to get Real Visitors IPs on your backend
October 5, 2023

How to get Real Visitors IPs on your backend

How to Get Real Visitor IPs in Web Server Access Logs In order to receive the real visitor IPs in your back-end’s access logs when using our remote protection services, your web server must be able to parse X-Forwarded-For headers. Some web servers, such as LiteSpeed, NGINX and IIS support this by…

Read article
Get in Touch

Together, Let’s Build a Faster, Safer Internet.

Build scalable infrastructure with NexonHost — high-performance dedicated servers, VPS hosting, cloud hosting, and DDoS protection across Europe.

Get Started →Contact Us
[email protected]Support 24/7 · Billing 09:00 – 00:00