Dummy needs basic wireless help.Forum: Networking Topic: Dummy needs basic wireless help. started by: andrewphoto Posted by andrewphoto on July 22 2007,19:28
Desktopiwconfig wlan0 mode Ad-Hoc essid james rate 11M channel 6 ifconfig wlan0 192.168.1.10 netmask 255.255.255.0 route add default gw 192.168.1.1 wlan0 Laptop iwconfig eth0 mode Ad-Hoc essid james rate 11M channel 6 ifconfig eth0 192.168.1.11 netmask 255.255.255.0 route add default gw 192.168.1.1 eth0 When I try to ping each other I get nothing. Do I need to add IP address to /etc/hosts ? Please help a dummy, I'd be very grateful. Posted by lucky13 on July 22 2007,20:30
Is your laptop using eth0, ath0, wlan0...?
Posted by andrewphoto on July 22 2007,20:42
Desktop, Debian Etch, D-Link DWL-520+ PCI card, acx100 driver, comes up as wlan0. Laptop, Knoppix, Belkin F5D6020 pcmcia card, comes up as eth0. Firmwares for both cards work, no problem. Had cards talking 6 months ago, was on the internet via DNS & modem. This time I am starting out on a GPRS-ppp0-AdHoc-WIRELESS task, trying to get it to work manually, perhaps I will learn something, although likely I will go dhcpd & dnsmasq. |