Changes between Version 5 and Version 6 of HowTo/virtualMobility
- Timestamp:
- Sep 6, 2006, 4:13:58 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowTo/virtualMobility
v5 v6 18 18 {{{ 19 19 node1-2:~# iwpriv ath1 orbitfilter 0x00 0x60 0xb3 0x25 0xc0 0x27 75 55 20 }}} 21 22 if you want to allow only 75% of the packets, but want to leave the RSSI unchanged: 23 {{{ 24 node1-2:~# iwpriv ath1 orbitfilter 0x00 0x60 0xb3 0x25 0xc0 0x27 75 0xFF 20 25 }}} 21 26 … … 40 45 }}} 41 46 47 == Arbitrary Topologies == 42 48 49 Arbitrary topologies are created most easily by setting a global filter for each radio that blocks all senders except those you're specifically allowing through. 50 51 {{{ 52 node1-2:~# iwpriv ath1 orbitfilter 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0 0 53 }}} 54 55 Then for each radio, you'll simply specify which senders you'd like to hear from. For example, if you want to allow ath0 on nodes 3-4 and 3-6 to hear each other you'd enter these commands (where the MAC address is the MAC address of the radio on the node you want to hear from)