I have been able to get it partly working using the below command but csf restart destroys the iptables podman creates.
sudo iptables -I CNI-FORWARD -p tcp ! -i cni-podman0 -o cni-podman0 --jump LOCALINPUT
Search found 2 matches
- 07 Dec 2020, 04:19
- Forum: General Discussion (csf)
- Topic: Podman (Docker replacement)
- Replies: 2
- Views: 2161
- 06 Dec 2020, 09:33
- Forum: General Discussion (csf)
- Topic: Podman (Docker replacement)
- Replies: 2
- Views: 2161
Podman (Docker replacement)
Hello, Centos and Redhat have now moved away from Docker to Podman but i am unable to get CSF to work with podman. Docker used interface docker0 but podman uses a new interface for each container. e.g. veth11088f88 Any suggestions would be welcome. I have tested the below config but with no luck. ht...