• SatyrSack@lemmy.one
      link
      fedilink
      arrow-up
      0
      ·
      4 months ago

      🚨🚨🚨 NON-NATIVE SPEAKER DETECTED!!! 🚨🚨🚨
      😡😡😡 take em down 😡😡😡

  • qjkxbmwvz@startrek.website
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

    Not to be that guy…but there are no WireGuard servers or clients, only peers. Some setups “look” like clients, some “look” like servers, but it’s peers all the way down.

    • ozymandias117@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      4 months ago

      Do you mean it’s fully bidirectional?

      E.g. connecting to the WireGuard “server” my work set up allows them full access to my internal network?

      I would have assumed I would need to set some sort of reverse routing in that case

      • SolidGrue@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        4 months ago

        Not unless your endpoint is configured to act as a gateway (IP forwarding, maybe also with masquerade) and allows other clients to access the IP address ranges you use in your home LAN (AllowedIP).

        • ozymandias117@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          edit-2
          4 months ago

          That was my assumption, but the way it was stated, I wanted to clarify there wasn’t something special about WireGuard in the way people tend to mean peer to peer

          • SolidGrue@lemmy.world
            link
            fedilink
            English
            arrow-up
            0
            ·
            edit-2
            4 months ago

            Its peer-tp-peer in that it can be configured in multiple modes on a peer by peer, interface by interface basis. You can make point to point, hub & spoke, or full mesh topologies. If you configure one of the peers for IP forwarding, it can gateway to external networks. If you configure two peers with IP forwarding and establish some routing you can build site to site topologoes, or add more peers for site to multisite and full mesh site topologies. Add IP masquerade (source NAT or PAT) to any of those topologies and it can provide remote access VPN.

            Its very flexible. Most config guides walk you through a basic remote access VPN scenario that lets remote peers access local LAN services at the one end, but not the other, and/or additionally access Internet resources via IP masquerade. The other topologies require more work, but are (edit: not) much more difficult than the remote access use case.

            • ozymandias117@lemmy.world
              link
              fedilink
              English
              arrow-up
              0
              ·
              4 months ago

              Thanks for the in depth explanation.

              When I’m using it from my work laptop to work’s server to access internal sites, it feels very client -> server.

              When they said peer to peer, I was worried I was somehow also exposing my personal devices to work’s network

              I didn’t realize there were so many other ways to set it up

  • somenonewho@feddit.de
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

    As a Linux nerd and Privacy/Open source advocate it’s tough to admit. But I can’t use DuckDuckGo. I work as a Linux Sysadmin and Google is the only search engine reliably returning good results (especially on more obscure topics). With DuckDuckGo I’ve often noticed that it will simply “drop” words from you search terms (i.e. if you search “yellow computer chair” it might just show you any kind of yellow chair or something like that) which makes it unusable for precise searches.

        • SteveTech@programming.dev
          link
          fedilink
          English
          arrow-up
          0
          ·
          edit-2
          4 months ago

          Unless I’ve forgotten how this meme format works, OP was looking how to setup wireguard using NetworkManager, but DDG kept returning results on setting up a wireguard server. That link is a tutorial on setting up a wireguard server, and then connecting a peer using wg-quick (and not NetworkManager).