Statick

joined 2 years ago
[–] Statick 8 points 4 days ago (1 children)

I'm a Linux user and that infographic scares me

[–] Statick 4 points 1 week ago

Lookup Grayjay

[–] Statick 19 points 1 week ago* (last edited 1 week ago) (1 children)
  • A billboard in DC or someplace he is visiting
  • A TV commercial on Fox news
  • Go to a rally and hold up a sign
[–] Statick 1 points 2 weeks ago* (last edited 2 weeks ago)

Okay! Awesome, just wanted to make sure. And making the 172.18.0.0/16 subnet available is something I didn't think about (obviously) so that's good to know.

Thank you for your detailed response!

[–] Statick 4 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

The self hosted web interface tool I use called Pterodactyl Game Server Panel uses docker and iptables when it creates the game servers.

I'm just trying to add some additional routing since I'm using wireguard.

 

I'm routing game traffic on my VPS via wireguard to a home server that has games hosted via docker.

Setup is...

VPS/Wireguard -> Internet -> Wireguard/Dockerized Games Server

Now, my current config WORKS... however I'm curious if there is some unnecessary routing going on.

VPS iptable rules (omitted PostDown)

PostUp = iptables -t nat -A PREROUTING -i eth0 -p tcp --match multiport --dports 61000:61100 -j DNAT --to-destination 10.0.0.3
PostUp = iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

Game Server (omitted PostDown)

Here are the iptable rules on the game server and the --to-destination part is what I'm curious about...

PostUp = iptables -t nat -A PREROUTING -p tcp --dport 61000:61100 -d 10.0.0.3 -j DNAT --to-destination 192.168.1.14
PostUp = iptables -t nat -A POSTROUTING -j MASQUERADE

10.0.0.3 is the same machine as 192.168.1.14

The reason I'm setting the --to-destination ip to that is because the docker rules that are created in the Chain DOCKER section of the iptable rules are looking for the destination nam-games.localdomain which is my dns entry for the game server. I unfortunately don't think I can change these because I'm using a game server management panel called Pterodactyl that adds these. I also don't want to have to manually add rules to this every time I create a server.

Chain DOCKER (2 references)
target     prot opt source               destination         
RETURN     all  --  anywhere             anywhere
DNAT       tcp  --  anywhere             nam-games.localdomain  tcp dpt:61000 to:172.18.0.2:61000
DNAT       udp  --  anywhere             nam-games.localdomain  udp dpt:61000 to:172.18.0.2:61000
DNAT       tcp  --  anywhere             nam-games.localdomain  tcp dpt:61001 to:172.18.0.3:61001
DNAT       udp  --  anywhere             nam-games.localdomain  udp dpt:61001 to:172.18.0.3:61001

Concerns

The setup I described above is the only config I have gotten to work, but I'm curious if it's hitting the server, then going the router, only to be routed back to the same machine again. If it is, is there a better way to set this up?

[–] Statick 21 points 2 weeks ago

I've tried a ton, and DeltaChat came close, but there is no edit option for messages, since under the hood, it uses email. The apps on both iPhone and Android also had issues with notifications. I convinced a few family members and friends to use it and then had to convince them again to move to Signal. Lost a few of them in the process.

The point of my story is to say... If you think you'll have a hard time convincing people to get off WhatsApp/Texting, just go to Signal. It is much more mainstream and at least it isn't Facebook.

[–] Statick 0 points 2 weeks ago

You need to sign up and wait for a beta invite. Took 15-30 days for me to get in. It's not ready for primetime.

[–] Statick 17 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Tech-savvy content creators, sure...

Your average content creator that wants to make Minecraft videos? Unrealistic.

I hate the monopoly Youtube has, but all of the federated alternatives have a learning curve the general public isn't willing to deal with.

[–] Statick 1 points 3 weeks ago* (last edited 3 weeks ago)

Executive order just came it.

There is no water shortage

DONALD TRUMP

So I think we're good.

[–] Statick 43 points 3 weeks ago (6 children)

I will never understand how anyone watches Linus. He's always come across as dishonest to me.

[–] Statick 2 points 1 month ago (1 children)

Pretty sure they're getting the internet hug of death atm.

[–] Statick 6 points 1 month ago* (last edited 1 month ago)

For Marvel Rivals

LD_PRELOAD='' fixed stuttering for me (but this also disables the steam overlay so you'll need to remove it to make purchases in game)

SteamDeck=1 fixed crashes when booting the game

Haven't tried the update since I'm away from home though.

24
submitted 3 months ago* (last edited 3 months ago) by Statick to c/meta
 

Looks like all of the alternate theme subdomains are down. I'm assuming this is due to the maintenance but wanted to point it out just in case.

https://t.programming.dev/

https://p.programming.dev/

https://a.programming.dev/

https://old.programming.dev/

https://v.programming.dev/

15
submitted 7 months ago* (last edited 7 months ago) by Statick to c/[email protected]
 

Saw something about Pine-Sol being a "bug repellant" and people use it to clean patios/decks. I have composite deck boards and just want to make sure it won't damage them.

9
submitted 2 years ago* (last edited 2 years ago) by Statick to c/[email protected]
 
view more: next ›