xenoblade

Members
  • Posts

    75
  • Joined

  • Last visited

Posts posted by xenoblade

  1. 1 minute ago, Squid said:

    If you are using either Network Type as Host or assigning the container a specific IP address, then any and all port mappings are ignored because in those 2 settings they make no sense.

     

    The docker run command for one of the apps which you're having issues on would be very helpful

    no, the container network is custom

  2. 12 minutes ago, itimpi said:

    Not sure I understand your question?    You cannot use a random port within a docker container - you need to be using the ports the docker developer has set up the container to use.

    Updated description.yes. i follow the container description to build

  3. hi,there

    i add a new container in the unraid docker,set up a few port.but i got a problem,some port of this container i can not connected. such as port 10011 ,10052 ,11011

    but i can connect the container's port such as 7600

    i don't know why

    please help me

    thank you

    docker run
      -d
      --name='server'
      --net='proxy'
      -e TZ="America/Los_Angeles"
      -e HOST_OS="Unraid"
      -e HOST_HOSTNAME="Tower"
      -e HOST_CONTAINERNAME="server"
      -e 'AUTO_MYSQL_IP'='true'
      -e 'MYSQL_NAME'='mysql'
      -e 'MYSQL_IP'='172.19.0.9'
      -e 'MYSQL_PORT'='3306'
      -e 'GAME_PASSWORD'='7'
      -e 'AUTO_PUBLIC_IP'='false'
      -e 'PUBLIC_IP'='192.168.50.165'
      -e 'DP2'='false'
      -e 'GM_ACCOUNT'='user'
      -e 'GM_PASSWORD'='456'
      -l net.unraid.docker.managed=dockerman
      -p '7600:7600/tcp'
      -p '881:881/tcp'
      -p '20303:20303/tcp'
      -p '20303:20303/udp'
      -p '20403:20403/tcp'
      -p '20403:20403/udp'
      -p '40403:40403/tcp'
      -p '40403:40403/udp'
      -p '7000:7000/tcp'
      -p '7000:7000/udp'
      -p '7001:7001/tcp'
      -p '7001:7001/udp'
      -p '7200:7200/tcp'
      -p '7200:7200/udp'
      -p '10011:10011/tcp'
      -p '31100:31100/tcp'
      -p '30303:30303/tcp'
      -p '30303:30303/udp'
      -p '30403:30403/tcp'
      -p '30403:30403/udp'
      -p '10052:10052/tcp'
      -p '20011:20011/tcp'
      -p '20203:20203/tcp'
      -p '20203:20203/udp'
      -p '30703:30703/udp'
      -p '11011:11011/udp'
      -p '2311-2313:2311-2313/udp'
      -p '30503:30503/tcp'
      -p '11052:11052/udp'
      -v '/mnt/user/appdata/cz/server/log':'/home/cz/game/log':'rw'
      -v '/mnt/user/appdata/cz/server/data':'/data':'rw'
      --shm-size=8g

    tower-diagnostics-20231217-0223.zip

  4. 1 hour ago, 淡淡忧伤 said:

    升级了6.11  结果,网络界面,内置 8125b  1口  和pcie 4口 8125b 全部不显示了。

    不过系统设备列表里可以看到,就是网络界面,没有网卡了。

     

    临时插了个USB网卡进去的。。

     

    兄弟,你试过上面  6.10 的 8125b 驱动,无法在 6.11上使用么??我还准备下载了,替换到  6.11里面试试的呢。

    我的可以原生支持2.5G网卡和pcie网卡

  5. 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

  6. hi,there

    UNRAID VERSION: 6.10.3

    1.thumb.png.c050a418e76f429c6194ec2e4be4ad6a.png2.thumb.png.433d4a140272e8db49c89452ced1e205.png

    when i set the docker network type to Bridge,host,custom bond0. the docker has IPV6 address

    but when i set the network to Custom proxy,it only have IPV4.there is no IPV6 address in the docker

    i want to know how should i do that i can get the IPV6 address in the proxy network type

    thank you

  7. 45 minutes ago, MAM59 said:

    it does, just a bit wierd 🙂

    You see the address fd37:... listed at the UNRAID gui. Ok, that's a non useable (local net only) address, but your ifconfig shows also, that there was a global address starting with 2408:... assigned too. even 2 of them, one point-to-point /128 (which is strange if this is not really a tunnel ?!?!?!) and one really global with a /64 prefix.

     

    This is just a gui problem because it only shows you ONE address and doe not even pick the good one.

     

    The kernel has no problem with this (in fact, it is normal and totally ok with V6 to have "many" addresses at the same time), depending on the target, it picks the correct address from the list and uses it as the origin address of a packet to that destination.

     

    the gui is mostly used for assigning static addresses, it does not help much for dynamic assignements via dhcp.

     

    So, there is nothing wrong with your box.

     

    thank you.

    i have solved my problem

    just change a few settings on the router,the unraid IPV6 address shows normally

  8. 54 minutes ago, MAM59 said:

    this is correct the way it is.

    Obviously, you get V6 over a tunnel interface (the entries with prefix len 128, aka "single address").

    They also assign you a /64 subnet to be used by your clients.

    BUT, you need to announce it to them using appropriate protocols like RADVD,RTADVD or something.

    As far as I know, UNRAID does not contain these tools.

     

    There was another guy with almost the same problem. Maybe you should read

    for getting more details.

     

    In my opinion, the main mistake is to let the tunnel end on UNRAID which is not really the best choice for this. Maybe you have a different machine in your net up and running which can handle this much better? Once R[T]ADVD is up in your LAN, all machines/VMs/Dockers will get their own V6 Address automatically.

    (Maybe your Router himself can do the job???)

     

    my router has  dhcp ipv6.all my devices got IPV6 address but unraid servers

    Technically, the router shows that the unraid server has obtained IPV6.

    but the UNRAID do not shows that in the network settings

  9. 1 hour ago, JorgeB said:

    Very strange, it's not device related since in one of the diags it was writing at 1.8GB/s, also doesn't look like it's LAN related due to iperf results and initial higher speed while it's caching to RAM, I'm stumped...

    yes,it is  strange.when i copy file to the UNRAID. in the main page every drive's speed is 0 kb

     

  10. Just now, trurl said:

    Do you mean you have a user share named 'ssd'?

    no,my cache is ssd,i creat a folder use cache only.the speed should be over 220MB/S,but it still shows 120-150MB/S.

    the strange is the transfer speed is 270MB/S at the begining,then it came to 120-150MB/S