funkajunk

joined 2 years ago
[–] funkajunk@lemm.ee 8 points 2 years ago* (last edited 2 years ago) (4 children)

I use it for work - it allows me to keep things separate.

EDIT

For those telling me to change what I am doing, thanks, but no thanks. I use this solution because it works best for me.

[–] funkajunk@lemm.ee 1 points 2 years ago (2 children)

That's because Google got wise to this trick and use their own internal values for DNS

[–] funkajunk@lemm.ee 3 points 2 years ago

IMO racist jokes can be hilarious as long as it's rooted in comedy and not actual hatred. They serve as a lense into the absurdity of it all, and nobody should be exempt - in an odd way they kind of educate us on the stereotypes that other people face.

[–] funkajunk@lemm.ee 14 points 2 years ago

Sculder & Mully

[–] funkajunk@lemm.ee 2 points 2 years ago (3 children)

People are deathly afraid of kidnappers and drug dealers getting to their children, when in reality crime rates are the lowest they've ever been.

[–] funkajunk@lemm.ee 3 points 2 years ago* (last edited 2 years ago) (1 children)

Could be your routing rules? Here's what I use and it routes to anything inside my home network:

PostUp = iptables -A FORWARD -i %i -j ACCEPT; iptables -A FORWARD -o %i -j ACCEPT; iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
PostDown = iptables -D FORWARD -i %i -j ACCEPT; iptables -D FORWARD -o %i -j ACCEPT; iptables -t nat -D POSTROUTING -o eth0 -j MASQUERADE

Just be sure to replace eth0 with the name of your adapter before you try it.

Edit:

Almost forgot, I've also enabled routing on my server as well; here are the steps I took to enable that:

To configure forwarding, open the /etc/sysctl.conf file on your Wireguard Server using nano or your preferred editor: sudo nano /etc/sysctl.conf

If you are using IPv4 with WireGuard, add the following line at the bottom of the file: net.ipv4.ip_forward=1

If you are using IPv6 with WireGuard, add this line at the bottom of the file: net.ipv6.conf.all.forwarding=1

If you are using both IPv4 and IPv6, ensure that you include both lines. Save and close the file when you are finished.

To read the file and load the new values for your current terminal session, run: sudo sysctl -p

Output: net.ipv6.conf.all.forwarding = 1 net.ipv4.ip_forward = 1

Now your WireGuard Server will be able to forward incoming traffic from the virtual VPN ethernet device to others on the server and its LAN (if the LAN subnet is included in the AllowedIPs in the Wireguard config)

[–] funkajunk@lemm.ee 2 points 2 years ago (1 children)

It's easy to make acquaintances, but just because your kids are friends does nothing to make the parents "click" and be friends.

[–] funkajunk@lemm.ee 2 points 2 years ago (3 children)

We also just moved to a new city, far away from everyone we know... So now neither of us have any friends.

[–] funkajunk@lemm.ee 6 points 2 years ago

Going to the beach or camping, not unusual to start a bonfire.

[–] funkajunk@lemm.ee 11 points 2 years ago (12 children)

Early thirties here, married, and we have 2 kids. You hit the nail on the head, unfortunately!

[–] funkajunk@lemm.ee 47 points 2 years ago (6 children)

I grew up in rural Canada, but have been living in major metropolitan areas for most of my adult life. It still surprises me when I learn there are other adults that don't know how to chop wood, start a fire, work basic tools, etc.

[–] funkajunk@lemm.ee 5 points 2 years ago (1 children)

A few more details would go a long way in offering actually helpful recommendations.

  • What is your budget?
    • Without that, I'm just going to recommend the highest end possible machine, which may be unaffordable to you.
  • What country are you in?
    • There could be an amazing deal on right now, but only for US residents; this won't help you if you don't live there.
view more: ‹ prev next ›