I updated vyos to vyos-1.4-rolling-202304070317 successfully, however, all my containers became inaccessible. status shows they're up, however, can't ping them via assigned ip-address. so I had to reroll back to version 1.4-rolling-202303270317, and all containers worked flawlessly.
Description
Description
Details
Details
- Version
- 1.4-rolling-202303270317
- Is it a breaking change?
- Unspecified (possibly destroys the router)
- Issue type
- Infrastructure issue or change
Event Timeline
Comment Actions
I have few containers, including NginxProxyManager, AdGuardHome, all are configured similarly, this code is for my adguard container.
image docker.io/adguard/adguardhome:edge memory 2000 network netcon { address 10.80.80.80 } restart always volume conf { destination /opt/adguardhome/conf source /config/pods/adguard/conf } volume work { destination /opt/adguardhome/work source /config/pods/adguard/work }
and in the firewall zone 'lan'
i have added:
interface cni-netcon
Comment Actions
alright thanks for that clarification. for people who might get confused, now it changed from 'cni-networkName' to 'podman-networkName'
Comment Actions
Just to clarify, it changes again to pod-networkname in https://github.com/vyos/vyos-1x/commit/2a876059826927ef204e359a40395955f27503ce (next rolling image) to avoid name constraint issues.