@jeenam
Hello,
since I am new to Proxmox, I wanted to ask what I have to understand by Prerequisites: (2)? What do I have to set in my router (FRITZ!Box) so that I can use VMs and co via WLAN?
I look forward to your help!
vnet1
both in /etc/network/interfaces
and through SDN (which ends up in /etc/network/interfaces.d/sdn
?Question: Why do you definevnet1
both in/etc/network/interfaces
and through SDN (which ends up in/etc/network/interfaces.d/sdn
?
Huh?The systemd networking service reads its configuration from /etc/network/interfaces. If you don't define it there it will not bring up the network interface. The reason for the existence of the SDN config should be self-explanatory.
/etc/network/interfaces
has as last line source /etc/network/interfaces.d/*
so there is no need to duplicate definitions that are included in any file in that directory. The SDN config is activated by and integrated with systemd in this way. And without that source line, SDN won't work.What does vmbr0 do in this configuration?
Huh?/etc/network/interfaces
has as last linesource /etc/network/interfaces.d/*
so there is no need to duplicate definitions that are included in any file in that directory. The SDN config is activated by and integrated with systemd in this way. And without that source line, SDN won't work.
source /etc/network/interfaces.d/*
is not the last line in /etc/network/interfaces
SDN will be completely disabled in Proxmox.