Displaying 1 result from an estimated 1 matches for "adhoc1".
Did you mean:
adhoc
2007 Aug 24
0
Wireless Ad Hoc and TEQL
...9;
iwconfig ath0 channel 1
iwconfig ath0 key ''password''
ifconfig ath0 up
ifconfig ath0 192.168.0.YYY
ifconfig ath0 netmask 255.255.255.0
ifconfig ath0 broadcast 192.168.0.255
wlanconfig ath1 destroy
wlanconfig ath1 create wlandev wifi1 wlanmode adhoc
iwconfig ath1 essid ''adhoc1''
iwconfig ath1 channel 11
iwconfig ath1 key ''password''
ifconfig ath1 up
ifconfig ath1 192.168.2.YYY
ifconfig ath1 netmask 255.255.255.0
ifconfig ath1 broadcast 192.168.2.255
where YYY is 100 for host A and 101 for host B. Then I try
modprobe sch_teql
tc qdisc add dev at...