Rob Murray
Rob Murray
Ah, yes - exactly! Thank you.
Hi all - I think this is only an issue when `iptables --version` is `iptables-legacy`, `iptables-nft` doesn't seem to need the `IP_NF_RAW` module. But, I see in a couple of...
Thanks @braymullo - yes, that's the one I thought would work! I tried it on a Debian kernel built without that module, but there must be some other difference. Just...
> I’d be happy to check for you tomorrow on my home lab. I use portainer, so that specific error message o don’t think would be clear to me. Is...
Thanks @hiratagoh ... > First, Jetson Linux(Ubuntu22.04) > [...] > docker: Error response from daemon: failed to set up container networking: driver failed programming external connectivity on endpoint alpine (a3cc07dee0bca76987b3d90104b3c58551f6e0ff0d8b18612d201b3c004347c2):...
Hi @dilipbravo - if you can't add the missing kernel module, since release 28.0.2 you can set an environment variable to disable the raw rules ... but that does undo...
Could you check the containers for duplicate MAC addresses? The symptoms sound similar to those caused by issues in 25.0.0/25.0.1 which, once triggered, mean containers have to be re-created. For...
Ok, good - I'm glad it's working now, thank you for the update. Migration from the default bridge, retaining MAC addresses sounds plausible ... I'm fairly sure the issues with...
If you can reproduce the problem, I think it'd be worth looking at the API requests being used to modify the containers. Then we should be able to see where...
Thanks for the trace - it looks like Portainer: - Read the config, including config for container `dummy`. - Stopped `dummy` (releasing its IP address `10.10.1.5`). - Renamed `dummy` ->...