BoarAnt

Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by BoarAnt

  1. Following Mantene's suggestion, I also got it to work tonight by removing the comment at the top and removing any empty lines between the [Interface] and [Peer] entries.

     

    Importing the original config untouched

    ----------------------------------------------------------------------------------

    # TorGuard WireGuard Config

    [Interface]

    PrivateKey = yyyyyyyyyyyyyyyyyyyyyy

    ListenPort = 51820

    DNS = 1.1.1.1

    Address = 10.29.1.55/24

     

    [Peer]

    PublicKey = xxxxxxxxxxxxxxxxxxxxx

    AllowedIPs = 0.0.0.0/0

    Endpoint = 111.111.111.111:443

    PersistentKeepalive = 25

    ----------------------------------------------------------------------------------

    would give me 4 sections total:

    ss1.thumb.png.000c09f50ffdd349389859250fbe781c.png

     

    whereas the more compact version

    ----------------------------------------------------------------------------------

    [Interface]

    PrivateKey = yyyyyyyyyyyyyyyyyyyyyy

    ListenPort = 51820

    DNS = 1.1.1.1

    Address = 10.29.1.55/24

    [Peer]

    PublicKey = xxxxxxxxxxxxxxxxxxxxx

    AllowedIPs = 0.0.0.0/0

    Endpoint = 111.111.111.111:443

    PersistentKeepalive = 25

    ----------------------------------------------------------------------------------

    would give me 2 sections:

    ss2.thumb.png.7c4e02020d0d7834efed3864e5af204d.png

     

    The 2nd version was connecting fine, so I think it's just the import config parser that's messing up the setup.

     

    Thanks.

  2. 10 hours ago, bonienl said:

    Disable UPnP, see advanced settings.

    I disabled UPnP globally under Settings > Management Access, switched back to VPN Manager, got the popup message saying "UPnP stated changed to OFF", verified that the Tunnel's "Local gateway uses UPnP" setting is No, and tried to activate the tunnel... It's still alternating between active/inactive quickly. :'(

     

    Any other ideas? :)