Tinc VPN Firewall rules

Started by JonasBesbrugge, December 07, 2020, 04:40:13 PM

Previous topic - Next topic
December 07, 2020, 04:40:13 PM Last Edit: December 07, 2020, 05:04:18 PM by JonasBesbrugge
Hi,

I'm configurating Tinc VPN but sinds the update of 20.7.* the firewall rules tap for tinc does not show up?
With previous versions it did come  up in the gui.
Is this a bug or can i resolve the issue my self?
I have found a workaround by editing the config file and restore this

<tinc>
      <internal_dynamic>1</internal_dynamic>
      <enable>1</enable>
      <if>tinc</if>
      <descr>TincVPN</descr>
      <type>none</type>
      <virtual>1</virtual>
    </tinc>
  </interfaces>


Kind regards