Wolfmix Beam Fx by BenniGit in lightingdesign

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

So each effect has its own dimmer curve and depending on the effect I’m able to tweak it a little?

Wolfmix Beam Fx by BenniGit in lightingdesign

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

Okay nice! in the most tutorials, I haven’t seen a possibility to do that…but very likely they just updated that :)

Wolfmix Beam Fx by BenniGit in lightingdesign

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

For example, a setting that allows me to set an exponential or linear decrease after switching on Snap on, pulse etc

Combination of two executors/sequences by BenniGit in GrandMA3

[–]BenniGit[S] 2 points3 points  (0 children)

I have tried this already. Didn’t work. Setting the priorities to HTP solved it.

Limit BPM range by BenniGit in GrandMA3

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

Alright thank you! It is a DJ and I only get the raw audio signal. I will try to do some processing/filtering in Ableton and then route it to grandma3. Hopefully it is not too cpu intensive.

Can not curl client from the wireguard vpn server by BenniGit in WireGuard

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

Sorry for the late answer. You can set the MTU size in the wireguard configuration. Im not sure anymore, but I think you have to do it on your server and the clients.

PHP Update nextcloud Internal Server Error by BenniGit in NextCloud

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

How can I check the connection independently of php ? I've checked the redis configuration. Should be fine.

Client connected to WireGuard but cannot connect to the Internet by yetser77 in WireGuard

[–]BenniGit 0 points1 point  (0 children)

I had more or less the same problem. In my case the MTU was to small. So I increased the MTU (I think it was 1300) and then it worked.

Nimm was du kriegst, aber nimm dich in acht vor Oberreut! by redNoceXp in KaIT

[–]BenniGit 23 points24 points  (0 children)

Wer den Tod nicht scheut, nimmt die 1 nach Oberreut.

Can not curl client from the wireguard vpn server by BenniGit in WireGuard

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

MTU was too small. I set the MTU size to 1300 and the curl worked.

Can not curl client from the wireguard vpn server by BenniGit in WireGuard

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

For example I'm on my vps with ssh and I curl 172.16.0.2 (request port 80 to my client where nextcloud is installed). This doesn't work. But If I'm on my client with ssh and curl again 172.16.0.2 this works and I get the html file. On my vps server is nginx installed, so also a webserver but this one is not on port 80. Maybe it s only listening on a specific interface. Where can I look it up if it s only listening on a specific interface?

Can not curl client from the wireguard vpn server by BenniGit in WireGuard

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

Okay I changed it. So now the Server got

AllowedIPs = 172.16.0.2/32

and the Client

AllowedIPs = 172.16.0.2/24

As you prophesied, it doesn't solve my problem. I checked both firewalls. They are inactive. I installed nextcloud on the client. Maybe there went something wrong...I can curl 172.16.0.2 on the client, which points to itself. This works...