![]() |
Creating Wireless Ad-Hoc Networks on Linux Boxes
Hi,
I have two Linux Boxes, one with Slackware 12 and other with Ubuntu 7.10. The Ubuntu machine has an USB wifi stick, model DWL-G132, working nice with ndiswrapper. The Slackware 12 machine is a notebook with Intel 2200BG wireless. They both work with access points without bugs. I want to create a Ad-Hoc network using these two machines. On the Slackware machine, i'm performing the following commands: Code:
# iwconfig eth1 mode Ad-HocCode:
sudo /etc/dbus-1/event.d/25NetworkManager stop |
Yeah that "should" work, sadly ad-hoc mode has become the neglected step-child of the 802.11 service modes. Can you post back the output from "iwconfig" and "ifconfig", most important being the cell ID from iwconfig. Its formated like a mac address, and if the network were properly established on the 802.11 layer 2, they would match between the two interfaces.
Cheers, Finegan |
Ok, I'll check that ID. But the steps i'm taking are ok? Any command missing?
|
Yeah, I mean, I was doing sort of the same thing a week ago, nat'ing from an ad-hoc network to my evdo card, and those were the commands I used. Some drivers support ad-hoc better than others. I'm almost certain your ipw2200 card will do ad-hoc just fine, its the ndiswrapper'd one I would think may be sketchy.
If the Cell ID's don't match, that's certainly the problem though. Cheers, Finegan |
| All times are GMT -5. The time now is 02:40 AM. |