I need to configure eth1 with:
- IP address: 10.5.15.200;
- Netmask: 255.255.255.128;
- MAC address: A2:BB:CC:DD:5:15;
- Gateway: 10.5.15.129.
Mac address must be set up before eth1 is UP. I must use pre-up but i don't know.
|
I need to configure eth1 with:
Mac address must be set up before eth1 is UP. I must use pre-up but i don't know. |
|||||
|
|
You can do that by configuring the Open
Here's a tutorial that can help you http://www.howtogeek.com/howto/ubuntu/change-your-network-card-mac-address-on-ubuntu/ You can check this out for more details http://manpages.ubuntu.com/manpages/lucid/man5/interfaces.5.html Here's a post that has lots of examples if you need a more advanced configuration http://www.cyberciti.biz/faq/setting-up-an-network-interfaces-file/ |
|||||||||||||
|