Is it possible to have a static IP on a Raspbian device with ARPwatch?
I'm reading where DHCP is recommended, but I would like to utilize a static IP for SSH purposes.
Thank you to anyone who might be able to answer,
Charlie
Code: Select all
apt-get install avahi-daemonCode: Select all
ssh raspberrypi.localCode: Select all
$ cat /etc/network/interfaces
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 10.149.1.100
netmask 255.255.255.0
up ip route add default via 10.149.1.254