Hello, since I upgraded to v12 I am periodically unable to SSH into my panel via my tailnet on Tailscale. It seems that if I restart Tailscale I can connect but it throws all my websites offline until I restart OLS. Once I do that I cannot SSH or ping my server on my tailnet until I restart Tailscale once again. Any ideas on how I can possibly get Tailscale to work with v12?

    Following.

    dalarso

    Does your /root/.bashrc have this at the top?

    [ -z "$PS1" ] && return

    If not, add it, then run:

    source /root/.bashrc

    and try again.

    If it’s still not working, open /root/.bashrc, find this line at the bottom:

    ecp info

    Remove it, then run:

    source /root/.bashrc

    and test again.

    I did have [ -z "$PS1" ] && return and removed ecp info but it still doesn't appear to be working. Speaking of @cPFence I do have that running as well if that could possibly be blocking something. I began using your product after I upgraded to v12.

      dalarso

      What error message are you getting?

      As for cPFence, you can rule it out by running:

      cpfence --disable-ipdb

      Then try again, let us know if you find any issues.

        cPFence oops it looks like it was cPFence, whitelisted my Tailscale IP and now it seems to be working. I appreciate for the advice, it didn't cross my mind that it could blocking until you commented.

          dalarso

          Thanks for bringing this to our attention. We’ve added the full range of Tailscale IPs to our global whitelist for both IPv4 and IPv6. All cPFence-protected servers will receive this in the next hourly update.

          Write a Reply...
          Follow @enhancecp