You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1-file-script. Release on [Linux-router repo on Github](https://github.com/garywill/linux-router). Just download and run the bash script (meet the dependencies). In this case use without installation.
68
68
69
-
> I'm currently not packaging for any distro. If you do, open a PR and add the link (can be with a version badge) to list here:
69
+
> I'm currently not packaging for any distro. If you do, open a PR and add the link (can be with a version badge) to list here
--require-vht Require station VHT (Very High Thoughtput) mode
396
-
--vht-capab <VHT> VHT capabilities
394
+
--wifi5 Enable IEEE 802.11ac (VHT)
395
+
--req-vht Require station VHT (Very High Thoughtput) mode
396
+
--vht-capab <VHT caps> VHT capabilities
397
397
398
-
--vht-channel-width <index>
399
-
Index of VHT channel width:
398
+
--vht-ch-width <index> Index of VHT channel width:
400
399
0 for 20MHz or 40MHz (default)
401
400
1 for 80MHz
402
401
2 for 160MHz
403
402
3 for 80+80MHz (Non-contigous 160MHz)
404
-
--vht-seg0-channel <channel>
405
-
Channel index of VHT center frequency for primary
406
-
segment, use with --vht-channel-width
407
-
--vht-seg1-channel <channel>
408
-
Channel index of VHT center frequency for secondary
409
-
(second 80MHz) segment,
410
-
use with '--vht-channel-width 3' .
403
+
--vht-seg0-ch <channel> Channel index of VHT center frequency for primary
404
+
segment. Use with '--vht-ch-width'
405
+
--vht-seg1-ch <channel> Channel index of VHT center frequency for secondary
406
+
(second 80MHz) segment. Use with '--vht-ch-width 3'
411
407
412
408
Instance managing:
413
409
--daemon Run in background
@@ -429,20 +425,6 @@ Options:
429
425
430
426
</details>
431
427
432
-
## Notice
433
-
434
-
<details>
435
-
436
-
```
437
-
Notice 1: This script assume your host's default policy won't forward
438
-
packets, so the script won't explictly ban forwarding in any
439
-
mode. In some unexpected case (eg. mistaken configurations) may
440
-
cause unwanted packets leakage between 2 networks, which you
441
-
should be aware of if you want isolated network
442
-
```
443
-
444
-
</details>
445
-
446
428
## What changes are done to Linux system
447
429
448
430
On exit of a linux-router instance, script **will do cleanup**, i.e. undo most changes to system. Though, **some** changes (if needed) will **not** be undone, which are:
@@ -470,6 +452,20 @@ Visit [**my homepage** 🏡](https://garywill.github.io) to see **more tools and
470
452
- 🍃 Also some [unfulfilled enhancements in the Issues](https://github.com/garywill/linux-router/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)
471
453
- 🙋♂️ Contributions are not limited to coding. There're [some posts and questions](https://github.com/garywill/linux-router/issues) that need more people to answer
472
454
455
+
## Notice
456
+
457
+
<details>
458
+
459
+
```
460
+
Notice 1: This script assume your host's default policy won't forward
461
+
packets, so the script won't explictly ban forwarding in any
462
+
mode. In some unexpected case (eg. mistaken configurations) may
463
+
cause unwanted packets leakage between 2 networks, which you
0 commit comments