typhonragewind
Dabbler
- Joined
- Dec 1, 2018
- Messages
- 26
Hello everyone!
I've recently (2 days ago) joined the ranks of FreeNas owners, after building my machine and i have been learning to operate it. I'm very, very green when it comes to networking, so please bear with me.
Hardware:
Motherboard: Supermicro X11SCN-F
RAM: 16gb ECC
CPU: Intel Xeon E-2136
Disks:
-6x4tb WD reds
-120gb SSD (freenas installation)
- 240g ssd (plugin and jail installation disk)
Nas is connected to the network through a TPLINK 1GB switch (single cable to the NAS yet)
I've successfully created datasets and a samba share for it, and have it now mapped in my windows pc. However when I try to copy large files to the share i get extremely slow speeds (max i've gotten is 11mb/s). Storage is empty. CPU is not under any high load and RAM is detected and sits a idle usage of about 5gb.
I'm not sure if i configured something badly and other posts om similar issues haven't been very helpful to me. Many of them asked for a /ifconfig result which i'll post below, if it helps.
I have no experience with FreeBSD and very little with networking, so i'm somewhat at a loss on how to diagnose this. Followed Uncle Fester's Basic FreeNAS 11.2 Configuration Guide for my initial setup and configuration.
Any help would be greatly appreciated.
I've recently (2 days ago) joined the ranks of FreeNas owners, after building my machine and i have been learning to operate it. I'm very, very green when it comes to networking, so please bear with me.
Hardware:
Motherboard: Supermicro X11SCN-F
RAM: 16gb ECC
CPU: Intel Xeon E-2136
Disks:
-6x4tb WD reds
-120gb SSD (freenas installation)
- 240g ssd (plugin and jail installation disk)
Nas is connected to the network through a TPLINK 1GB switch (single cable to the NAS yet)
I've successfully created datasets and a samba share for it, and have it now mapped in my windows pc. However when I try to copy large files to the share i get extremely slow speeds (max i've gotten is 11mb/s). Storage is empty. CPU is not under any high load and RAM is detected and sits a idle usage of about 5gb.
I'm not sure if i configured something badly and other posts om similar issues haven't been very helpful to me. Many of them asked for a /ifconfig result which i'll post below, if it helps.
Code:
FreeBSD 11.2-STABLE (FreeNAS.amd64) #0 r325575+6aad246318c(HEAD): Mon Jun 24 17:25:47 UTC 2019
FreeNAS (c) 2009-2019, The FreeNAS Development Team
All rights reserved.
FreeNAS is released under the modified BSD license.
For more information, documentation, help or support, go here:
http://freenas.org
Welcome to FreeNAS
Warning: settings changed through the CLI are not written to
the configuration database and will be reset on reboot.
root@nexus[~]# ifconfig
igb0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=6403bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6>
ether ac:1f:6b:7b:a2:56
hwaddr ac:1f:6b:7b:a2:56
inet 192.168.1.3 netmask 0xffffff00 broadcast 192.168.1.255
nd6 options=9<PERFORMNUD,IFDISABLED>
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
igb1: flags=8c02<BROADCAST,OACTIVE,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=6403bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6>
ether ac:1f:6b:7b:a2:57
hwaddr ac:1f:6b:7b:a2:57
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
I have no experience with FreeBSD and very little with networking, so i'm somewhat at a loss on how to diagnose this. Followed Uncle Fester's Basic FreeNAS 11.2 Configuration Guide for my initial setup and configuration.
Any help would be greatly appreciated.