Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues logging in #5

Open
Meeshoo opened this issue Oct 6, 2017 · 7 comments
Open

Issues logging in #5

Meeshoo opened this issue Oct 6, 2017 · 7 comments

Comments

@Meeshoo
Copy link

Meeshoo commented Oct 6, 2017

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

@CanonCan
Copy link

CanonCan commented Nov 11, 2017

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'

@plainlystated
Copy link

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

@coppit
Copy link
Owner

coppit commented Aug 12, 2018

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

@coppit
Copy link
Owner

coppit commented Aug 12, 2018

I can't repro this problem.

@caillou
Copy link

caillou commented Dec 6, 2018

It looks like @Meeshoo has 2 problems:

  1. He uses the network type host instead of bridge. This generates the Multiple network devices have been detected. error.
  2. His configuration file is not loaded. Hence the wrong password.

@badgerwithagun
Copy link

badgerwithagun commented Oct 12, 2019

This seems to occur consistently if I use docker stack, but not standalone or using docker-compose.

@ChrisThompsonTLDR
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants