Noelantogerorge commented on issue #7318:
URL: https://github.com/apache/cloudstack/issues/7318#issuecomment-1461176623
please find the output below
[root@kvmhost2 ~]# iptables-save
# Generated by iptables-save v1.4.21 on Wed Mar 8 21:29:54 2023
*filter
:INPUT ACCEPT [30008:243105400]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [56264:285763585]
-A INPUT -p tcp -m tcp --dport 49152:49216 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 5900:6100 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 16514 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 16509 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 1798 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 22 -j ACCEPT
COMMIT
# Completed on Wed Mar 8 21:29:54 2023
[root@kvmhost2 ~]# cat /proc/sys/net/ipv4/conf/cloudbr0/forwarding
1
[root@kvmhost2 ~]# cat /proc/sys/net/ipv4/ip_forward
1
[root@kvmhost2 ~]# service firewalld status
Redirecting to /bin/systemctl status firewalld.service
● firewalld.service - firewalld - dynamic firewall daemon
Loaded: loaded (/usr/lib/systemd/system/firewalld.service; disabled;
vendor preset: enabled)
Active: inactive (dead)
Docs: man:firewalld(1)
Mar 03 05:00:39 kvmhost2 systemd[1]: Starting firewalld - dynamic firewall
daemon...
Mar 03 05:00:42 kvmhost2 systemd[1]: Started firewalld - dynamic firewall
daemon.
Mar 03 05:00:42 kvmhost2 firewalld[894]: WARNING: AllowZoneDrifting is
enabled. This is considered an insecure configuration option. It will be
removed in a future release. Please consider disabling it now.
Mar 08 06:20:49 kvmhost2 systemd[1]: Stopping firewalld - dynamic firewall
daemon...
Mar 08 06:20:50 kvmhost2 systemd[1]: Stopped firewalld - dynamic firewall
daemon.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]