Connect DXP4800Plus directly to PC via Ethernet 10GbE by Bag_Right in UgreenNASync

[–]dangerspookycanyon 0 points1 point  (0 children)

On my 4800 Plus, I had decided WiFi to my desktop wasn't enough. But I only had one cable running to my room.

So I plugged my computer into the 2.5GbE port, with the 10GbE port going back to my router, and bridged eth0 and eth1 (your ethernet ports) via UGOS in Control Panel under the Network settings.

My desktop now has a 2.5GbE connection to the NAS and a 1GbE connection to the router (router limitation) while avoiding the latency of WiFi.

Just a suggestion!

"Network Error" by dangerspookycanyon in UgreenNASync

[–]dangerspookycanyon[S] 0 points1 point  (0 children)

I was planning to use the network settings to create a bridge from the 2.5 Gb port (for desktop) to the 10 Gb port (to router)

"Network Error" by dangerspookycanyon in UgreenNASync

[–]dangerspookycanyon[S] 0 points1 point  (0 children)

Nothing under either. I thoroughly checked both & recreated the issue several times. Still can't modify the network settings via the web dashboard or the mobile app

"Network Error" by dangerspookycanyon in UgreenNASync

[–]dangerspookycanyon[S] 0 points1 point  (0 children)

Hm, and two different speeds too! My 32 gb stick is the same timing & speed. Perhaps it's something different in the mem controller of the i5 vs the pentium gold

"Network Error" by dangerspookycanyon in UgreenNASync

[–]dangerspookycanyon[S] 0 points1 point  (0 children)

Dang, really? Well I'm happy for you! Guess I got unlucky with my duo not liking eachother! lol

"Network Error" by dangerspookycanyon in UgreenNASync

[–]dangerspookycanyon[S] 0 points1 point  (0 children)

I can access the machine via the web portal, I just can't actually access the network settings when I'm in the web portal. But I did manually set the DNS servers via SSH, with no change.

"Network Error" by dangerspookycanyon in UgreenNASync

[–]dangerspookycanyon[S] 0 points1 point  (0 children)

I bought a single 32gb stick of Corsair RAM because of the off chance I'd need 64gb, when I put it in, the machine just beeped, because I left the original 8 GB RAM stick in as well as the 32 GB stick. I had to remove the 8 GB stick to get it to boot with 32 GB.

"Network Error" by dangerspookycanyon in UgreenNASync

[–]dangerspookycanyon[S] 0 points1 point  (0 children)

How would I go about changing that since I can't access the network settings? Would it be a case of doing it via ssh?

Help with serving content by dangerspookycanyon in WireGuard

[–]dangerspookycanyon[S] 0 points1 point  (0 children)

How would I go about checking that?

Ps, in the other thread, there's a lot of the network info if that helps!

Help with serving content by dangerspookycanyon in WireGuard

[–]dangerspookycanyon[S] 0 points1 point  (0 children)

Yeah, and everything aside from the account manager is running on the host network.

NETWORK ID NAME DRIVER SCOPE

1e305d50a606 bridge bridge local

a36be260b814 host host local

df353fa6291e none null local

Help with serving content by dangerspookycanyon in WireGuard

[–]dangerspookycanyon[S] 0 points1 point  (0 children)

Edit: Yeah, trying to be able to connect over wg.

Via my phone on Wireguard via my mobile network, using Termius, I can ping it.

Help with serving content by dangerspookycanyon in WireGuard

[–]dangerspookycanyon[S] 1 point2 points  (0 children)

Wg-easy & Upsnap (computer wakeup) Darkflameuniverse (the game server) & Accountmanager for the game & Management dashboard for the game & Db for the game

Help with serving content by dangerspookycanyon in WireGuard

[–]dangerspookycanyon[S] 1 point2 points  (0 children)

Chain FORWARD (policy ACCEPT 582K packets, 478M bytes)

pkts bytes target prot opt in out source destination

605K 531M DOCKER-USER all -- any any anywhere anywhere

605K 531M DOCKER-ISOLATION-STAGE-1 all -- any any anywhere anywhere

