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.

how to create a custom network with IPV6?

Featured Replies

hi,there

i want to try to create a custom network with IPV6

docker network create --ipv6 proxy

but it did not work

it shows this

Error response from daemon: could not find an available, non-overlapping IPv6 address pool among the defaults to assign to the network

how should i do?

please help me,thank you

  • 2 months later...

You have to something like this:

docker network create -d bridge \
  --subnet=172.25.0.0/16 \
  --gateway=172.25.0.1 \
  --subnet=fd25::/64 \
  --gateway=fd25::1 \
  --ipv6 \
  yournetworkname

 

I have done this myself, and the docker containers can talk to each other with IPv6.

But i cannot get the docker containers to talk using IPv6 beyond the docker host.

 

Any tips is appreciated

 

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.

Guest
Reply to this topic...

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.