Hi all
I have a broadband router. And I use dhcp to connect/let my machine connect to the Internet.
So now i know that /etc/network/interfaces makes it possible to set up my primary network interface. this is what I have for the primary network interface.
# The primary network interface
auto eth0
iface eth0 inet dhcp
So when I boot my box it get's a Network IP right? Yes. So usually it's a random one. I have to set a ip for eth0 manually with ifconfig and restart the network before it works. I need to do this because I specified special NAT rules for that IP.
I hope I made my problem clear. I would like to thank you all in advance.
Pantoffel