Configurazione proxmox-ve per cellulare ILIAD
Trovandomi, attualmente sprovvisto di linea ADSL, ho pensato di utilizzare il cellulare.
I seguenti sono i parametri utilizzati sulla mia macchina, da adattare a seconda del cellulare e, probabilmente, del provider in uso.
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
auto enp0s31f6
iface enp0s31f6 inet manual
# This is an autoconfigured IPv6 interfaceiface enp0s31f6 inet6 auto
iface enx0ef026038bc2 inet manual
# android
auto vmbr0
iface vmbr0 inet static
address 192.168.1.2/24
bridge-ports enp0s31f6
bridge-stp off
bridge-fd 0
# android (versione DHCP)
allow-hotplug enx0ef026038bc2
iface enx0ef026038bc2 inet manual
auto vmbr1
iface vmbr1 inet dhcp
bridge-ports enx0ef026038bc2
bridge-stp off
bridge-fd 0