giosann
Members
-
Joined
-
Last visited
Solutions
-
giosann's post in Unraid only shows one network interface was marked as the answerHow can i change it? I've tried with
ip link set dev rename_eth121 down ip link set dev rename_eth121 address F0:2F:74:CC:72:93 ip link set dev rename_eth121 upbot straight from the command line and putting it in "/boot/config/go" and then rebooting but nothing changed.
I've then tried deleting the /boot/config/network-rules.cfg file and after a reboot both eth0 and eth1 (it's no longer named rename_eth121) show up in NetworkSettings
It still seems to have the same MAC adress... i clicked the "port up" button but it does not take an ip and it shows "not configured" under interface description
Update: from this I did the cli commands again with eth1, enabled the port again, set IPv4 assignment to automatic and it works, I can have my container on the secondary WAN
tower-diagnostics-20251101-1902.zip
-
giosann's post in Cache with "Unmountable: Unsupported or no file system" was marked as the answeras suggested by "Fix Common Problems" I've followed this guide: https://forums.lime-technology.com/topic/46802-faq-for-unraid-v6/?page=2&tab=comments#comment-543490
the pool mounted correclty to /temp with "mount -o rescue=all,ro /dev/sdd1 /temp"
trying to copy the folders with subfolders into /mnt/user0/ failed with error "no medium found". copying just the subfolders (by doing like cp appdata/* /mnt/user0/ -r) worked correctly except i have the /mnt/user0/ full of subfolders of all the apps that i will need to fix up and put back in their place.