Quote from: nero355 on March 31, 2026, 03:08:28 PMQuote from: OPNenthu on March 31, 2026, 12:21:20 AMIt's the same crap like with Docker : https://github.com/containers/podman/blob/main/docs/tutorials/basic_networking.mdQuote from: nero355 on March 30, 2026, 11:00:56 PMPodman is just an alternative to Docker and something I don't feel like maintaining either :)That's the beauty of it: you don't manage anything. It manages itself, including updates. You don't touch a thing on the OS. From the user perspective it's just an app installer. You run it. It installs UOS. Done.
That wasn't the case in the past. You needed to install and maintain Docker yourself, as well as each container (MongoDB, Network) and their connections.
I don't need those additional Network Interfaces on my Host ;)
$ ip -4 a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
2: ens18: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
altname enp0s18
altname enxbc2411e2f30a
inet 192.168.1.116/24 brd 192.168.1.255 scope global dynamic noprefixroute ens18
valid_lft 73385sec preferred_lft 58071se
QuoteUniFi OS isn't just "Podman + containers"—it's a full appliance OS. It uses its own management layer to:
- deploy containers
- restart them
- control networking
- enforce updates
So even though Podman is underneath, you're not meant to interact with it directly like a normal host.
Quote from: meyergru on March 31, 2026, 10:40:08 AMI can imagine two things that may shift the results:
1. With TCP ACKs, you can have pure ACKs and SACKs, so the number of packets used can be severly lower than the number of data packets. That is obviously the case in my test. You did not show the downstream part of your test, you we cannot know if SACK was used, which would be dependend on the client.
Quote2. Regardless of the net data being transferred, pure ACK packets are way shorter than data packets, so they incur a larger overhead, so the net data results may not mirror the real bandwitdhs used.
Quote from: meyergru on March 31, 2026, 08:57:26 PMThere are many dynamic DNS providers that are capable of chopping off the lower bits and only change the prefix to the incoming connection.Thanks for the hint, I will see if the one I chose (dynv6.com) will do that, which would alleviate the DynDNS issue. If it doesn't, I'll ask what you're using. ;)
Quote from: viragomann on March 30, 2026, 09:21:24 PMQuote from: mrzaz on March 29, 2026, 11:10:16 PMYou only have the following in PSK setting:The ID settings in question are in the local and remote authentication settings. ID is short for identifier.
Local Identifier Here I use my WAN IP.
Remote Identifier Here I use a Distinguished name (same as used in legacy Distinguished name and is a xxx.yyy.zz domain name)
Pre-Shared Key Our joint and unique PSK as set in both ends.
Type PSK
There is really no "Id" to specify here apart from Local and Remote identifier.
In the local specify the same string as the local identifier in the PSK.
And in the remote the same as remote identifier.