ref: 2f53bead7b95b4a666db5e4566a372721a26257b
parent: a87884d2eb98e4342fe04880fe61e396ac8f1ca9
author: jrmu <jrmu@cloud9p.org>
date: Thu Aug 1 09:06:24 EDT 2024
Fixed to use correct protocol stack
--- a/iwl.ms
+++ b/iwl.ms
@@ -75,7 +75,7 @@
; bind -b '#l1' /net.alt
; bind -b '#I1' /net.alt
; aux/wpa -s YOURESSID -p /net.alt/ether1
-; ip/ipconfig ether /net.alt/ether1
+; ip/ipconfig -x /net.alt ether /net.alt/ether1
/net.alt/ether1/ifstats will show local access points
@@ -94,6 +94,6 @@
To test if it works:
-; ip/ping 8.8.8.8
+; ip/ping /net.alt/icmp!8.8.8.8
Thanks to qwx on OFTC for helping with instructions and the patch!