Results 14 comments of recursiveGecko

> Please feel free to re-open this issue if it's confirmed to still occur. (Ensure that you have received the update before reporting) Unfortunately it doesn't seem like it's fixed....

I'm not familiar with the codebase but if you can point me in the right direction I'm happy to take a look and try to help out with any debugging...

Repeating some of the same diagnostic steps mentioned in #368: ``` root@AMP:~# ampinstmgr updatefirewall amp [Info] AMP Instance Manager v2.4.6.4 built 06/09/2023 12:13 [Info] Stream: Mainline / Release - built...

I'm not so sure. According to the Debian wiki, nftables have been the default since Debian 10. Furthermore, [Proxmox sets `update-alternatives` of `iptables` to `iptables-legacy`](https://github.com/proxmox/pve-firewall/blob/372869e075d45997758834ff8283a6b332c3acc2/debian/pve-firewall.service#L12), so I don't believe nftables...

``` root@AMP:~# iptables -n -L INPUT Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT tcp -- anywhere anywhere tcp dpt:2223 /* AMP:ADS01:FileManagerPlugin.SFTP.SFTPPortNumber */ ACCEPT tcp -- anywhere anywhere...

Hmm, odd. This was a brand new AMP install in a clean Debian 12 container created using Proxmox 8 `debian-12-standard_12.0-1_amd64.tar.zst` template. ``` root@AMP:~# whereis iptables iptables: /usr/sbin/iptables /usr/share/iptables /usr/share/man/man8/iptables.8.gz root@AMP:~#...

I've just run into this issue as a new AMP user. As a workaround I've added a port range of `65530:65535` so that AMP allows me to create an instance,...

@genieai-vikas I ran into the same issue and it turns out that this Action doesn't add IP routes on its own, which is resolved in PR #3. cc: @egor-tensin Would...

After some further investigation, it's worth noting that this issue only occurs when a `/32` address is used for the wireguard interface in the `ips` option. Offending line seems to...

I'm seeing the same issue on a brand new Valheim Docker instance. x64 Debian 11, Docker Engine 24.0.5, latest version of `lloesche/valheim-server` at the time of writing this comment.