🐛 BUG: Nebula crashes when adding default route to an arbitrary table #1207
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
What version of
nebula
are you using? (nebula -version
)1.9.3
What operating system are you using?
Linux
Describe the Bug
I am using Nebula to assign a public IPv4 to a host behind NAT. Everything works well, except I cannot add a default route to an arbitrary routing table. When I do, Nebula crashes.
To reproduce, while you have Nebula running, run
You can use any route table number or name, make a number up if you wish.
In effect, I'm not overriding my default route on my host. I want policy based routing to respond back using a specific routing table, and thus the need of a default route.
If I add all the CIDRs of public IPs to a given table, instead of using 'default', my policy based routing works. As in:
Logs from affected hosts
After running /sbin/ip route add default via a.b.c.d table 111
Config files from affected hosts
The text was updated successfully, but these errors were encountered: