Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
23.7 Legacy Series
»
Using OSFP with Zerotier causes periodic packet loss .
« previous
next »
Print
Pages: [
1
]
Author
Topic: Using OSFP with Zerotier causes periodic packet loss . (Read 1252 times)
crash
Newbie
Posts: 13
Karma: 0
Using OSFP with Zerotier causes periodic packet loss .
«
on:
October 06, 2023, 11:50:18 pm »
so I have successfully setup a zerotier site to site connection between two opnsense boxes .
by setting a static route the tunnel works fine however if I enable osfp, both routers see each other and exchange routing info But the link times out periodically.
like this:
and its pretty much unusable.
I kept digging but could find anything on ospf logs or firewall logs.
here is the ospf conf:
siteA:
Current configuration:
!
frr version 8.5.3
frr defaults traditional
hostname siteA.*
log syslog
!
interface lo0
....(all interfaces except zt set as passive)
exit
!
interface zt********
ip ospf area 172.25.0.0
ip ospf network point-to-point
exit
!
router ospf
ospf router-id 10.0.1.1
redistribute connected
exit
!
end
SiteB:
Current configuration:
!
frr version 8.5.3
frr defaults traditional
hostname siteB.*
log syslog notifications
!
interface lo0
....(all interfaces except zt set as passive)
exit
!
interface zt*******
ip ospf area 172.25.0.0
ip ospf network point-to-point
exit
!
router ospf
ospf router-id 10.1.1.1
redistribute connected
exit
!
end
note:
I have set routes to internal lan nets on zt website. (so 172.25.0.1 is the gateway to siteA lan and 172.25.0.2 is the gateway to siteB lan)
zt conf :
what could cause this?
it seems ospf distributes wrong routes, tunnel times out, gets reconnected, and the cycle continues.
«
Last Edit: October 07, 2023, 12:03:33 am by crash
»
Logged
nbari
Newbie
Posts: 3
Karma: 0
Re: Using OSFP with Zerotier causes periodic packet loss .
«
Reply #1 on:
August 13, 2024, 10:01:31 am »
I am facing the same issue, I need to restart Zerotier to make it work again, did you find a solution?
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
23.7 Legacy Series
»
Using OSFP with Zerotier causes periodic packet loss .