Documentation

Bacula Linux IP6Tables Rules

A
Adam Birds
Published 10 August 20261 min read2 views

IP6tables blocking connection

Add in a rule to accept the connections on 9102 in case it’s restarted for any reason

ip6tables -I INPUT -p tcp --dport 9102 -j ACCEPT -m comment --comment "Backups"
ip6tables -I OUTPUT -p tcp --dport 9103 -j ACCEPT -m comment --comment "Backups"
service ip6tables save
Last updated: 10 August 2026v1