What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Cannot activate two wireguard connections in VPN Fusion

b82m

Occasional Visitor
I am trying to setup to WG connections in Fusion based on Surfshark. Unfortunately only one wg connection works at a time.
If I look into the protocol, the only message I find is:
rc_service: httpd 2426:notify_rc restart_vpnc
Nothin else.
Any idea? I am already using two separate key, and subnets. Router: AX86U Pro
Here are my two configs:

[Interface]
Address = 10.14.0.2/16
PrivateKey = <My FIRST key>
DNS = 162.252.172.57, 149.154.159.92
[Peer]
PublicKey = <public key>
AllowedIPs = 0.0.0.0/0
Endpoint = de-fra.prod.surfshark.com:51820


[Interface]
Address = 10.15.0.2/16
PrivateKey = <My SECOND key>
DNS = 162.252.172.57, 149.154.159.92
[Peer]
PublicKey = <public key>
AllowedIPs = 0.0.0.0/0
Endpoint = de-ber.prod.surfshark.com:51820
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top