October 14, 20241 yr Yet another thread regarding an initial boot with no IPv4 set. Pretty much the same thing as this thread: My motherboard is a Supermicro X11SCA-F used from eBay: https://www.ebay.com/itm/225575671040 I created a bootable drive using Windows and the computer boots into unRAID but it states: unRAID Server OS version: 6.12.13 IPv4 address: not set IPv6 address: not set What is odd is that on my ASUS router I see there is a DHCP address set to Micro-Star INTL CO LTD at 192.168.1.166 but the server shows not set and I cannot hit that address locally. I also went and changed the "/config/network.cfg" to: USE_DHCP="no" IPADDR="192.168.1.166" (Because I know the router set this already so why not?) NETMASK="255.255.255.0" GATEWAY="192.168.1.1" DNS_SERVER1="192.168.1.157" (PiHole as my DNS) DNS_SERVER2="1.1.1.1" BONDING="no" BRIDGING="yes" After booting with this I see it states my IP Address is 192.168.1.166 but I cannot access that IP from any browser on a difference device. unRAID Server OS version: 6.12.13 IPv4 address: 192.168.1.166 IPv6 address: not set Tower login: root Linux 6.1.106-Unraid root@Tower: # Any help would be appreciated. tower-diagnostics-20191214-0202.zip
October 14, 20241 yr Community Expert Solution From what I can see, I would guess that you have simply used the wrong ethernet port of the Mobo. One of them is for management only, not for the booted os. Try to put the cable into the other one and see.
October 14, 20241 yr Author @MAM59 , I cannot believe it was something so simple. I didn't even realize there were two as this is my first time working with this type of motherboard. Plugging it into the other ethernet port successfully set to my static IP I put in the network.cfg. After this I was able to access it on my local network. Thank you again!
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.