I'm following instructions on the wiki to move to
a new IP 4 address.
# ip route change default via 85.119.80.1
RTNETLINK answers: No such file or directory
This is on Ubuntu Lucid.
Has anyone else seen this ... Can you recommend a solution?
I saw this too. I had to change it to:
# ip route change default via 85.119.80.1 dev eth0 metric 100
and then it worked.
Mike.