wake on lan

robertkwild

Member
Jun 17, 2022
32
1
13
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
 
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
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!