LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Static IP not taking (https://www.linuxquestions.org/questions/linux-newbie-8/static-ip-not-taking-4175561677/)

berndbausch 12-18-2015 08:39 AM

Quote:

Originally Posted by NotionCommotion (Post 5465868)
Thanks berndbausch,

The Raspberry Pi is not the same as the router.

Why is it absolutely normal to have more than one IP address on an interface? Is it primarily to support virtual servers?

I ended up deleting the second IP, and think I have it resolved.
Code:

update-rc.d dhcpcd disable
service dhcpcd stop
ip addr del 192.168.1.173/24 dev eth0


The typical use case is web servers, indeed. Especially when serving https.

dhcpcd should use the configuration in the interfaces file. I do wonder whether your solution is sufficient.


All times are GMT -5. The time now is 06:47 AM.