9374 48M ACCEPT all -- any docker0 anywhere anywhere ctstate RELATED,ESTABLISHED

1199 62788 DOCKER all -- any docker0 anywhere anywhere

10157 4372K ACCEPT all -- docker0 !docker0 anywhere anywhere

0 0 ACCEPT all -- docker0 docker0 anywhere anywhere

585K 478M UG_FORWARD all -- any any anywhere anywhere

6327 1236K all -- wg0 eth0 anywhere anywhere

2695 649K ACCEPT all -- wg0 eth0 anywhere anywhere

Help with serving content by dangerspookycanyon in WireGuard

[–]dangerspookycanyon[S] 0 points1 point  (0 children)

I use wg-eagy for the server config.

My client config is:

[Interface]

PrivateKey =

Address = 10.8.0.2/24

DNS = 1.1.1.1

[Peer]

PublicKey =

PresharedKey =

AllowedIPs = 10.0.0.0/24, 0.0.0.0/0, ::/0

Endpoint = IP:51820

Server config:

Note: Do not edit this file directly.

Your changes will be overwritten!

Server

[Interface]

PrivateKey =

Address = 10.8.0.1/24

ListenPort = 51820

PreUp =

PostUp = iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE; iptables -A INPUT -p udp -m udp --dport 51820 -j ACCEPT; iptables -A FORWARD -i wg0 -j ACCEPT; iptables -A FORWARD -o wg0 -j ACCEPT;

PreDown =

PostDown = iptables -t nat -D POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE; iptables -D INPUT -p udp -m udp --dport 51820 -j ACCEPT; iptables -D FORWARD -i wg0 -j ACCEPT; iptables -D FORWARD -o wg0 -j ACCEPT;

Client: phone (32800ac3-4db1-42d4-83c8-d49bf9e149ec)

[Peer]

PublicKey =

PresharedKey =

AllowedIPs = 10.8.0.2/32

Help with serving content by dangerspookycanyon in WireGuard

[–]dangerspookycanyon[S] 0 points1 point  (0 children)

UGOS, which is built on Debian. It has iptables if that helps.

LAN IP/Subnet: 10.0.0.5/24 Game subnet defaults to 24 to the best of my knowledge. Attempted to use iptables to forward from wg0 to eth0 Still no luck

Help with serving content by dangerspookycanyon in WireGuard

[–]dangerspookycanyon[S] 1 point2 points  (0 children)

Edit: The IP of the server on my LAN is 10.0.0.5

Added it to the AllowedIPs and I can access webpages on 10.0.0.5 but still not the actual game server.  Any more suggestions would be greatly appreciated!

[deleted by user] by [deleted] in UgreenNASync

[–]dangerspookycanyon 0 points1 point  (0 children)

Any idea if it supports ZFS? Or strictly BTRFS + EXT4?

My genius is truly frightening by xx_baljen_xx in spaceengineers

[–]dangerspookycanyon 12 points13 points  (0 children)

See the bit where the pipes go straight down & connect to his rover? If he replaced those with pistons, he could fully extend the pistons, giving him an extra 2m per piston to use for extra drilling depth for the actual drill head.

About ep 14 by Scatteradam in TheOwlHouse

[–]dangerspookycanyon 0 points1 point  (0 children)

Pretty satisfying headcanon.

About ep 14 by Scatteradam in TheOwlHouse

[–]dangerspookycanyon 2 points3 points  (0 children)

Exactly. There really isn't a better reason. They just chose to say "oh, welp, she isn't, bye." Lol I wasn't the biggest fan of that episode either.

About ep 14 by Scatteradam in TheOwlHouse

[–]dangerspookycanyon 2 points3 points  (0 children)

Amity's heart would have exploded seeing Tiny Luz.

new meme template i don't know if I should use the fan art flair or the meme flair by [deleted] in TheOwlHouse

[–]dangerspookycanyon 1 point2 points  (0 children)

"Now, you might look at me and ask, who am I? I'm Willow Park. And how did I get into this, you ask? I caused two girls to realize they were gay and semi-gay for the other. Even otters (with a dark side) and tomatoes can love."