mwarning / zerotier-openwrt

A OpenWrt package for ZeroTier One - Pull requests are welcome!
695 stars 146 forks source link

Add 9993 port rule in the wiki How-To #53

Closed ogarcia closed 5 years ago

ogarcia commented 5 years ago

I think that in wiki how-to must have an entry about "open" ZeroTier port, simply add the following section in /etc/config/firewall

config rule
    option target 'ACCEPT'
    option proto 'udp'
    option dest_port '9993'
    option name 'Allow-ZeroTier-Inbound'
    option src '*'

In other hand, now the zerotier interface has not zt0 as its name. Since version 1.2.6 it have a ztXXXXXXXX pattern :wink: (Device names are now generated deterministically based on network IDs)

mwarning commented 5 years ago

I've added it to the wiki. If you like, I can give you access to the wiki and you can organize it as you like. It certainly needs to love.

ogarcia commented 5 years ago

Ok. I'll give some love :heart:, but calmly, because a great power carries a great responsibility :joy:

mwarning commented 5 years ago

@ogarcia You should have access now (I think that also included commit access - speaking of great responsibility.. :-P).