OPNsense Forum

English Forums => Virtual private networks => Topic started by: Isabella Borgward on August 05, 2022, 07:21:17 pm

Title: Default routing over Zerotier - any success stories?
Post by: Isabella Borgward on August 05, 2022, 07:21:17 pm
Have been experimenting with using a ZT tunnel as a default route for internet traffic.
It works OK once enabled with

Code: [Select]
zerotier-cli set <networkId> allowDefault=1
but then after a reboot, it's broken - Zerotier cannot establish a connection at all and no traffic is passed. Flip it back with allowDefault=0 , reboot and internet access is restored [albeit no longer over the ZT tunnel].
It is as if Zerotier is trying to use its own default route to establish connectivity for its own traffic, which seems like a silly defect.

We have had some success with this deployment scenario using Teltonika RutOS devices, but they simply don't have the horsepower to handle the throughput we need, hence looking at doing this on Opnsense [and I must say I am pretty damn impressed with Opnsense so far, other than this specific issue].