R robertkwild Member Jun 17, 2022 32 1 13 Nov 16, 2023 #1 hi all, ive set up wol on my mobo bios but now i need to enable it on my pve host, how do i do this please thanks, rob
hi all, ive set up wol on my mobo bios but now i need to enable it on my pve host, how do i do this please thanks, rob
LnxBil Distinguished Member Feb 21, 2015 9,575 1,756 273 Saarland, Germany Nov 16, 2023 #2 robertkwild said: ive set up wol on my mobo bios but now i need to enable it on my pve host, how do i do this please Click to expand... What do you mean? WOL is a hardware feature and has nothing to do with PVE.
robertkwild said: ive set up wol on my mobo bios but now i need to enable it on my pve host, how do i do this please Click to expand... What do you mean? WOL is a hardware feature and has nothing to do with PVE.
J JeremyDavis Active Member Jan 5, 2018 6 1 43 49 Nov 16, 2023 #3 This might be of some value?: https://wiki.debian.org/WakeOnLan
R robertkwild Member Jun 17, 2022 32 1 13 Nov 22, 2023 #4 thanks pointed me in the right direction https://www.lisenet.com/2013/set-up-wake-on-lan-wol-on-a-debian-wheezy-server/
thanks pointed me in the right direction https://www.lisenet.com/2013/set-up-wake-on-lan-wol-on-a-debian-wheezy-server/
LnxBil Distinguished Member Feb 21, 2015 9,575 1,756 273 Saarland, Germany Nov 22, 2023 #5 Did that work for you? I never needed any OS settings in order to get it working.
R robertkwild Member Jun 17, 2022 32 1 13 Nov 22, 2023 #6 well i thought it worked and guess what...it didnt so what i did was swap the management bridge and the vlan bridge interfaces over and it worked Code: ethtool eno2 it was g and enp2s0 was d (even with the change with reboot i did so didnt work) i went into file Code: nano /etc/network/interfaces Code: auto lo iface lo inet loopback iface enp2s0 inet manual iface eno2 inet manual auto vmbr0 iface vmbr0 inet static address 10.100.1.252/24 gateway 10.100.1.253 bridge-ports eno2 bridge-stp off bridge-fd 0 auto vmbr1 iface vmbr1 inet manual bridge-ports enp2s0 bridge-stp off bridge-fd 0 bridge-vlan-aware yes bridge-vids 2-4094 so i literally swapped the bridge-ports over and then swapped the physical cables and all good
well i thought it worked and guess what...it didnt so what i did was swap the management bridge and the vlan bridge interfaces over and it worked Code: ethtool eno2 it was g and enp2s0 was d (even with the change with reboot i did so didnt work) i went into file Code: nano /etc/network/interfaces Code: auto lo iface lo inet loopback iface enp2s0 inet manual iface eno2 inet manual auto vmbr0 iface vmbr0 inet static address 10.100.1.252/24 gateway 10.100.1.253 bridge-ports eno2 bridge-stp off bridge-fd 0 auto vmbr1 iface vmbr1 inet manual bridge-ports enp2s0 bridge-stp off bridge-fd 0 bridge-vlan-aware yes bridge-vids 2-4094 so i literally swapped the bridge-ports over and then swapped the physical cables and all good