04 and the network card is not supported by default kernel.
So, I upgrade kernel to 3.2 and it support it.
However, every time I reboot machine, need to sudo ifup eth0 to bring up it.
How can I modify some config to auto bring up eht0?
(not write in /etc/rc.local, cause I mount NFS on /etc/fstab, it need to mount first than rc.local).
In Ubuntu you have to edit
/etc/network/interfacesand set default configuration data for every network interface on your system.Put both
autoand your interface name on a separate line before your interface configuration in order to bring it up at startup.Example:
When your configuration is like this
You have to change it to this
Network card configuration