c.im is one of the many independent Mastodon servers you can use to participate in the fediverse.
C.IM is a general, mainly English-speaking Mastodon instance.

Server stats:

2.9K
active users

#wireguard

12 posts12 participants0 posts today
Replied in thread

@bradley I'm NOT exposing my #pihole (s) directly to the internet - I use one at home and another one via #wireguard #vpn whereever I may roam 🙂 Exposed ports for GUI and "healtchecks" are on a "random" highport which keeps logs mostly clear of "noise". Sometimes some scanners like #censys (or #shodan ) might also find these ports, but #iptables is very helpful 😉
Feel free to ask my via PM if something is not clear. I like feedback to make my docs better.

FFS! A server can't run both #Docker *and* #Wireguard on #Linux.

Docker creates a "bridge" network interface which, apparently, interferes with WireGuard.

That was a depressing evening of eliminating the impossible. Completely stopping Docker allowed my VPN to connect.

And there's no way to actually run a Docker container without the network bridge (any documentation that says otherwise is lying).

Replied in thread

@StaceyCornelius In the past I did configure seperate systems for clients so they can travel without fuss regardless if "P.R." #China or #Russia or the #USA or #KSA...

  • The trick is to never have anything on your device and have a dedicaded burner!

Using @tails_live / @tails / #Tails and @torproject / #TorBrowser and when that's not an option, a #SSH-Tunnel / #OpenVPN or #WireGuard-#VPN to be able to #VNC into a machine.

  • Remember: They can only extract data that was saved on a machine!

CONSIDER THE #US ENEMY TERRITORY AS IN "If you wouldn't enter #NorthKorea, then why would you enter the USA?"

Почему лучше запустить «сырой», но рабочий сервис, чем доводить его до идеала

Всем привет! Давно не было новостей в нашем блоге. А всё потому, что мы много внимания уделяем нашему коммерческому проекту — Amnezia Premium . Для тех, кто использует AmneziaVPN как self-hosted решение, в скором времени тоже появятся важные и полезные обновления. А пока расскажем немного о том, как мы делали свой «большой VPN» — «не хуже, чем у других». Всё началось в 2020 году, когда мы создали клиент для настройки и установки VPN на собственный сервер. Это казалось отличной идеей, ведь так можно было выбрать любую юрисдикцию, получить собственный белый IP, поделиться доступом с неограниченным количеством друзей и обеспечить защиту от блокировки IP-адреса, ведь в случае с собственным IP никто, кроме владельца VPN, не сможет к нему подключиться. Мы по-прежнему считаем, что это одно из лучших решений, и мы очень благодарны читателям «Хабра», которые советовали и продолжают советовать AmneziaVPN как self-hosted клиент. Но сегодня рассказ будет о том, как мы пришли к премиум-версии.

habr.com/ru/companies/amnezia/

ХабрПочему лучше запустить «сырой», но рабочий сервис, чем доводить его до идеалаВсем привет! Давно не было новостей в нашем блоге. А всё потому, что мы много внимания уделяем нашему коммерческому проекту — Amnezia Premium . Для тех, кто использует AmneziaVPN как self-hosted...
Replied in thread

@ceresbzns You'd probably hate it, as it involves using short-lived nfs mounts through tunnels. The hosts in the LAN copy the certs they need in this way. Systemd timers automate this "pulling". I only had to write 10 lines of bash code, in the way of actual programming.

I wanted to set up VPN with ad-blocking for laptop and mobile, for when away from home, so I installed FreeBSD 14.2 on a Raspberry Pi 4, because why not?

Followed:

1) zenarmor.com/docs/network-secu

2) it-notes.dragas.net/2023/09/23

(only using IPv4)

Seems to work as intended, but I'm not sure if ~500 ms ping times are normal for 5G mobile connection through VPN.

I set up a #WireGuard VPN at home last night, and here's what I wish I knew before I started:

It's different than a regular VPN - it has no notion of "users", it just has "peers" which connect with mutually-validated keypairs, over UDP. Then network routing is handled on top of the base protocol. Every connection is natively two-way, but you can use routing rules to make it behave like a traditional VPN. (I saw someone compare it to a "virtual ethernet cable" and that felt right.)