On 03/14/2016 04:30 PM, maaf4d wrote:
> I get the following when I use netstat:
> 
> tcp        0      0 127.0.1.1:9101          0.0.0.0:*               LISTEN    
>   6591/bacula-dir
> tcp        0      0 127.0.1.1:9102          0.0.0.0:*               LISTEN    
>   1886/bacula-fd
> tcp        0      0 127.0.1.1:9103          0.0.0.0:*               LISTEN    
>   1865/bacula-sd
> 
> 
> It seems to me like it's listening to the correct ports yet it still refuses 
> the connection

Are you connecting from(/to) localhost? 'cause that's what 127.0.1.1 is.
If it's not just localhost then this is what you want to see:

tcp   0   0   0.0.0.0:bacula-dir      0.0.0.0:*           LISTEN
tcp   0   0   0.0.0.0:bacula-fd       0.0.0.0:*           LISTEN
tcp   0   0   0.0.0.0:bacula-sd       0.0.0.0:*           LISTEN

-- 
Dimitri Maziuk
Programmer/sysadmin
BioMagResBank, UW-Madison -- http://www.bmrb.wisc.edu

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to