January 8, 20242 yr Hello, i am unable to configure the network and WOL function in Unraid. The Server should act like a Switch between 10gbe and 1gbe. Ive tried to bridge the NICs (Network schematic and configuration down below). The NIC (i219LM Fujitsu D3417) is configured in the BIOS. Spoiler Network Stack -> Enabled Ipv4 PXE Support -> Disabled Ipv6 PXE Support -> Disabled Power On Source -> ACPI Controlled Hibernate like Soft Off -> Disabled Low Power Soft Off -> Disabled LAN -> Enabled Wake On LAN Boot -> Boot Sequence I use the dynamix_s3_sleep Plugin Spoiler stay online if: - 10gbe device online (x.x.x.187) - 1gbe usage >10mbit - Cache or Array online Wake on LAN (i219): p would be enough i think? p - Wake on PHY activity u - Wake on unicast messages m - Wake on multicast messages b - Wake on broadcast messages g - Wake on MagicPacket Without the Bridge and 10gbe NIC it kind of worked with only g (Wake on MagicPacket). If the Plugin triggered S4 it was ok. If i trigger s4 it direktly bootet again. But i would like to wake the system by accessing the share aka "\\x.x.x.3\temp" i think p/u/m/b should all work. What am I doing wrong? Thank you. network-rules.cfg Spoiler # PCI device 0x15b3:0x6750 (mlx4_core) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:02:c9:4d:67:a0", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" # PCI device 0x8086:0x15b7 (e1000e) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="90:1b:0e:cc:11:25", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1" network.cfg Spoiler # Generated settings: IFNAME[0]="br0" BRNAME[0]="br0" BRSTP[0]="yes" BRFD[0]="0" BRNICS[0]="eth0 eth1" PROTOCOL[0]="ipv4" USE_DHCP[0]="yes" METRIC[0]="1" DHCP_KEEPRESOLV="no" USE_DHCP6[0]="yes" DHCP6_KEEPRESOLV="no" IFNAME[1]="eth2" SYSNICS="2" dynamix.s3.sleep.cfg Spoiler options="-a -f 1 -I sdb -I sde -I sdf -I sdc -m 1 -n -e eth1 -N 1250 -i x.x.x.187 -b /usr/local/emhttp/plugins/dynamix.s3.sleep/scripts/preRun -D 0" service="1" stopDay="" stopHour="" checkHDD="-a" hdparm="-f 1" outside="sdb,sde,sdf,sdc" timeout="10" checkTCP="-n" pingIP="x.x.x.187" login="" setWol="" preRun="virsh+shutdown+all" postRun="" forceGb="" dhcpRenew="" debug="0" port="eth1" idle="1250" Home/Family-Network schematic: Spoiler blue 10gbe SFP+ Direct-Attach-Cables, green 1gbe Cat7-Cables The Workstation use Win 10 and the NICs are configured with Metrics. Each NIC get its own IP Address. If main (10gbe) is not available second (1gbe) will be used (acts like a Notebook with wired and wireless Ethernet Adapters). Edited January 8, 20242 yr by BazzT92
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.