Bacula Access

getrav

Cadet
Joined
May 1, 2013
Messages
1
I have a new freenas 11.2 installation.
Just finished installing the bacula plugin.
freenas is on 192.168.1.8
Bacula is on 192.168.1.7

ifconfig of the jail shows:
epair0b: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=8<VLAN_MTU> ether e4:11:5b:9a:84:ad hwaddr 02:b3:10:00:05:0b inet 192.168.1.7 netmask 0xffffff00 broadcast 192.168.1.255 nd6 options=1<PERFORMNUD> media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>) status: active groups: epair


I can ping all internet and local DNS from inside the jail shell.
I can also ping bacula (192.168.1.7) from another PC.

I used sockstat and see that 9102 is for bacula.
sockstat -4 -l USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS root bacula-fd 15988 4 tcp4 *:9102 *:* pgsql postgres 15978 4 tcp4 *:5432 *:*

What am I doing wrong that I can't connect to it?
I have tried 192.168.1.7 & 192.168.1.7:9102 but I get:
ERR_CONNECTION_REFUSED
 
Top