Opnsense zerotier

Ask:
I have a two pfsense servers with zerotier site to site. When I restart the server, the p2p connection is lost on the servers. your collaboration please.
Cheers

Hello,
pfsense or opnsense?

Please add this to your “local.conf” on the routers

{
  "physical": {
    "10.0.0.0/8": {
      "blacklist": true
    },
    "172.16.0.0/12": {
      "blacklist": true
    },
    "192.168.0.0/16": {
      "blacklist": true
    }
  }
}

I’m not 100% sure this is the issue, but it’s very common

Good afternoon, the configuration was applied to local.conf. but I still have no response from both ends, the icmp ping does not respond, I checked the local firewall. all. any suggestion?

Hello,
it’s difficult to guess what the issue could be. The opnsense article should have all the needed details:
https://docs.opnsense.org/manual/how-tos/zerotier.html

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.