Hi all,
I'm trying to run openSuse prepeared Zabbix appliance.
I make all by steps located here https://www.zabbix.com/documentation...nual/appliance
But at step 4 i got a problem:
when i type SuSEfirewall2 open EXT TCP zabbix-trapper zabbix-agent
i have got an error:
-bash: susefirewall2: command not found
In additional question: i changed network configuration from dhcp to static and cannot cpnnect to servers with SSH (but ping is OK)
Thanks a lot in advance
I'm trying to run openSuse prepeared Zabbix appliance.
I make all by steps located here https://www.zabbix.com/documentation...nual/appliance
But at step 4 i got a problem:
4 Firewall
By default, only two ports are open - 22 (SSH) and 80 (HTTP). To open additional ports - for example, Zabbix server and agent ports - modify iptables rules with SuSEfirewall2 utility:
SuSEfirewall2 open EXT TCP zabbix-trapper zabbix-agent
Then reload the firewall rules:
SuSEfirewall2 stop
SuSEfirewall2 start
By default, only two ports are open - 22 (SSH) and 80 (HTTP). To open additional ports - for example, Zabbix server and agent ports - modify iptables rules with SuSEfirewall2 utility:
SuSEfirewall2 open EXT TCP zabbix-trapper zabbix-agent
Then reload the firewall rules:
SuSEfirewall2 stop
SuSEfirewall2 start
i have got an error:
-bash: susefirewall2: command not found
In additional question: i changed network configuration from dhcp to static and cannot cpnnect to servers with SSH (but ping is OK)
Thanks a lot in advance
Comment