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