Skip to main content

Change eth0 to another name

To rename network interface name (e.g. eth0) as another name (e.g. lan0), edit file called 70-persistent-net.rules. And, will be look like this:



Change NAME="eth0" to "lan0", and then reboot your server.

Comments

Post a Comment

Popular posts from this blog

Notes: about de novo assembly

De novo assembly [SFG standford]: http://sfg.stanford.edu/denovo.html A combined approach for de novo dna sequence assembly of very short reads (IPSJ transaction on Bioinformatics): https://www.jstage.jst.go.jp/article/ipsjtbio/4/0/4_0_21/_article to be continued...

Windows 8 as Access Point

open command prompt as administrator type: netsh wlan set hostednetwork mode=allow ssid=syamw8 key=abcdmuthu netsh wlan start hostednetwork note: syamw8 => SSID name abcdmuthu => security key after that, microsoft hosted virtual network will be created, you can share another connection (e.g. mobile broadband connection) to this virtual connection using microsoft internet sharing.