April 17, 201511 yr Recently I installed Unmenu on a server and it worked great. I've since reconfigured and starting again, but when I try to run unmenu_install, I get the following: http://my.jetscreenshot.com/12412/20150417-ldyz-211kb I'm using the same network.cfg I used before. And I can ping google's IP, but not www.google.com. Confused...but obviously missing something... Thanks in advance... Jeff...
April 20, 201511 yr Jeff, The error message appears to be accurate. You don't have a DNS server configured. For example, my network.cfg looks like this: # Generated settings: USE_DHCP="no" IPADDR="192.168.0.15" NETMASK="255.255.255.0" GATEWAY="192.168.0.1" DHCP_KEEPRESOLV="no" DNS_SERVER1="192.168.0.1" DNS_SERVER2="" DNS_SERVER3="" BONDING="no" BONDING_MODE="1" BRIDGING="yes" BRNAME="br0" BRSTP="no" Yours is missing the "DNS_SERVER1" field. What have you got configured there in the Settings -> Network Settings page in the unRAID GUI? If yours is like 99.9% of home networks it's the same as your default gateway, 192.168.1.1 -A
April 20, 201511 yr Author Hey A... Yep, I figured that out last night. I had actually wondered about that when I first configured it, why it wasn't included, then did some digging and found it. Added my DNS (192.168.1.1) and 8.8.8.8 and it works fine now. I have noticed something interesting. Sometimes, when I use the server name (i.e. Tower) vs the IP to access the webgui, I get a not found. Restarting the server fixes it. This is what my network.cfg looks like now... # Generated settings: USE_DHCP="no" IPADDR="192.168.1.100" NETMASK="255.255.255.0" GATEWAY="192.168.1.1" DHCP_KEEPRESOLV="no" DNS_SERVER1="192.168.1.1" DNS_SERVER2="8.8.8.8" DNS_SERVER3="" BONDING="no" BONDING_MODE="1"
April 20, 201511 yr ...I have noticed something interesting. Sometimes, when I use the server name (i.e. Tower) vs the IP to access the webgui, I get a not found. Restarting the server fixes it. This is what my network.cfg looks like now... SMB Settings - Workgroup Settings - Local master: Yes You may have to shutdown other computers on the network so unRAID can assume the Local master.
Archived
This topic is now archived and is closed to further replies.