hyperboria / bugs

Peer-to-peer IPv6 networking, secure and near-zero-conf.
153 stars 17 forks source link

Failed to create ETHInterface #113

Open dalanmiller opened 8 years ago

dalanmiller commented 8 years ago

Getting this warning on an Ubuntu server. This would prevent me from accepting IPv6 connections yes?

1457855107 INFO Configurator.c:380 Setting up ETHInterface [0].
1457855107 INFO Configurator.c:383 Binding to device [all].
1457855107 WARN Configurator.c:107 Got error [ETHInterface_linux.c:353 failed to find interface index [No such device]] calling [ETHInterface_new], ignoring.
1457855107 WARN Configurator.c:387 Failed to create ETHInterface.
ghost commented 8 years ago

This just means that you can't peer over Ethernet, only over UDP. Did you start cjdns as root?

wfleurant commented 8 years ago

check your cjdroute configuration. If you are using "bind": "eth3" and it does not exist, you would get this error. Note that you can use "bind": "all" to utilize all/all ethernet interfaces when cjdroute starts. Interfaces created after cjdroute starts are ignored and will not be used for peering.

kpcyrd commented 8 years ago

@dalanmiller can you give us input which kind of server it is/which provider?