Gentoo Archives: gentoo-user

From: Jason Carson <jason@×××××××××××.ca>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Creating a wireless router -> I got it working!
Date: Sat, 19 Jul 2008 00:58:03
Message-Id: 0601caf41ef7dc0046336a6d8fb4988e.squirrel@jasoncarson.ca
In Reply to: Re: [gentoo-user] Creating a wireless router -> I got it working! by Jason Carson
1 > ok, I got it working without encryption. Here is what I did I configured
2 > my kernel according to these webpages...
3 >
4 > http://madwifi.org/wiki/Requirements
5 > and
6 > http://madwifi.org/wiki/UserDocs/KernelConfig
7 >
8 > ...then I configured my system as follows...
9 >
10 > 1)Add madwifi to USE flags
11 > 2)emerge wpa_supplicant
12 > 3)emerge madwifi-ng and madwifi-ng-tools
13 > 4)cp net.eth0 net.ath0
14 > 5)rc-update add net.ath0 default
15 > 6)nano /etc/modprobe.d/ath_pci and add the following...
16 > options ath_pci autocreate=ap
17 > 7)add the following to /etc/conf.d/local.start
18
19 OOPS: I added it to local.stop
20
21 > ifconfig ath0 down
22 > wlanconfig ath0 destroy
23 > wlanconfig ath0 create wlandev wifi0 wlanmode ap
24 >
25 > 8)nano /etc/conf.d/net and add
26 > mode_ath0="Master"
27 > essid_ath0="CarsonNet"
28 > config_ath0=( "192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255"
29 > )
30 > wpa_supplicant_ath0="-Dmadwifi"
31 >
32 > Then I configured dhcpd and bind which I won't get into and it all worked.
33 > I now have a wireless access point with Gentoo!
34 >
35 > So my question now is, how do I enable WPA encryption?
36 >
37 > --
38 > gentoo-user@l.g.o mailing list
39 >
40 >
41
42
43 --
44 gentoo-user@l.g.o mailing list