I'm setting up a new raspbian and having trouble setting a static address:
1. Per https://wiki.debian.org/NetworkConfigur ... e_manually
I edited the interfaces file to change to static from dhcp and rebooted. It still did dhcp.
2. I disabled the dhcp client with update-rc.d per https://wiki.debian.org/Daemon - now eth0 isn't configured at all.
Can someone point me to the *correct* documentation for debian network configuration? Thanks...