JP Posted July 18, 2010 Share Posted July 18, 2010 Admittedly, I probably did this the wrong way. I just built a test server with unraid and noticed it had DHCP and IP listed in the web front-end. Since I thought it might be better to use a static IP I just switched "Obtain an IP" to NO and then updated the IP Address to the one I wanted the server to be on. I clicked APPLY and the web front-end locked up. I then read some on the forum and it appears this is typically done by updating the config/Network file on the USB drive in Linux (which I don't know how to do anyway, I'm completely ignorant when it comes to Linux). However, I shut the server down using the power switch and then brought the server back up and it appears the static IP got written somewhere because it seems to work (server is on the new IP and it is reflected in the web front-end). My question is, I did do this incorrectly...right? Since it seems to work is there anything else I should be doing to correct anything? When I finish my final server I would like to have it on a static IP and would like to know how to do this the "right" way. Link to comment
Rob_Esc Posted July 18, 2010 Share Posted July 18, 2010 As soon as you 'apply' the new settings, your web GUI would be expected to lock up because you have set new IP#. It probably wasn't necessary to reboot. Be sure to set all the other parameters (most likely these values): Netmask:255.255.255.0 Gateway:(your router's gateway IP) DNS Server :(typically same router's gateway) Link to comment
Seven Posted July 22, 2010 Share Posted July 22, 2010 Admittedly, I probably did this the wrong way. I just built a test server with unraid and noticed it had DHCP and IP listed in the web front-end. Since I thought it might be better to use a static IP I just switched "Obtain an IP" to NO and then updated the IP Address to the one I wanted the server to be on. I clicked APPLY and the web front-end locked up. I then read some on the forum and it appears this is typically done by updating the config/Network file on the USB drive in Linux (which I don't know how to do anyway, I'm completely ignorant when it comes to Linux). However, I shut the server down using the power switch and then brought the server back up and it appears the static IP got written somewhere because it seems to work (server is on the new IP and it is reflected in the web front-end). My question is, I did do this incorrectly...right? Since it seems to work is there anything else I should be doing to correct anything? When I finish my final server I would like to have it on a static IP and would like to know how to do this the "right" way. Using the web browser interface to change the IP-address works fine for me. The browser "locked up" when you clicked apply because when you did, it updated the server's IP-address immediately and your browser session became invalid since the browser was pointing to the old IP-address you had set on the unRAID box. Next time just reload/refresh your browser session whenever you change the IP-address and all should be well again. Link to comment
kizer Posted July 22, 2010 Share Posted July 22, 2010 Yeah when I changed my ip to what I wanted it and clicked the update. I ended up just using http://myiphere and then before you know it http://tower worked just fine. I think I might of had some temporary glitch or network glitch, but it later resolved itself after a few minutes of tinkering. Link to comment
queeg Posted July 22, 2010 Share Posted July 22, 2010 When unRAID boots I have the IP address output on the console window. Add this to your go script and put the attached script in your /boot/config folder. ipaddress=`/boot/config/showIP.sh eth0` echo "IP address eth0: $ipaddress" showIP.zip Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.