Hi, I tried to set my pi a static IP address.
but not success.
my OS setting is like
iface eth0 inet manual
it always assigned me same address. seems I already get the static IP address.
what does does "manual" means ?
Re: staticip address
So you're using Raspbian Jessie?
If so then you add static addresses in /etc/dhcpcd.conf
Add something like to that file (change values according to your setup
If so then you add static addresses in /etc/dhcpcd.conf
Add something like
Code: Select all
interface eth0
static ip_address=192.168.178.28/24
static routers=192.168.178.1
static domain_name_servers=192.168.178.1 8.8.8.8