wireguard information

January 2, 2024, 21:43

k9t33n

https://wireguard.how/server/raspbian/ just wanted to get a little info on this before i blindly follow the tutorial, this will be ran on a pi 4 with 2gb ram with pi hole. what will the performance be like? anything i should be aware of?

oops.se

FYI, that guide is for Buster (Debian 10) and now we have Bookworm (Debian 12).

oops.se

And I have seen decent throughput in the range 50-100mbit/sec

k9t33n

oh thanks i never noticed!

k9t33n

do you have a guide for the latest os?

k9t33n

not bad, ill take that

oops.se

But you need a static IP and to do the port forwarding in your router/firewall

k9t33n

oh im happy with these! i think im using exclamation points because of you now, maybe a little too much 😂

oops.se

k9t33n

ah ok, i might ask for help on this bit then

k9t33n

thanks, for all the suggestions, ill get right to it

k9t33n

when running sudo add-apt-repository ppa:wireguard/wireguard i get this error
kameron@pi-4:~ $ sudo add-apt-repository ppa:wireguard/wireguard
Traceback (most recent call last):
  File "/usr/bin/add-apt-repository", line 362, in <module>
    sys.exit(0 if addaptrepo.main() else 1)
                  ^^^^^^^^^^^^^^^^^
  File "/usr/bin/add-apt-repository", line 345, in main    shortcut = handler(source, shortcut_params)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/softwareproperties/shortcuts.py", line 40, in shortcut_handler
    return handler(shortcut, kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 86, in __init__
    if self.lpppa.publish_debug_symbols:
       ^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 126, in lpppa
    self._lpppa = self.lpteam.getPPAByName(name=self.ppaname)
                  ^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 113, in lpteam
    self._lpteam = self.lp.people(self.teamname)
                   ^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'people'
any clue why and how to fix?

k9t33n

this is with the newest os, sudo apt update && sudo apt full-upgrade

oops.se

Did you post the complete error?

k9t33n

yes that's it