chris.olson

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by chris.olson

  1. Hey all, was hoping to get some help better understanding the best practices of setting up a custom network in my docker containers. I'm running AdGuard and it required me to setup a custom network due the ports it uses being the same as unraid. Things seem to be running ok but what I noticed was that my router shows that my host server IP is the IP of my AdGuard docker container instead of the actual unraid IP and I'm curious why. It seemed to start doing that when I changed my custom network type from macvlan to ipvlan. I'm pretty much a newbie when it comes to custom networks in docker so was hoping to get some insight. I can attach any pictures if need be. Thanks!
  2. Thanks for the input. I think I got to the bottom of it! my server ethernet port is a 10G port and the switch can be either 1G or 2.5G. I found out that if I kept it at auto for the speed setting it would constantly connect and disconnect. If I set it to 2.5G Full is would not connect at all but at 1G if connected fine and everything is working again. Not 100% sure why that would be. Maybe there some issue with throttling down a 10G port to 2.5 rather than down to 1G...beats me but at least I got something working now!
  3. Hey All, I'm pretty new to unRaid and hoping to get some help with an issue I'm facing related to my ip address not being set and not being able to access the GUI. To give a little backstory, I periodically had an issue where my unRaid server somehow would knock out my mesh router nodes that are setup with ethernet backhaul using an unmanaged switch. I have not idea why that issue happened but the resolution was always to reboot the server and then everything went back to normal for a while until it happened again maybe a couple weeks later.. An IT friend of mine suggested getting a managed switch to solve the problem so I just got that and after plugging in my Unraid server I get the console message about the IP not being set and I can't access the GUI. I don't have the slightest clue what's going on. If I try and ping the server, I don't get any response. My server also is not showing up on my router as a connected device. Any help you can offer would be greatly appreciated! I've attached the diagnostics files so hopefully that can give some insight. Thanks in advance! haven-diagnostics-20230203-0035.zip
  4. Hey All, I’m pretty new to Unraid and trying to setup a share for my HP printer to send scanned documents too. I set the share up as public and can see if just fine from Mac and iOS but can’t connect to it through the HP printer Web server or a windows 10 machine I have. Any thoughts on what I could be missing? Thanks in advance!
  5. Hoping to get some help on how to properly setup Adguard Home. I've not been able to find any good information on how to do this. I used app template to set this up and the first problem was I could not use the default "Bridge" network because the port 53 was already in use. From what I've gathered, I'm forced to have to use the br0 custom network interface. I had setup that up and thought it was working fine but then after a day or so I went back and tried to reach the web ui from the dashboard using the default 3000 port and it did not connect. I looked at the logs and realized I could only access it now from port 80 (which I think was the port used in the initial setup for the web-ui). I'm really confused by this. Why does the container use 3000 as the web-ui port but then define port 80 during setup and cause 3000 to no longer work? If I try and set it to 3000 in the web-ui it tells me it's already in use. Can someone help me understand this a bit better and the proper way of getting this setup? Thanks!
  6. Ahh sweet! thank you. I changed the unraid ports and all seems good now!
  7. Hey all, I'm brand new to unraid and was working on setting up this Nginix container. Whenever I try and run it with host network it installs fine but I'm not able to reach the web ui. When I go to the logs I get continuous error of "nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)" Any thoughts on why this would be? it's a brand new unraid install so not sure why it would be showing as "address already in use"...