Development discussion of WireGuard
 help / color / mirror / Atom feed
* Split tunneling with VyOS and Mac client
@ 2020-04-29  9:19 Skyler Mäntysaari
  0 siblings, 0 replies; only message in thread
From: Skyler Mäntysaari @ 2020-04-29  9:19 UTC (permalink / raw)
  To: wireguard

Dear list subscribers,

I have tried to find actual documentation on split tunneling with 
Wireguard, but couldn't find really any actual examples on it. IPv6 
works, but my IPv4 connection does not work after connecting the VPN and 
I only want IPv6 to be tunneled. IPv4 should use the non-vpn gateway.

Pinging for example Cloudflare's DNS does not work, I get timeouts.
This is to give myself IPv6 connectivity when the actual network lacks it.

Server config:
  address 2a01:xxx:xx:f80b::1/64
  address 192.168.99.1/24
  peer sky-mbp {
      allowed-ips 2a01:xxx:xx:f80b:bad:c0de::1/128
      allowed-ips 192.168.99.3/32
      persistent-keepalive 15
      pubkey <censored>
  }
  port 51820

Client config:
[Interface]
PrivateKey = <censored>
Address = 192.168.99.3/32, 2a01:xxx:xx:f80b:bad:c0de:0:1/128
DNS = 2a01:xxx:xx:f80b::1

[Peer]
PublicKey = <censored>
AllowedIPs = 192.168.99.1/32, ::0/0
Endpoint = server_ipv4_address_censored:51820
PersistentKeepalive = 15


Best regards,
Skyler M


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-06 10:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-29  9:19 Split tunneling with VyOS and Mac client Skyler Mäntysaari

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).