docker-no-ip
docker-no-ip copied to clipboard
Issues logging in
Hi,
Container not loading, result of "docker logs noip" is below
Auto configuration for Linux client of no-ip.com.
Multiple network devices have been detected.
Please select the Internet interface from this list.
By typing the number associated with it.
0 enp3s0
1 docker0
[email protected]
Please enter the login/email string for no-ip.com myPasswordIsHere
Please enter the password for user 'myPasswordIsHere'
ERROR: Timed out looking for host information
[Oct 06 18:51:58] Failed to create noip2 configuration file /config/no-ip2.generated.conf. Exiting
Are you able to help?
Thanks
you need to login using WinSCP or via command line and edit the noip.conf file
you need to substitute certian info with your No Ip account info (see bold for info needing updates)
This is an email address USERNAME='NO IP USERNAME'
PASSWORD='NO IP PASSWORD'
Your hostname, group name, or a comma-delimited list of a mix of them. DOMAINS='MY_DYANICHOST.DDNS.NET'
Examples: 5 m, 5 h, 5 d. Minimum is 5 minutes. INTERVAL='5m'
I'm getting the same error. I have double-checked my config and it looks right. Like Meeshoo, I see my USERNAME on the line above "Please enter the login/email.." line, and then I see my password twice in the output.
Interestingly, if I run the container with the command explicitly, it works just fine: docker container run --rm -i coppit/no-ip /files/noip.sh
...because of that, I think my config file is correct...
Are you guys passing the -v for the config dir as per the docs? i.e. Run it once, let it stop, edit the config file, then start it again? https://github.com/coppit/docker-no-ip
I can't repro this problem.
It looks like @Meeshoo has 2 problems:
- He uses the network type
host
instead ofbridge
. This generates theMultiple network devices have been detected.
error. - His configuration file is not loaded. Hence the wrong password.
This seems to occur consistently if I use docker stack
, but not standalone or using docker-compose
.
Is there any way via the conf to specify the network device?
I'm getting this error now as well.
Auto configuration for Linux client of no-ip.com.
Multiple network devices have been detected.
Please select the Internet interface from this list.
By typing the number associated with it.
0 br0
1 wg0
2 docker0
3 shim-br0