[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Orinoco Gold in Ad-hoc mode
vi /etc/hostname.wi0
inet xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx NONE
!wicontrol \$if -n "ghetto.wireless"
!wicontrol \$if -f 10
!wicontrol \$if -p 1
up
>reboot
the whole adhoc vs bss mode...
this has been our experience.
netgear wireless nics will talk to the orinoco's while in adhoc, BUT you can
not get two orinoco's to talk toghether in adhoc mode or for that matter a
cisco aironet.
moral of the story, keep everything set to BSS mode for compatibliity.
-5
Quoting ". ." <tiny_short@hotmail.com>:
> Good morning all. I'm hoping someone may be able to point me in the right
> direction.
>
> I'm trying to get an OpenBSD 3.0-stable laptop to work in ad-hoc (peer to
> peer) mode with an Orinoco card connecting to a win2k device with another
> orinoco card
>
> I'm using the following Settings:
>
> # ifconfig wi0 10.0.0.10 up
> # wicontrol -p 3 -f 6 -n peer_test
>
> Firing up netstumbler it fails to pick this up and I cant ping
> any other device in peer mode however if I do:
>
> # wicontrol -p 1
>
> Netstumbler imediately picks the device up.
>
> Any one have any pointers? Also would any one be able to tell me how I can
>
> keep my wicontrol setting through reboots.