I’ve installed Wordpress on OpenSUSE Leap 15.6 using Podman.
(The machine is also acting as Firewall).
Now, how should I configure the Firewall to allow external traffic to my Wordpress-site? The site is running inside a container that belongs to a Pod connected to a separate network.
(Masquerading of internal networks is turned on on the firewall)
Should I on the Firewall configure a forward of http & https traffic that reaches the external interface to my Podman network or what?
I can from the internal network manage my Wordpress setting by surfing to http://ip-address:8080/wp-admin.
Any ideas on what I should do?
Kind regards
Henrik