|
How To Get IP Range in AD-HOC mode
Here is an example:
1st comp:
> iwconfig wlan0 mode ad-hoc essid test channel 10
> ifconfig wlan0 192.168.0.6 up
2nd comp:
> iwconfig wlan0 mode ad-hoc essid test channel 10
Now, how to learn IP (or IP range) of the 1st computer ?
P.S: There is no dhcp server
|