fix routing between wifi and altnet .200 IP + HKBN IP #35

Closed
opened 2024-05-23 22:19:25 +08:00 by sb10q · 1 comment
Owner
No description provided.
Author
Owner

Works when NixOS does not crap out on nixos-rebuild switch. When it does, workaround is:

root@nixbld ~# ip route add 192.168.12.0/24 dev wlp6s0 table 1
root@nixbld ~# ip route add 192.168.12.0/24 dev wlp6s0 table 2
Works when NixOS does not crap out on ``nixos-rebuild switch``. When it does, workaround is: ``` root@nixbld ~# ip route add 192.168.12.0/24 dev wlp6s0 table 1 root@nixbld ~# ip route add 192.168.12.0/24 dev wlp6s0 table 2 ```
sb10q closed this issue 2024-08-12 11:45:24 +08:00
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/it-infra#35
No description provided.