Hi for everyone.
I want to configure Bacula-sd in my Proxmox, but I can't avail the port. I have tried to enable with this command.
This is my IPTABLES -L command.
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:9107
ACCEPT tcp -- anywhere anywhere tcp dpt:bacula-fd
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:9107
ACCEPT tcp -- anywhere anywhere tcp dpt:bacula-sd
When I try telnet, the port isn't available and the Bacula Server can't connect ( Status request timed out. The most probably the Bacula client is not available or it is not running. )
Thanks, for all your help and advices.
I want to configure Bacula-sd in my Proxmox, but I can't avail the port. I have tried to enable with this command.
- iptables -A INPUT -p tcp --dport 9102 -j ACCEPT
- iptables -A OUTINPUT -p tcp --dport 9102 -j ACCEPT
This is my IPTABLES -L command.
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:9107
ACCEPT tcp -- anywhere anywhere tcp dpt:bacula-fd
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:9107
ACCEPT tcp -- anywhere anywhere tcp dpt:bacula-sd
When I try telnet, the port isn't available and the Bacula Server can't connect ( Status request timed out. The most probably the Bacula client is not available or it is not running. )
Thanks, for all your help and advices.