On 02/06/2012 06:11 PM, Dale Dellutri wrote:
Have you looked at wicd?
http://wicd.sourceforge.net/
- I want to setup my NICs with ifup/ifdown (because it's simpler when I
have complex setup such as bridge used by a virtual guest)
- I have multiple access point (home, work, restaurant, brot
Mihamina
Make sure your /etc/sysconfig/network-scripts/wlan0 (or eth1, whatever your
interface may be) has the boot at enable option
On CLI as root:
iwconfig mode Managed
iwconfig ssid myessid
dhclient wlan0 (or whatever your interface may be)
That would make it work but if you have a DE use
On Mon, Feb 6, 2012 at 8:18 AM, Mihamina Rakotomandimby
wrote:
> Hi all,
>
> I would like to manually setup my network on my laptop, not with
> NetworkManager.
>
> I am especially looking for a way to manage Wifi network.
Have you looked at wicd?
http://wicd.sourceforge.net/
>
> Just for examp
Hi all,
I would like to manually setup my network on my laptop, not with
NetworkManager.
I am especially looking for a way to manage Wifi network.
Just for example, on Debian/Ubuntu, I use:
# /etc/network/interfaces
iface home inet dhcp
wireless-essid rktmb
wireless-key foobar
if