Re: error on ifconfig, bssid

2006-02-07 Thread Nick Guenther
On 2/6/06, Lucas Reddinger <[EMAIL PROTECTED]> wrote: > one more question about the same thing. i got my access point i wish > to use on a NWID that noone else uses. i specify this nwid using > ifconfig on my clients. however, as soon as i get a better signal from > another access point on a differ

Re: error on ifconfig, bssid

2006-02-05 Thread Lucas Reddinger
one more question about the same thing. i got my access point i wish to use on a NWID that noone else uses. i specify this nwid using ifconfig on my clients. however, as soon as i get a better signal from another access point on a different NWID, my card switches, and my clients lose their connecti

Re: error on ifconfig, bssid

2006-01-29 Thread Damien Miller
On Mon, 30 Jan 2006, Lucas Reddinger wrote: > On 1/28/06, Damien Miller <[EMAIL PROTECTED]> wrote: > > > use ipsec if you care about the traffic that does over such a link > > ipsec protects the traffic, but it doesn't mean that the link won't > drop. is there any way to protect the actual radio

Re: error on ifconfig, bssid

2006-01-29 Thread Lucas Reddinger
On 1/28/06, Damien Miller <[EMAIL PROTECTED]> wrote: > setting a preferred bssid doesn't solve this at all, it just means that > your attacker has to set her bssid (trivial) before their spoof your > peer. i guess you are right. > use ipsec if you care about the traffic that does over such a link

Re: error on ifconfig, bssid

2006-01-28 Thread Damien Miller
Lucas Reddinger wrote: > so the question is: is wi(4) secure at all? if i choose to run openbsd > for a point-to-point wifi connection, i choose a specific nwid and > channel. but since i cannot select bssid nor even chan, the two nodes > just connect to the best looking signal under the given nwid

Re: error on ifconfig, bssid

2006-01-28 Thread Lucas Reddinger
hi again, > > according to an off-list e-mail, wi(4) doesn't currently support > > setting the bssid and the man page lied to me. is this the case, > > or was the error a result of something else? > > Yes wi doesn't support the relevant ioctls for setting bssid > at this time, man page in -current

Re: error on ifconfig, bssid

2006-01-13 Thread Lucas Reddinger
> When you set the bssid, are you setting telling the card to connect to > the AP with that bssid, or are you telling the card to use that bssid > for itself when it's acting like an access point? i wanted to connect to the access point that has the specified bssid. i am using bss mode. i am not t

Re: error on ifconfig, bssid

2006-01-13 Thread Joe Snikeris
On 1/10/06, Lucas Reddinger <[EMAIL PROTECTED]> wrote: > hi misc, > > the man page for ifconfig is very concise for bssid. why isn't this correct? > > $ sudo ifconfig wi0 bssid "00:13:10:e8:9f:44" > ifconfig: SIOCS80211BSSID: Invalid argument > $ > > thanks for your help. (more info follows) > > lu

Re: error on ifconfig, bssid

2006-01-12 Thread Jonathan Gray
On Fri, Jan 13, 2006 at 04:40:07AM +, Lucas Reddinger wrote: > > * Do you really want a bssid, or are you just looking for a network ID > > (nwid)? > > in a previous e-mail to misc, i said: > "there are three access points that i can pick up that have the same > ssid [nwid]. is there a way to

Re: error on ifconfig, bssid

2006-01-12 Thread Lucas Reddinger
> * Do you really want a bssid, or are you just looking for a network ID > (nwid)? in a previous e-mail to misc, i said: "there are three access points that i can pick up that have the same ssid [nwid]. is there a way to specify the mac address [bssid] of the access point i wish to use?" accordin

Re: error on ifconfig, bssid

2006-01-12 Thread alex
Couple of thoughts: * Do you really want a bssid, or are you just looking for a network ID (nwid)? If you're just trying to create a hostap-style access point, no need to bother with a bssid, just set the nwid. * If you mean to set the bssid, are you sure your card is operating in BSS mode?