More
referral
Increase your income with Hive. Invite your friends and earn real cryptocurrency!

Static IP address for rig

This is simple.

All network configs are here linked here
/hive-config/network/20-ethernet.network
/hive-config/network/30-wireless.network

They are visible from Windows so you can edit them before you boot.

Sample config for static IP is like this


[Network]
DHCP=no
Address=192.168.0.189/24
Gateway=192.168.0.1
DNS=192.168.0.1


In rare cases different MTU is required. Default is 1500. To change it add the following

[Link]
MTUBytes=1400
2 Likes

– reserved –

не работает :frowning: после перезагрузки восстанавливаются значения по умолчанию …т.е DHCPon и тд… как победить ?

упссс… прошу прощения не в том месте менял :frowning: надо тогда обратить внимание на то что надо менять именно в этом месте /hive-config/network

Прошу вас подробней описать решение вопроса по настройке ip адреса. У меня есть 2 компа. Один раздает интернет и у него в настройках сетевой карты прописаны параметры
Использовать следующий айпи адрес
192.168.0.150
маска подсети
255.255.255.0
предпочитаемый DNS-сервер
192.168.0.150

Другой был под управлением Виндоус и интернет брал от этого компа с такими настройками
Использовать следующий айпи адрес
192.168.0.151
маска подсети
255.255.255.0
Основной шлюз
192.168.0.150
Интернет работает.

Теперь я загрузил Have os. Автоматом он настройки не подхватил. Интернета на риге нет. Опишите подробно, безрукому, как прописать там настройки, чтобы инет работал. Спасибо заранее!

подключили монитор к ригу…
набираете MC энтер …(это миднай командер типа нортона )
находите конфигурационный файл по пути /hive-config/network/20-ethernet.network
открываете его по F4 на редактирование…
прописываете в вашем случае:
[Network]
DHCP=no
Address=192.168.0.152/24
Gateway=192.168.0.150
DNS=192.168.0.150

сохраняете (нажимаете 2 раза ескейп и соглашаетесь с сохранением )
перегрузите риг для простоты применения настроек…

Would it be possible to bridge the wlan and eth0 interfaces?

I read the README file in the folder you mentioned, it pointed me to systemd network man page. Now that I know what is controlling the network interface setup, I’’ do the rest on my own. Thanks for putting the README.txt in there.

Добрый день, тоже не могу подключить риг пишет нет интернета с сервером
перехожу в mc
в папке /hive-config/openvpn/readme.txt
/rig.config
а папка /network отсутствует

Is there a way through putty ssh i can change it ? or this is the only way to remove usb connect to windows edit then stick back to rig? thanks -_-

can any one send screen shot plz

how to use cmd for changing ip

You have to use “vi” to edit the file. Not sure if any other editor is present on hiveos, I’ll check later. Or you can probably just use something like winscp to get the file, modify and push it in place after. Need to check if user “user” can do it

can anyone help me?!
i want set statice ip address on hiveos.
how can i do it?
i use the following commands:

dhcp=no
address=x.x.x.x./x
gateway=x.x.x.x
dns=x.x.x.x

but it doesnt effective!!!

when i try to go to this link " /hive-config/network/20-ethernet.network " , it says “permission denied” !!!

These are for your configuration file, they are not commands.
SSH, PuTTY or VNC into your rig, and run:
nano /hive-config/network/20-ethernet.network
…or
nano /hive-config/network/30-wireless.network
Edit the configuration as needed, then press Ctrl + o then Enter to save your changes, Ctrl + x to exit.

2 Likes

I’ve been using nano instead of vi. I usually use vim on linux systems but didn’t realize until now that HiveOS has vi.