April 11, 20197 yr Setting up a SABNZBD Docker after dropping the Phaze plugins. The docker installs and I get to the Wizard and enter in my usegroup providers site address and I get: [Errno 111] (110, '[Errno 101] Network is unreachable') Tried multiple (i know are good) addresses and i get the same. Tried deleting the ini files and have it recreate.. Nope same. Tired the same on NZBGET docker... Same issue... so it makes me think Docker Networking??
April 12, 20197 yr Author bonienl here you go, thanks for taking a look, I have spun my wheels on this for a while! Details about my network: ATT Uverse Gigapower Fiber -> Hardwired into DMZd Google WIFI where all it goes into a switch to the rest of the house, and the wired devices (including unraid) and wifi. All machines including UNraid (plex docker) are functioning as expected. Edited April 12, 20197 yr by ruthlessone add network details
April 12, 20197 yr The container is set to use the host network, which means it is directly accessing the interface, similar as Unraid itself. When Unraid has network/internet access so should have the container. Do you have any other containers running or configured with the same ports 8080 or 8090?
April 12, 20197 yr Author I do not. Only 5 dockers and none on that port. AND the UPNP automatically added those 2 ports to the firewall in google wifi app. Even if I skip and get into the settings of SAB, whenever an attempt is made to validate the link for a Usenet, I get that error immediately, behaving like it doesn't have DNS or Internet.
April 14, 20197 yr I don't see anything wrong in your network settings. A minor thing, you have enabled IPv6 but your router is not giving out IPv6 addresses, though this should not be an issue. You can use the 'console' function of the failing container and do the following. What is the result? ping 8.8.8.8
April 14, 20197 yr I'm using the 'bridge' settings in Unraid. Working for 8 dockets or somethingVerstuurd vanaf mijn SNE-LX1 met Tapatalk
April 14, 20197 yr Author response as expected (ping reply) from that container... hmm. when I try to ping https://api.NZBPROVIDER.info/ or api.NZBPROVIDER.info/ it returns nothing. I paste that same thing in lookup tool on the web and it works fine. When i resolve the IP of the above address and then ping that IP, it works from the container. So DNS? What is next step in troubleshooting? Edited April 14, 20197 yr by ruthlessone more info
April 14, 20197 yr Author 22 minutes ago, Impulse1337 said: I'm using the 'bridge' settings in Unraid. Working for 8 dockets or something Verstuurd vanaf mijn SNE-LX1 met Tapatalk I've tried Bridge as well same behavior...
April 14, 20197 yr I've tried Bridge as well same behavior... This is my setup. Not sure why it isn't working thoVerstuurd vanaf mijn SNE-LX1 met Tapatalk
April 14, 20197 yr 1 hour ago, ruthlessone said: What is next step in troubleshooting? Do you have the "--dns" parameter set for this container (see extra parameters field in advanced view) ?
April 14, 20197 yr Author 16 minutes ago, bonienl said: Switch to advanced view I expect no DNS setting here (extra parameters) Here it is in advanced view, Umask? Doesn't seem to be any DNS entries. I can add, just need to know what to fill in.
April 14, 20197 yr Two things to check first Open a terminal session and type cat /etc/resolv.conf Open a console session of the container and type cat /etc/resolv.conf Post the results.
April 14, 20197 yr Author @Mothership:~# cat /etc/resolv.conf # Generated DNSv4 entries: nameserver 8.8.8.8 nameserver 192.168.86.1 then in container.. sh-5.0# cat /etc/resolve.conf cat: /etc/resolve.conf: No such file or directory sh-5.0#
April 14, 20197 yr Author Duh sh-5.0# cat /etc/resolv.conf # Generated DNSv4 entries: nameserver 8.8.8.8 nameserver 192.168.86.1
April 14, 20197 yr Inside a container, you should see something like this root@b142de55abf9:/# cat /etc/resolv.conf nameserver 127.0.0.11 options ndots:0
April 14, 20197 yr Author sh-5.0# cat /etc/resolv.conf # Generated DNSv4 entries: nameserver 8.8.8.8 nameserver 192.168.86.1 Ok, so mine doesn't, what does that mean?
April 14, 20197 yr 41 minutes ago, ruthlessone said: Ok, so mine doesn't, what does that mean? Sorry, I was mixing up things. In case of a host network your DNS settings are okay. I am puzzled why it isn't working.... maybe change your DNS to a single entry and see if that works?
April 15, 20197 yr Author Not sure how to change that? Command line? Variable? suspect you think I a bit more advanced than I really am.
Archived
This topic is now archived and is closed to further replies.