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

Cube static address connection issue #2

Open
goranapo opened this issue Jul 30, 2017 · 4 comments
Open

Cube static address connection issue #2

goranapo opened this issue Jul 30, 2017 · 4 comments

Comments

@goranapo
Copy link

goranapo commented Jul 30, 2017

Baikal cube 300MH/s - OrangePI Zero PiZero_170605_V1.4 , i can't get static address to work. Miner refuse to connect. On DHCP works normal. I don't have IP conflict, because i tested it on empty network.

Tried to set static IP with MinerIpConfig, but no connection.

Tried to SSH miner and to edit config in /etc/network/interfaces without proper result.
I can see the miner, i can enter the interface, but miner refuse to connect through static IP.
Works only on DHCP, which is weird because i have 3 more giant miners that works perfect.
This happens only on cube.
Sometimes i have problem with Mini baikal miner.
Giant miners 900MH/s works perfect, as expected.
Looks like this:

File: /etc/network/interfaces

source-directory /etc/network/interfaces.d
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.6
netmask 255.255.255.0
gateway 192.168.1.1
dns-nameservers 12.122.36.5 2.122.36.6
#auto wlan0
#iface wlan0 inet dhcp
#wpa-ssid *
#wpa-psk *

@markdroplet
Copy link

how did you fix the issue

@goranapo
Copy link
Author

goranapo commented Jan 5, 2018

I didn't fix. No update on this for months. They just need to update the image, and to make it to work same like giant.

@markdroplet
Copy link

well, my issue is with the giant+, i use their software to configure the sd card to static ip, and plug into router wouldn't give me a ip, so connection, dhcp works fine

@man-FIRE
Copy link

man-FIRE commented Jan 29, 2018

add nameserver on the resolv file
nano /etc/resolv.conf
nameserver 127.0.0.1
nameserver 8.8.8.8

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

3 participants