-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
On a node flashed with latest available built firmware images as of June 28 2018 (sudowrt v0.3.0) I observed the following:
root@sudomesh-node:~# ip rule show
0: from all lookup 128
1: from all lookup local
13000: from 192.168.1.0/24 lookup main
13000: from all to 192.168.1.0/24 lookup main
32766: from all lookup main
32767: from all lookup default
This resulted in no IPs being reachable from the public interfaces (except for those of the node itself) because (due to missing ip policy routing rules) traffic was attempting to use the main routing table even when coming from the public interfaces and that traffic was then of course being dropped by the firewall FORWARD rules.