@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.Many thanks for this.
But i am not able to complete all steps. Blocked on "STEP 12".
Under "datacenter>SDN" I found and configured my "zone" and "vnet" but I can't find the "subnet" option in the SDN option.
Need help me to complete the configuration.
I am using PVE 8.3.3 and I am a new user.
Thanks in advance
apt-get dist-upgrade
. I haven't tested this myself yet, but will report back later after I can reboot my server.apt-get dist-upgrade
before I could update Proxmox to 8.3.3, but the upgrade, as well as logging into the GUI in a private browsing tab did fix the problem. Also solved the problem creating a zone using CLI. Before dist-upgrade
(but after a classic apt-get upgrade
), libpve-network-perl
and frr-pythontools
were installed, as was dnsmasq
, the latter being also disabled, and the version reported was still 8.2.4 in a private browsing tab...Many thanks for this.
But i am not able to complete all steps. Blocked on "STEP 12".
Under "datacenter>SDN" I found and configured my "zone" and "vnet" but I can't find the "subnet" option in the SDN option.
Need help me to complete the configuration.
I am using PVE 8.3.3 and I am a new user.
Thanks in advance
Put an entry in theHello,
i have follow this tutorial and work fine, i'm able to reach proxmox server and internal vm from my lan using a windows laptop. But i have a question for understand how can be the virtual machines accessed using the name.
My lan use 192.168.1/24 network and i have this situation
client machine ------------> router (dns server + with static route to proxmox) -----------------> proxmox server ---------------> virtual machine (home assistant os)
192.168.1.33 ------------------------------------>192.168.1.1---------------------------------------------------> 192.168.1.225 ------------------------------->192.168.2.10
when from my client try to contact http://192.168.2.10:8123 all work fine and i'm able to reach HA.
But how can do this using dns resolution and so using http://myvirtualmachinename:8123 from my client machine ?
Any suggestion is appreciated, thanks.
hosts
file on the machine you're connecting from that points to 192.168.2.10.also have a look at https://forum.proxmox.com/threads/p...idge-adapters-which-work-with-proxmox.161124/ , which provides an alternative/easier way to hook up proxmox to wifi
>This requires the aquisition of hardware that supports WDS mode
but i'm not connecting via mesh - and it just works with virtual machines!?
These steps helped a lot. The only thing I needed was internet access on host on wifi to work.
I just faced one issue.
wpa_supplicant used to connect to wifi router successfully after step-9. But internet was no internet access.
After trying dozen's of things, what worked was:
A. In /etc/network/interfaces under the wlp2s0 section, changing type from manual to static.
B. And after step-9, run `ifup wlp2s0` where wlp2s0 is the name of the wireless device.
C. Waiting couple of minutes after this.
This tip is for anyone who got wifi connected but didn't get internet access working.
/etc/network/interfaces
and it uses the static
setting for the wireless interface, so I've gone ahead and updated the main post to reflect this. Curiously, no one else ever reported this issue prior and numerous people replied to this thread and the routed configuration thread that they were succesful in using the configuration. I checked the Debian documentation and it says using manual
brings up an interface with no networking configuration (in other words, no address assigned) so based on that the instructions shouldn't have worked all along. Despite this, no one reported any problems. Perhaps something changed recently with how Debian handles networking in regards to usage of manual/static in the config file, but I find that hard to believe. Regardless, thank you for the feedback.We use essential cookies to make this site work, and optional cookies to enhance your experience.