On an Ubuntu server you can add the following to /etc/network/interfaces:
auto ethX
iface ethX inet manual
up ifconfig ethX up
X= Interface that want to use.
On an Ubuntu server you can add the following to /etc/network/interfaces:
auto ethX
iface ethX inet manual
up ifconfig ethX up
X= Interface that want to use.