Pi2 gets static IP but also DHCP IP is assigned - Raspberry Pi Forums


i have set-up pi2 through noobs , setup static ip. device gets assigned static ip receives secondary dhcp address!! can access device both!! how can stop rebinding old dhcp ip?

towards end of booting gives:
dhcpcd[2052]: eth0: rebinding lease of 10.1.1.52
ip address 10.1.1.11 10.1.1.52


/etc/network/interfaces content :
# loopback interface
auto lo
iface lo inet loopback

auto eth0
# allow-hotplug eth0
# iface eth0 inet manual
iface eth0 inet static
# static ip
address 10.1.1.11
# gateway ip
gateway 10.1.1.1
netmask 255.255.255.0
# network address "family"
network 10.1.1.0
broadcast 10.1.1.255


appreciate funny thing!!!

can post results from
ifconfig -a
ip show addr
ip route

try deleting find in /var/lib/dhcpd [i think dhcp stuff goes there.]


raspberrypi



Comments

Popular posts from this blog

opencv3, tbb and rasp pi 2 - Raspberry Pi Forums

small ethernet problem - Raspberry Pi Forums

Multithumb configuration params not working? - Joomla! Forum - community, help and support