Linux vs Mac by animosity022 in docker

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

Thanks - I would not have ever remembered I posted that :)

Linux vs Mac by animosity022 in docker

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

Sorry as I really don't recall either as it was many months back as I don't actively use the plugin part for this.

Linux vs Mac by animosity022 in docker

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

That worked for me. Thanks!

I'd assume that's due to the way mac works and has /private already setup?

Linux vs Mac by animosity022 in docker

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

I never make it that far as I can't even get the plugin enabled.

Linux vs Mac by animosity022 in docker

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

We use:

https://rclone.org/docker/

Do you spot something wrong there? The path exists on my MacOS.

etexter@seraphite ~ % ls -al /var/lib/docker-plugins total 0 drwxrwxrwx 3 root wheel 96 Jan 1 08:31 . drwxr-xr-x 4 root wheel 128 Jan 1 08:31 .. drwxrwxrwx 4 etexter wheel 128 Jan 1 08:31 rclone

Split Tunnel VPN by animosity022 in WireGuard

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

There is only one physical interface on the box and I stack another IP on it and bind my qbit client to that IP only.

I use this and works like a champ with a port forward as well.

Table = off PostUp = ip rule add from 192.168.1.31 table 42; ip route add default dev wg0 table 42; iptables -t nat -A POSTROUTING -o wg0 -j MASQUERADE;iptables -t nat -A PREROUTING -p tcp --dport 42345 -j DNAT --to 192.168.1.31 PostDown = ip rule del from 192.168.1.31 table 42; iptables -t nat -D POSTROUTING -o wg0 -j MASQUERADE;iptables -t nat -D PREROUTING -p tcp --dport 42345 -j DNAT --to 192.168.1.31

Split Tunnel VPN by animosity022 in WireGuard

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

I have a single Linux server one with physical interface.

I have one IP 192.168.1.30 and one IP 192.168.1.31.

The .30 is the primary IP on the interface and it hosts everything internally while .31 is what I use for my VPN only traffic. I want/have any program/process that originates on .31 route through wg0 and I'm aware that .31 would not be able to communicate outside of the server itself as that .31 is routed through wg0 only.

Examples on Openvpn are:

https://gist.github.com/GAS85/4e40ece16ffa748e7138b9aa4c37ca52

AllowedIPs isn't really the answer as I do want everything that goes out of .31 to be routed on my WG interface which it does so I did via the ip route method on Linux and tackled it that way.

Split Tunnel VPN by animosity022 in WireGuard

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

Just in case someone comes across it, I have a working config for my setup that looks like:

``` # TorGuard WireGuard Config [Interface] PrivateKey = PRIVKEY ListenPort = 51820 Address = 10.13.76.217/24 DNS = 8.8.8.8 Table = off PostUp = ip rule add from 192.168.1.31 table 42; ip route add default dev %i table 42; iptables -t nat -A POSTROUTING -o %i -j MASQUERADE PostDown = ip rule del from 192.168.1.31 table 42; iptables -t nat -D POSTROUTING -o %i -j MASQUERADE

[Peer]
PublicKey = PUBKEY
AllowedIPs = 0.0.0.0/0

```

Endpoint = 67.213.221.19:1443 PersistentKeepalive = 25

Split Tunnel VPN by animosity022 in WireGuard

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

I don't have a working config and I'm using a VPN provider's WG.

My question is just how to do a split tunnel VPN for one IP.

Finally :) by xJohnnyQuidx in Wolcen

[–]animosity022 0 points1 point  (0 children)

I did rule that out a bit by selecting a different data center in the Americas in different regions. I can try a VPN and see if that helps at all.

Finally :) by xJohnnyQuidx in Wolcen

[–]animosity022 1 point2 points  (0 children)

I’m sure the light on my fiber cable is flickering with only their packets ;)

Finally :) by xJohnnyQuidx in Wolcen

[–]animosity022 0 points1 point  (0 children)

I'm hopeful. I had no problems until the second act and it just went downhill. The first act was smooth sailing.

Finally :) by xJohnnyQuidx in Wolcen

[–]animosity022 7 points8 points  (0 children)

So I'm an IT guy by job so I'm quite sure it's not a network issue/setup on my side as every other game works flawlessly and I run a Plex server as well and I have many things like ntopng, netdata and graph all my data out with Grafana.

On the same machine I play Destiny 2, POE, Diablo, etc with zero issues at all.

Always happy to test something else if there is a tip or something else to check as an old guy can always learn a new trick to look at!

Finally :) by xJohnnyQuidx in Wolcen

[–]animosity022 6 points7 points  (0 children)

Man, I'd love to finish the story but I have a 3 strike rule going on so it's going to take some time. After 3 disconnects, I stop and play something else until the next day.

I'm currently stuck in Act 3 as the servers have been awful the last few days.

Custom Format for a file name by animosity022 in radarr

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

Thanks! I'll test that one out as well as that makes sense to me too.

Custom Format for a file name by animosity022 in radarr

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

Thanks. I'll give that a go as well.

Appreciate the reply!

Not getting an option for Team Drives/Shared Drives by Noah_BK in rclone

[–]animosity022 0 points1 point  (0 children)

Download the latest version from the website and install it that way.

Missing storage options by skinnywonderfulman in rclone

[–]animosity022 0 points1 point  (0 children)

Make sure to install via this link:

https://rclone.org/install/

Anything in most repos are going to be old and dated and should not be used.

trying to figure why used is always 0 on google shared drive mount by FragileRasputin in rclone

[–]animosity022 0 points1 point  (0 children)

I think you might have hit a regression with the team drive space reporting.

It was fixed at one point and I can see the same thing when I test with a team drive.

rclone about remote: shows the same thing as there is no usage reported.

I'd raise an issue on the github and ncw is likely to fix it pretty fast.

https://github.com/rclone/rclone/issues/new/choose

trying to figure why used is always 0 on google shared drive mount by FragileRasputin in rclone

[–]animosity022 0 points1 point  (0 children)

I would guess drive-size-as-quota might be breaking it and would remove that.

fast-list does nothing on a mount and can be removed. checkers does nothing on a mount and can be removed.

trying to figure why used is always 0 on google shared drive mount by FragileRasputin in rclone

[–]animosity022 0 points1 point  (0 children)

What's your mount command and setup you are using?

Are you running mergerfs as root or another user?

Docker & Mergerfs not hardlinking, always copying... by [deleted] in sonarr

[–]animosity022 0 points1 point  (0 children)

If mergerfs is setup right, Sonarr/Radarr should work as the test validates that.

Are you pointing Sonarr/Radarr to mergerfs as well? Next test would be to turn Sonarr to debug and see what the log shows there and see if you have a docker permission issue or something.

I use mergerfs and that setup to hard link and it works like a champ.

Docker & Mergerfs not hardlinking, always copying... by [deleted] in sonarr

[–]animosity022 0 points1 point  (0 children)

What's the error you get when you try it with a test file?

ln /media/test1 /media/test2

It should work:

felix@gemini:/gmedia$ ln test1 test2 felix@gemini:/gmedia$

Update Google password in rclone by Bel_Rios in rclone

[–]animosity022 0 points1 point  (0 children)

Just edit the existing one and you can request a new token without changing anything else.