opnsense / ports

OPNsense ports on top of FreeBSD
https://opnsense.org/
Other
157 stars 112 forks source link

Update tailscaled.in #178

Closed yejunhuang closed 8 months ago

yejunhuang commented 10 months ago

Follow https://tailscale.com/kb/1097/install-opnsense/ .

/etc/rc.conf is set as follows: tailscaled_enable="YES" tailscaled_up_args="--accept-dns=false --advertise-routes=192.168.2.0/24"

After reboot, tailscale on the external network cannot connect to the LAN. At this point everything works fine after running the following line: /usr/local/bin/tailscale up --accept-dns=false --advertise-routes=192.168.2.0/24

After many attempts, it was found that /usr/local/etc/rc.d/tailscaled needs to be modified and depends on miniupnpd.

fichtner commented 10 months ago

Huh? miniupnpd doesn’t use the rc system with OPNsense and this generic type of change to a very specific dependency is quite strange.

fichtner commented 10 months ago

Also changes for ports should go to FreeBSD, which will discard this for the same reasons mentioned above.