
Sep 19 08:34:46 debian11 systemd: Starting A high performance web server and a reverse proxy server. ├─1396 nginx: master process /usr/sbin/nginx -g daemon on master_process on Process: 1314 ExecStart=/usr/sbin/nginx -g daemon on master_process on (code=exited, status=0/SUCCESS) Process: 1313 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on master_process on (code=exited, status=0/SUCCESS) Loaded: loaded (/lib/systemd/system/rvice enabled vendor preset: enabled)Īctive: active (running) since Sun 08:34:46 EAT 2min 24s ago rvice - A high performance web server and a reverse proxy server.When Nginx is installed, it is started and enabled to run on system boot systemctl status nginx To install Nginx on Debian 11, just run the command below apt install nginx Install Debian 11 on VirtualBox Install Nginx on Debian 11 We also have a guide on Virtual Machine’s installation on KVM with Terraform.If you have not installed it already, see the link below on how to install Debian 11 on VirtualBox. Follow installation prompts for Debian system on KVM. The installation process will start shortly. This will download kernel and initrd image before starting installation. disk path=/var/lib/libvirt/images/deb11-vm.qcow2,size=20 \ You can use Virtual Machine Manager GUI to create an instance on KVM or via virt-install command line tool.įor virt-install, installation snippet is shared below. Reboot your machine for the network configuration changes to take effect. My bridge configuration uses a network interface ( ens33) to create a Linux bridge called br1. This can be used for all test environments.īut if you want to your VMs to be accessible over the network, you’ll need to create a bridge on physical network interface attached to your machine.Ĭreate one on your Debian server/workstation like below. Installation of KVM on Debian 11|10 creates a Linux bridge called virbr0. Create KVM Bridge on Debian (Optional)įor your Virtual Machines to talk to the outside world, a Linux bridge is required. This will give you tools similar to Linux ls, cat, top command for use with Virtual Machines. sudo apt -y install virt-top libguestfs-tools libosinfo-bin qemu-system virt-manager Let’s also install useful Virtual Machine management tools. $ echo vhost_net | sudo tee -a /etc/modules sudo apt -y install qemu-kvm libvirt-daemon bridge-utils virtinst libvirt-daemon-system The apt package manager is used for all packages installation. All KVM packages for Debian are available on upstream repositories. Follow the steps below to install KVM Virtualization on Debian 11|10 Linux system.
