...and dont working
Hello!
I updated according to the recommendations in the official documentation https://pve.proxmox.com/pve-docs/chapter-pvesdn.html#pvesdn_installation.
Made a test Simple SDN and when applying it I get Warning:
Accordingly, Status = error
Specified source /etc/network/interfaces.d/*
under /etc/network/interfaces.d/ there is a sdn config file with the following contents
Why might this be happening?
Thank you!
Hello!
I updated according to the recommendations in the official documentation https://pve.proxmox.com/pve-docs/chapter-pvesdn.html#pvesdn_installation.
Made a test Simple SDN and when applying it I get Warning:
Code:
WARN: missing 'source /etc/network/interfaces.d/sdn' directive for SDN support!
Removed “/etc/systemd/system/multi-user.target.wants/dnsmasq@test.service”.
Could not configure subnet test-192.168.22.0-24: No gateway defined for subnet test-192.168.22.0-24 at /usr/share/perl5/PVE/Network/SDN/Dhcp/Dnsmasq.pm line 128.
Created symlink /etc/systemd/system/multi-user.target.wants/dnsmasq@test.service -> /lib/systemd/system/dnsmasq@.service.
TASK WARNINGS: 1
Accordingly, Status = error
Specified source /etc/network/interfaces.d/*
under /etc/network/interfaces.d/ there is a sdn config file with the following contents
Code:
#version:9
auto test
iface test
bridge_ports none
bridge_stp off
bridge_fd 0
Why might this be happening?
Thank you!