July 11, 20223 yr Hi This has probably been covered before, please point to thread of answer if possible, my Knowledge is laking. Note to forum mods : Please move to appropriate forum if this one is unsuitable plz thanks. Running the latest version of Unraid My question | - My Unraid has a static IP : 192. x. x. 1 as probably all Unraid servers are, the problem I am running into is that, all the dockers have the same IP as the server but with a obviously different port number. I would like to run or route docker containers so they would each have there own different IP. The reason is its very confusing for password managers they record(or mine does) the URL/IP and the user and pass. This idea would be or could be likened to an internal(Unraid) router. I have watched videos and know you can route traffic from one container to another but this is not what iam after unless it is a router-docker container like idea. On a side note is there a way to give the Unraid server an https URL :>This I have not researched yet. -- Steve
July 11, 20223 yr Solution Docker app can set in different network mode, i.e. bridge / host / custom, I usually use custom and static the IP to docker, so I don't need care about port no. Edited July 11, 20223 yr by Vr2Io
July 11, 20223 yr Author 4 hours ago, Vr2Io said: Docker app can set in different network mode, i.e. bridge / host / custom, I usually use custom and static the IP to docker, so I don't need care about port no. Hi Thanks Ile try that. I knew be an answer never thought be that simple, thanks for the trick, ive been accepting the default's. -- Steve Edited July 11, 20223 yr by oOSGearOo Spelling
July 12, 20223 yr Community Expert Perhaps a reverse proxy docker would be another possible solution.
July 12, 20223 yr Author Hi This looks promising. The only thing is this is for internal use only in my case, although I am sure their is a way of working it out. I have been watching a few spaceinvaderone videos these are all mapping your public ip to an internal docker. There is one video of his I have to track down, so will see. -- Steve Edited July 12, 20223 yr by oOSGearOo
July 12, 20223 yr 23 hours ago, Vr2Io said: Docker app can set in different network mode, i.e. bridge / host / custom, I usually use custom and static the IP to docker, so I don't need care about port no. I had the same question and don't fully understand your reply. I too am using a custom docker network and setting static IP, but that static IP is within the Docker Network's subnet, so not directly reachable by my network. If I want to make it reachable I need to add port mappings to the docker config, which maps them back to the unRAID host IP address, so I am still limited to only having one system listening on any given port number. Did I misunderstand something about your reply?
July 12, 20223 yr 12 minutes ago, sphbecker said: so not directly reachable by my network It direct reachable by others in same subnet, if need host Unraid access, then you need enable host access. 12 minutes ago, sphbecker said: If I want to make it reachable I need to add port mappings to the docker config, Just opposite, I will remove all port parameter in docker config., When docker start, it will allocate the necessary port. As each docker have its IP, so no port will conflict each other. Edited July 12, 20223 yr by Vr2Io
July 12, 20223 yr Community Expert Vr2Io is exactly right: 4 hours ago, Vr2Io said: It direct reachable by others in same subnet, if need host Unraid access, then you need enable host access. Settings - Docker Turn Docker off - Apply Host access to custom networks: Enabled Turn Docker On - Apply Figured that out today trying to do the exact same thing so that my wife doesn't have to input ports
July 12, 20223 yr 21 minutes ago, Arbadacarba said: Figured that out today trying to do the exact same thing so that my wife doesn't have to input ports A good set of shared bookmarks works better, no typing, just click.
July 12, 20223 yr Community Expert Funny enough, the docker I was trying to set on it's own IP was Heimdall... So now she has links for all the pertinent Cameras and tool.
July 13, 20223 yr Author Hi I am still having bother with this, see post one here. My research on the subject in video form, all seem to point to SSL certificates and linking from the internet. This is not my aim, I want to host this so this is on a local Lan only. Iam trying to set up redirection on local lan : the weapon off choice Nginxproxymanager hosted in docker on unraid. I have this setup/installed but the items I put in do not seam to be picked up in firefox on another computer on the local lan. I am tring to link up address like http ://xxx.xxx.x.xx:8096/web/index.html#!/home.html Yes that url is correct, I doctored it to hide the local Ip numbers only . Any help greatly received. For great results a video on youtube or similar to follow would be great. -- Steve Edited July 13, 20223 yr by oOSGearOo
July 25, 20223 yr Community Expert Did you actually try setting it up with a "Custom Br0"? You do that directly in Unraid in the Docker config... Making the complext configuration of a reverse proxy completely imaterial... You might not even need "Host access to custom networks"
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.