# ------------------------------------- # Config Kernel-based Virtual Machine Hostinger (France Paris) # -- # Author : O.Romain.Jaillet-ramey - orj (at) lab3w.fr # Date Created : 2025/10/24 # ------------- root@hst-fr:~ # uname -a Linux hst-fr 6.12.41+deb13-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.41-1 (2025-08-12) x86_64 GNU/Linux root@hst-fr:~ # uptime 18:17:44 up 13:03, 1 user, load average: 0.00, 0.00, 0.00 root@hst-fr:~ # cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 13 (trixie)" NAME="Debian GNU/Linux" VERSION_ID="13" VERSION="13 (trixie)" VERSION_CODENAME=trixie DEBIAN_VERSION_FULL=13.1 ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" root@hst-fr:~ # dpkg-reconfigure tzdata Current default time zone: 'Europe/Paris' Local time is now: Fri Oct 24 21:48:02 CEST 2025. Universal Time is now: Fri Oct 24 19:48:02 UTC 2025. root@hst-fr:~ # cat /etc/apt/sources.list.d/debian.sources # Modernized from /etc/apt/sources.list Types: deb deb-src URIs: http://deb.debian.org/debian/ Suites: trixie Components: main contrib non-free non-free-firmware Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg # Security updates Types: deb deb-src URIs: http://security.debian.org/debian-security/ Suites: trixie-security Components: main contrib non-free non-free-firmware Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg # Updates repository Types: deb deb-src URIs: http://deb.debian.org/debian/ Suites: trixie-updates Components: main contrib non-free non-free-firmware Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg root@hst-fr:/var/www/html # apt update Hit:1 http://security.debian.org/debian-security trixie-security InRelease Hit:2 http://deb.debian.org/debian trixie InRelease Hit:3 http://deb.debian.org/debian trixie-updates InRelease All packages are up to date. root@hst-fr:~ # apt upgrade root@hst-fr:~ # apt install iptables iputils-ping dnsutils net-tools whois ipv6toolkit thc-ipv6 ipv6pref iptraf-ng iperf3 tcpdump nmap root@hst-fr:~ # apt install apache2 root@hst-fr:~ # cd /var/www/html/ root@hst-fr:/var/www/html # mkdir .well-known/ root@hst-fr:/var/www/html # vim .well-known/security.txt # Our security address Contact: mailto:security@ipv10.net Expires: 2033-12-12T00:00:00z Preferred-Languages: fr, en root@hst-fr:/var/www/html # apt install apt install debootstrap lxc lxc-templates busybox wget bridge-utils root@hst-fr:/var/www/html # ip -6 a a fc00:4780:28:5295::1/64 dev lxcbr0 root@hst-fr:/var/www/html # lxc-create -n dc1 -t debian -- -r trixie -a amd64