/etc/network/interfaces and changing the following line from
iface eth0 inet dhcp
to
iface eth0 inet static
address 192.168.1.30
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
After, reboot with a
sudo reboot
Now I can do all my work by ssh. Next, Samba setup.
No comments:
Post a Comment