Automatic stuff sucks.

wouter@anything:~$ sudo ip link set eth0 up
wouter@anything:~$ ip route show
195.144.77.32/28 dev eth0  proto kernel  scope link  src 195.144.77.43
wouter@anything:~$ sudo ip route add default via 195.144.77.33
RTNETLINK answers: Network is unreachable
wouter@anything:~$ ip route show
wouter@anything:~$ apt-get --purge remove network-manager

Yes, this really happened, and no, there were no pauses between the different commands except for the time needed for me to type them out.