Errors when connecting to freenNAS

ElPsyKongroo

Cadet
Joined
Feb 18, 2019
Messages
2
Hi,

I'm having some issues lately with the connections from my clients to the freeNAS via FTP. The strange thing is that this errors (the client can't stablish a connection with the freeNas) are (or appears to be) very random. I'm running backups on the clients (in cPanel and Virtualizor) and then transport those backups to the NAS, but, in some cases, the client is unable to stablish a connection and the transport fails. I did a check on the client side but couldn't find any issues (I can ping the NAS server, connect via SSH, etc), so I want to look on the NAS from any clues as to what is causing this problem.

So, where I can look for any clues on this ? Does freeNAS logs the incoming connections or its errors? I'm fairly new to all this NAS bussiness so I apologize if this is a somewhat noob question :P

Thank you.
 
D

dlavigne

Guest
Any errors in /var/log/auth.log ?

What's the full output of ifconfig ?
 

ElPsyKongroo

Cadet
Joined
Feb 18, 2019
Messages
2
No errors in the log.
And this is the output of ifconfig:

Code:
ix0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=e407bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6>
        ether ac:1f:6b:12:fb:fe
        hwaddr ac:1f:6b:12:fb:fe
        inet 144.217.79.77 netmask 0xffffff00 broadcast 144.217.79.255
        nd6 options=9<PERFORMNUD,IFDISABLED>
        media: Ethernet autoselect (1000baseT <full-duplex>)
        status: active
ix1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=e407bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6>
        ether ac:1f:6b:12:fb:ff
        hwaddr ac:1f:6b:12:fb:ff
        nd6 options=9<PERFORMNUD,IFDISABLED>
        media: Ethernet autoselect
        status: no carrier
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
        options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
        inet6 ::1 prefixlen 128
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
        inet 127.0.0.1 netmask 0xff000000
        nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
        groups: lo

 

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
Why does your nas server appear to have a public ip?
 
Top