wireguard client

  1. zilti

    Wireguard and PF - Have clients be able to connect to each other

    I have three machines, Gateway, A, and B. My goal is to have Gateway as a Wireguard server, and A and B as Wireguard clients; and have all three be able to connect to each other via ssh. The current situation is that A and B will just time out trying to connect to any of the others; and Gateway...
  2. S

    Wireguard and route specific internal ip

    Hi! I'm trying to get wireguard to connect from one internal IP on my freebsd-server but the traffic doesn't seem to go through the tunnel. cat wg0.conf [Interface] PrivateKey = Hidden Address = 10.72.42.46/32 DNS = 1.1.1.1, 8.8.8.8 [Peer] PublicKey = Hidden AllowedIPs = 192.168.10.138/32...
  3. C

    Solved Remote LAN-in-a-box?

    I would like to access a remote jail/VM host behind a family member's home router without making any changes to their router config or adding additional hardware. (I suppose they could treat the host as a guest to disallow LAN access and allow only outgoing traffic.) I think I need these...
  4. C

    Solved Proper routing for jailed Wireguard client?

    I'm having trouble with routing when trying to run a wg client inside a 13.3R jail, on a home network behind multiple NAT, with the wg server out on a VPS. laptop VPS | NAT | ER-X router jail wg-client wg-server | | wg-client 10.13.13.3...
  5. R

    Not able to get wireguard split tunnel to work

    Hello, I tried for a quite some time to get it working, but unsuccessful so far. I hope to get some pointers here that will help me to learn more about FreeBSD, wireguard and networking, also the content might be helpful for others browsing the web for solutions. Note that I am very new to...
Back
Top