Rincewind Posted December 16, 2012 Share Posted December 16, 2012 Hi Guys I am having trouble setting up BT5 with both my wlan0 and eth0 being up and active at the same time. WICD seems to disable the wireless when i enable eth0 an vice versa. I think i need to disable wicd and do it all manually but this is where i am falling down being a noob. i think i have worked out how to setup eth0 manually without too many problems but wlan0 is giving me trouble. ifconfig wlan0 down ifconfig wlan0 up iwconfig wlan0 essid Kittens iwconfig wlan0 key kittensarecute - this line suggests i have the syntax wrong somewhere Can i just enter the psk in plain text (seems pretty insecure to have this in plain text) or can / should i be using some kind of hash or hex equivalent. Any help you can give would be much appreciated as i cannot play with my new favourite fruit based toy until i sole this one ;) Thanks Rincewind Quote Link to comment Share on other sites More sharing options...
digip Posted December 16, 2012 Share Posted December 16, 2012 (edited) WEP you use key. Example: iwconfig wlan0 essid Kittensiwconfig wlan0 mode managediwconfig wlan0 channel 1 (where 1 is the routers channel you want to connect to, but not required in most cases)iwconfig wlan0 key kittensarecutedhclient wlan0[/CODE]For WPA/WPA2, you need to create the wpa supplicant file to connect if doing it manually.http://forums.hak5.o...gip#entry201419 Edited December 16, 2012 by digip Quote Link to comment Share on other sites More sharing options...
vector Posted December 20, 2012 Share Posted December 20, 2012 runnig Hi Guys I am having trouble setting up BT5 with both my wlan0 and eth0 being up and active at the same time. WICD seems to disable the wireless when i enable eth0 an vice versa. I think i need to disable wicd and do it all manually but this is where i am falling down being a noob. i think i have worked out how to setup eth0 manually without too many problems but wlan0 is giving me trouble. ifconfig wlan0 down ifconfig wlan0 up iwconfig wlan0 essid Kittens iwconfig wlan0 key kittensarecute - this line suggests i have the syntax wrong somewhere Can i just enter the psk in plain text (seems pretty insecure to have this in plain text) or can / should i be using some kind of hash or hex equivalent. Any help you can give would be much appreciated as i cannot play with my new favourite fruit based toy until i sole this one ;) Thanks Rincewind if you insist on not running xserver and doing everything from tty why dont you use wicd-cli or wicd-curses to manage your connection settings instead of dickin around with iw and wireless-tools. Quote Link to comment Share on other sites More sharing options...
Rincewind Posted December 23, 2012 Author Share Posted December 23, 2012 Thanks guys. I followed digip's instructions and that worked like a dream and i can now have both interfaces up properly. I will have a look at wicd cli later today and see if i can get any joy with that too. I am still had trouble using the internet when i set it all manually as opposed to dhclient. I think route add default gw 192.168.1.1 solved the problem of adding the default gateway Thanks gigip for such a quick response - i managed to get it all sorted later that night. RW Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.