Hello installed proxmox 7.0-10 (clean install), set up multipatch and everything works!
but if it reboots, then the network does not start, you can raise the network after executing the "/etc/init.d/networking restart".
If you turn off the autoload of the multipatch-tools, then everything loads normally (of course except multipatch). how can i fix this?
I apologize for earlier, I use a translator
but if it reboots, then the network does not start, you can raise the network after executing the "/etc/init.d/networking restart".
If you turn off the autoload of the multipatch-tools, then everything loads normally (of course except multipatch). how can i fix this?
I apologize for earlier, I use a translator
cat /etc/multipath.conf
Code:
defaults {
polling_interval 2
path_selector "round-robin 0"
path_grouping_policy multibus
uid_attribute ID_SERIAL
rr_min_io 100
failback immediate
no_path_retry queue
user_friendly_names yes
find_multipaths no
}
blacklist {
devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*"
devnode "^(hd|xvd)[a-z]*"
wwid "2600503e000000000f846506f4c0ab30f" # specific disk
cat /etc/network/interfaces
Code:
auto lo
iface lo inet loopback
iface enp2s0f0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.0.10
netmask 255.255.255.0
gateway 192.168.0.254
bridge_ports enp2s0f0
bridge_stp off
bridge_fd 0
iface enp2s0f1 inet manual
iface enp2s0f2 inet manual
iface enp2s0f3 inet manual
iface enp129s0f0 inet manual
Last edited: