Tagged Questions
0
votes
1answer
85 views
Please help! Configuring a network interface and changing mac adress permanently
I need to configure a network interface permanently eth1 and to change the MAC address with the specified format : AA:BB:CC:DD:x:y, before the interface is up.
A=1;B=2;C=2;D=2;x=6;y=8.
I wrote in ...
2
votes
1answer
155 views
How to rename an Ethernet interface?
As my built-in NIC was not supported by Ubuntu out-of-the-box I was forced to use a USB NIC for temporary installation-time Internet connection.
And the USB NIC has taken the eth0 name making the ...
1
vote
1answer
2k views
How do I make the script to run automatically when tun0 interface up/down events?
I use juniper VPN client to connect to my corporate servers. It creates tun0 interface after starting the client. I've written script which install specific routes point to tun0 interface and rest to ...