Page 1 of 1

CENI config

Posted: Wed Jan 06, 2016 6:46 pm
by jul16ares
I searching a tip to have multi file config or so ,for several places were i'm connected to. But can't find my happiness.

Do you ?

Re: CENI config

Posted: Wed Jan 06, 2016 7:24 pm
by machinebacon
Not yet. I use the manual method:

Code: Select all

sudo cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback

allow-hotplug wlp2s0
iface wlp2s0 inet dhcp
	wpa-psk SOMETHING
	wpa-ssid Home
#	wpa-psk SOMETHING_ELSE
#	wpa-ssid Work
and then brings the device up with "sudo ifup <device>" and "sudo service networking restart"... buuuut there are also following scripts that do more or less the same:

http://www.linuxbbq.org/bbs/viewtopic.php?f=15&t=1233
http://www.linuxbbq.org/bbs/viewtopic.php?f=35&t=2142

Re: CENI config

Posted: Wed Jan 06, 2016 10:06 pm
by jul16ares
Ok looks clear for me

Thanks

Re: CENI config

Posted: Thu Jan 07, 2016 12:48 am
by vic
Hello jul16ares and welcome to the bbq. How about an intro thread in the appropriate budoir? And if solved, please edit first post, thank you! :)

Re: CENI config

Posted: Thu Jan 07, 2016 9:57 am
by wuxmedia
Those scripts are golden. Well, the one Bacon wrote and I edited certainly is, didn't try the other one :)
I don't move around anymore, but was really handy.

Re: CENI config

Posted: Thu Jan 07, 2016 9:59 am
by Snap
Thanks for this, bacon. I never use wifi or move my PC tower around, but most of my relatives and friends do. Bookmarked.

Re: CENI config

Posted: Thu Jan 07, 2016 10:01 am
by GekkoP
I use Bacon's script on one of my laptops: pure gold.

Re: CENI config

Posted: Thu Jan 07, 2016 12:42 pm
by dkeg
vic wrote:Hello jul16ares and welcome to the bbq. How about an intro thread in the appropriate budoir? And if solved, please edit first post, thank you! :)
S/He is an IRC lurker

Re: CENI config

Posted: Fri Jan 08, 2016 11:12 am
by vic
^Ok thanks dkeg. :)