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):
Code:
cd /etc/network
edit interfaces
<i> #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
<esc>
:wq
reboot
Match address, gateway, dns-nameservers numbers to Your network.
after entering 2nd command, edit interface.. I got error listed below.. any idea? what wrong there
baikal@Baikal:~$ cd /etc/network
baikal@Baikal:/etc/network$ edit interfaces
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/%{ <
-- HERE (.*?)}/ at /usr/bin/edit line 528.
Error: no write permission for file "interfaces"
baikal@Baikal:/etc/network$