Bob Proulx wrote: > Except that there appears to be firewall blocking between mgt and all > of vcs, frontend, download. It can only connect to internal.
I plan on adding this rule to the /etc/default/iptables-rules files on the various VMs. # Allow munin from 140.186.70.74 mgt.savannah.gnu.org -A INPUT -m tcp -p tcp --dport 4949 --src 140.186.70.74 -j ACCEPT Bob
