binhex

Community Developer
  • Posts

    7899
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by binhex

  1. for docker cli it should be as simple as adding in those flags and parameters to the docker cli, extra parameters is simply a unraid mechanism of allowing people to specify options that have not been designed in the web ui, that's all.
  2. Completely expected this is running in host mode Sent from my 22021211RG using Tapatalk
  3. that is most probably your issue, set the container back to 'bridge' network type and it will work.
  4. completely expected, this image is highly locked down to prevent ip leakage, you will not be able to connect to an ip on your lan with port 2469 from within the container, what is the problem you are trying to solve?.
  5. yep thats def wrong see Q4:- https://github.com/binhex/documentation/blob/master/docker/faq/vpn.md if you are accessing from web browser only from 10.0.1.0/24 then you can remove the others, that's some wacky networks you got setup there, a network with 8 hosts only per network (10.0.30.0/29) never seen somebody use that before on their home network.
  6. no log attached, please do this:- https://github.com/binhex/documentation/blob/master/docker/faq/help.md
  7. Q1:- https://github.com/binhex/documentation/blob/master/docker/faq/vpn.md
  8. Yeah there was a bug in the upstream tarball (missing path), glad its working for you now, it may fix your mates container too, get him to pull latest.
  9. There was an issue upstream with the base os, please try pulling down latest (built around 30 mins ago), this MAY fix your issue.
  10. There was an issue upstream with the base os, please try pulling down latest (built around 30 mins ago).
  11. @blokhead @david279 please pull 'latest' tagged image just built and try again, please let me know the outcome.
  12. I think i see the issue, i will put together a fix with a test tagged image and see if it fixes the issue, if so push to main.
  13. according to your logs docker is using the default docker network of:- [info] Docker network defined as 172.17.0.0/16 so that looks fine, just check this container is running using the docker 'bridge', that is how this image was designed.
  14. what is the ip address of the machine running the web browser?, if it isnt 192.168.1.x then that is your issue.
  15. this is docker desktop right?, check windows firewall is not blocking, if its not that then im out of ideas.
  16. what is the ip address of the machine running the web browser?
  17. do this:- https://github.com/binhex/documentation/blob/master/docker/faq/help.md
  18. do this:- https://github.com/binhex/documentation/blob/master/docker/faq/help.md
  19. i have literally NO idea how that would of previously worked!, I have not touched iptables whatsoever in the latest release, so if it broken with the latest it should of been broken with the previous version, are you guys sure you didn't change your home network address space or introduce VLAN's into your network?.
  20. LAN_NETWORK is incorrectly configured, from your log:- LAN_NETWORK defined as '10.10.124.1/24,172.18.0.3/16' go read up here Q4:- https://github.com/binhex/documentation/blob/master/docker/faq/vpn.md
  21. yep that is what i wanted to know, i was just checking the LAN_NETWRK is configured correctly, and yep it is so that is not the cause of the issue. fyi your logs show a clean start, no issues that i can see, can you try accessing the web ui from another browser, preferably on another device to rule out the issue being os/firewall related.
  22. do this:- https://github.com/binhex/documentation/blob/master/docker/faq/help.md
  23. none of these problems for me, im running latest, auth disabled for me as i use vpn to connect:- can you post a screenshot showing your issue with unselectable ' use secure connections (SSL)' and authentication tickbox greyed out.
  24. This has now been improved upon, you should see significantly less writes to the config and thus less chance of corruption on unexpected shutdown, please pull latest and let me know how you get on.
  25. what is the ip address of the machine running the web browser?