Jump to content

Omri

Members
  • Posts

    96
  • Joined

  • Last visited

Posts posted by Omri

  1. Well, figured out a solution (although not perfect)

    eth0 was using automatic setting for IPV4+IPV6

    after setting it to static, docker network br1 appeared and it's working (IPV4+IPV6).

     

    eth1 is using automatic setting for IPV4+IPV6 so I didn't need to set addresses in docker settings (which is good because my IPV6 prefix isn't fixed, and a manual setting would not be valid after my prefix will change).

     

    The only "problem" now is that Unraid GUI has two IP's in same subnet.

  2. Hi

    Every container gets 2 global IPV6 addresses

    one is based on the mac address (EUI-64) and one is based on the prefix with ::1/::2... at the end

    some containers (like linuxservers qbittorrent) only "use" the later which can change between reboots

    can I disable the second type of global IPV6 address?

    or can I make it "fixed" somehow?

  3. 3 hours ago, WizP said:

    I have a question... As I'm behind a double NAT CGNAT config, I was want to set up a tunnel so that I can access by home LAN remotely on the road.

     

    Has anyone been successful in getting this to work? I can access the tunnel OK using my android mobile and the WARP 1.1.1.1 app, but can't seem to access any of my LAN servers/resources using the 192.168.0.1 IP address range.

     

    Any pointer would be appreciate. (I have already the 192.168.0.0 arrange range routed in the Cloudlfare dashboard.)

    have you enabled "Host access to custom networks:" in docker settings?

     

  4. Hi

    Just a little question (which isn't directly connected to your project)

    when I set (public hostname) *.mydomain.com to (service) https://swag:443 it's working only if I check "No TLS Verify"

    mydomain.com has a wildcard certificate by let's encrypt (which obviously isn't being used while using cloudflare proxy/tunnel)

    my local host/ip (swag/192.168.X.X) doesn't have a certificate (do I need one? and if so, how to issue one?)

    Thanks in advance

     

  5. 8 hours ago, mgutt said:

    Sadly not. That's why I changed the unRAID ports, while NPM uses the host network on ports 80/443. By that I'm able to use the IPv6 of the server itself, which updates without problems if the prefix changes.

    Too bad

    recent change in docker behaviour makes it very difficult for me to handle dockers in ipv6

    we need a script, which monitor the prefix/ipv6 of eth0

    and edit the templates (replace current prefix with new one) in /boot/config/plugins/dockerMan/templates-user and restart docker

    some kind of "ddns" for docker

    :)

     

  6. Hi 

    I'm using several Dockers on br0 network 

    I have dynamic IP which change often 

    Been using cloudflareddns to update my A/AAAA records but one thing I still don't understand:

    Every docker under br0 has it own unique IPV6 (as it should be) - how do I update this in cloudflare DNS? Currently its updating the host IPV6 (or the cloudflareddns specific IPV6 if on br0).

     

    Thanks

     

     

     

     

  7. Hi

    strange thing in my setup, didn't find the answer by searching

    The plugin used to work, but now (don't know since when - maybe 6.10RC2?)

    it doesn't show anything after uninstalling a docker

    always get "No orphaned appdata folders found" and have to manually delete the folder from appdata

    any idea?

     

    Thanks

  8. 13 hours ago, Omri said:

    Hi

    what is the procedure to issue "ISRG Root X1"?

    private dns on android stopped working yesterday with the default one

    used this with Adguard Home

     

    see here for details

    https://forum.xda-developers.com/t/all-devices-private-dns-broken-with-lets-encrypt-even-on-new-devices.4341355/

    Nevermind

    "Solved" the issue by moving to zerosssl

    • Like 1
×
×
  • Create New...