2014年9月3日 星期三
How to change the order of the network cards on Ubuntu
My brand new Ubuntu 12.04 install assigned PCI network card as "eth0" and motherboards integrated network device as "eth1" by default. The problem is I want to use the integrated device as default (eth0) network interface.
I already edited :
Step 1 : Vi /etc/udev/rules.d/70-persistent-net.rules
Step 2 : delete old PCI network card Name
Step 3 : Changed Eth1 to Eth0
To swap the names and everything seems to be ok and network is working but programs are still trying to use the PCI network card (which is now "eth1") as the default in terface. For example iftop now tries to use "eth1" as default device as it used "eth0" before the swap.
訂閱:
文章 (Atom)
Automatically classify folders by file name (windows Bash)
REM List file names, sorted by file name--------- dir /b /on > list.txt REM Find JPG files findstr ".JPG" list.txt > targe...
-
按 win+R 打開 執行 ,輸入 control userpasswords2 ,會變這樣 再按到進階,管理密碼, windows 認證,就可以選要把哪條密碼清除了
-
1 . Install parted if you don't have them using CI-Server:~$ sudo apt-get install cloud-guest-utils 2. T urn off swap. we gonna re...