Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Multiple IP's and choosing which to bridge?

Featured Replies

Hi all hope someone can maybe point me in the right direction. I can see you can assign a specific IP to a docker image however you cannot then use this same ip on another for a different port. I have groups of 2 docker images that need to be on the same IP but different IP's between groups.

 

Example

Docker 1 - 192.168.0.4:80

Docker 2 - 192.168.0.4:443

 

Docker 3 - 192.168.0.5:80

Docker 4 - 192.168.0.5:443

 

I thought maybe assigning these IP addresses to unraid then choosing to bridge to them rather than the default IP of unraid.

 

Although honestly i'm kind of stumped on Unraid. On a general Linux system you can add extra IP's to interfaces and then pass them through to docker.

 

e.g. doing this on the host 

 

 

iface eth0 inet static

address 192.168.0.4
netmask 255.255.255.0

gateway 192.168.0.1

 

iface eth0:0 inet static

address 192.168.0.5

netmask 255.255.255.0

 

Then starting the dockers like so

 

docker run (whatever it is your running) -p 192.168.0.4:80:80

docker run (whatever it is your running) -p 192.168.0.4:443:443

 

docker run (whatever it is your running) -p 192.168.0.5:80:80

docker run (whatever it is your running) -p 192.168.0.5:443:443

 

Is it possible to do something like this on Unraid? Anyone point me in the right direction, Thanks!

 

 

  • 1 month later...
  • Author

Sorry to bump this but anyone have any input?

I have 90% of my Dockers using their own unique IP. Would be interested in knowing why you need some to share?

  • Author

@NeoDudeHi, this is required as i wish to cache requests on port 80 but simply proxy requests on SSL. (Steamcache essentialy). They do this with two different docker images one caching the requests the other running sniproxy on 443. I need to be able to assign them the same IP so things like the steam store and friends lists function but game downloads go though the cache.

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.