I m trying to use static ip address on debian. I followed a tutorial and I modified the /etc/networking/interfaces but every time I reboot I can't do anything because the nm-applet says that I have select a manually connection.. I'm on Debian

link|improve this question
feedback

migrated from stackoverflow.com Jan 5 '11 at 18:00

This question came from our site for professional and enthusiast programmers.

1 Answer

The file you need to modify is /etc/network/interfaces and not /etc/networking/interfaces. Could you post what you have in this ìnterfaces file to see if it is complete? (you need to have the iface eth0 inet static line or similar and the configuration for the the interface (like IP, gateway, dns info)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown