Post
Topic
Board Mining (Altcoins)
Merits 11 from 1 user
Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System
by
SavageMine
on 20/02/2019, 12:12:36 UTC
⭐ Merited by citronick (11)
is there way to Set static IP network addres on rigs not with dhcp

SSH into rig (SiaB).

Enter:
sudo nano /etc/network/interfaces

Change "dhcp" to "static" and set the following as needed by your system:

auto [CONNECTION NAME]
iface [CONNECTION NAME] inet static
address 192.168.0.16
netmask 255.255.255.0
gateway 192.168.0.1
dns-nameservers 8.8.4.4 8.8.8.8

The [CONNECTION NAME] should already be there, but, if not, you can get it using:

ifconfig -a