SyntaxFix
Write A Post
Hire A Developer
Questions
Assuming that you have a DHCP server running at your router I would use:
# /etc/network/interfaces auto lo eth0 iface lo inet loopback iface eth0 inet dhcp
After changing the file issue (as root):
/etc/init.d/networking restart