can you guide me how to set fixed ip? I am kinda newbie
in Terminal section of Baikal web interface (enter two commands, press button i, arrow scroll till end of file, type 8 lines, press button esc, type two following lines):
cd /etc/network
edit interfaces
#insert mode - insert at the end of file
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.100
netmask 255.255.255.0
gateway 192.168.1.1
dns-nameservers 192.168.1.1
:wq
reboot
Match address, gateway, dns-nameservers numbers to Your network.