IP conflict cuts off internet access

Status
Not open for further replies.

milesnorth

Cadet
Joined
Dec 9, 2017
Messages
9
FreeNAS 11.1
Supermicro A2SDi-4C-HLN4F Intel Atom C3558
Crucial CT16G4RFD4213 16GB Single DDR4 2133 MT/s CL15 DR x4 ECC Registered DIMM 288-Pin X 2
SanDisk Ultra Fit 32 GB USB 3.0 Flash Drive X 2
HGST 10TB Deskstar 7200 rpm SATA III 3.5" X 6
EVGA ATX 500W 80 Plus power supply
Fractal Design Dynamic 140mm White Case Fan X 3 (2 front, 1 rear)
Fractal Design Define R5 Titanium Case
CyberPower BRG1500AVRLCD Intelligent LCD UPS System, 1500VA/900W

Hello,

Have a recent first-time FreeNAS build with two challenges that may or may not be related.

1) Running FreeNAS can shutdown our home LAN access to the internet.
2) The Syncthing plugin didn't install correctly (may belong in different thread)

The router is a Smoothwall appliance that handles DHCP, firewall, etc... The FreeNAS ip 10.0.0.50. The conflict IP is 10.0.0.1. The conflict is not always immediate, but seems to knock out the WAN but not the LAN. I've placed the console output after a FreeNAS boot below along with a snippet concerning syncthing at the bottom of the code section. I've been shutting FreeNAS down so that the family has internet access.

Thanks for any ideas.

Code:
Dec 30 02:12:45 freenas syslog-ng[1989]: syslog-ng starting up; version='3.7.3'
Dec 30 02:12:46 freenas Copyright (c) 1992-2017 The FreeBSD Project.
Dec 30 02:12:46 freenas Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
Dec 30 02:12:46 freenas	The Regents of the University of California. All rights reserved.
Dec 30 02:12:46 freenas FreeBSD is a registered trademark of The FreeBSD Foundation.
Dec 30 02:12:46 freenas FreeBSD 11.1-STABLE #0 r321665+d4625dcee3e(freenas/11.1-stable): Wed Dec 13 16:33:42 UTC 2017
Dec 30 02:12:46 freenas root@gauntlet:/freenas-11-releng/freenas/_BE/objs/freenas-11-releng/freenas/_BE/os/sys/FreeNAS.amd64 amd64
Dec 30 02:12:46 freenas FreeBSD clang version 5.0.0 (tags/RELEASE_500/final 312559) (based on LLVM 5.0.0svn)
Dec 30 02:12:46 freenas VT(efifb): resolution 800x600
Dec 30 02:12:46 freenas CPU: Intel(R) Atom(TM) CPU C3558 @ 2.20GHz (2200.07-MHz K8-class CPU)
Dec 30 02:12:46 freenas Origin="GenuineIntel"  Id=0x506f1  Family=0x6  Model=0x5f  Stepping=1
Dec 30 02:12:46 freenas Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
Dec 30 02:12:46 freenas Features2=0x4ff8ebbf<SSE3,PCLMULQDQ,DTES64,MON,DS_CPL,VMX,EST,TM2,SSSE3,SDBG,CX16,xTPR,PDCM,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,TSCDLT,AESNI,XSAVE,OSXSAVE,RDRAND>
Dec 30 02:12:46 freenas AMD Features=0x2c100800<SYSCALL,NX,Page1GB,RDTSCP,LM>
Dec 30 02:12:46 freenas AMD Features2=0x101<LAHF,Prefetch>
Dec 30 02:12:46 freenas Structured Extended Features=0x2294e283<FSGSBASE,TSCADJ,SMEP,ERMS,NFPUSG,MPX,PQE,RDSEED,SMAP,CLFLUSHOPT,PROCTRACE,SHA>
Dec 30 02:12:46 freenas XSAVE Features=0xf<XSAVEOPT,XSAVEC,XINUSE,XSAVES>
Dec 30 02:12:46 freenas VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID,VID,PostIntr
Dec 30 02:12:46 freenas TSC: P-state invariant, performance statistics
Dec 30 02:12:46 freenas real memory  = 36507222016 (34816 MB)
Dec 30 02:12:46 freenas avail memory = 33227423744 (31688 MB)
Dec 30 02:12:46 freenas Event timer "LAPIC" quality 600
Dec 30 02:12:46 freenas ACPI APIC Table: <INTEL  TIANO   >
Dec 30 02:12:46 freenas WARNING: L1 data cache covers less APIC IDs than a core
Dec 30 02:12:46 freenas 0 < 1
Dec 30 02:12:46 freenas FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
Dec 30 02:12:46 freenas FreeBSD/SMP: 1 package(s) x 4 core(s)
Dec 30 02:12:46 freenas WARNING: VIMAGE (virtualized network stack) is a highly experimental feature.
Dec 30 02:12:46 freenas ioapic0 <Version 2.0> irqs 0-23 on motherboard
Dec 30 02:12:46 freenas SMP: AP CPU #1 Launched!
Dec 30 02:12:46 freenas SMP: AP CPU #2 Launched!
Dec 30 02:12:46 freenas SMP: AP CPU #3 Launched!
Dec 30 02:12:46 freenas Timecounter "TSC-low" frequency 1100035738 Hz quality 1000
Dec 30 02:12:46 freenas random: entropy device external interface
Dec 30 02:12:46 freenas kbd0 at kbdmux0
Dec 30 02:12:46 freenas module_register_init: MOD_LOAD (vesa, 0xffffffff80fc34c0, 0) error 19
Dec 30 02:12:46 freenas random: registering fast source Intel Secure Key RNG
Dec 30 02:12:46 freenas random: fast provider: "Intel Secure Key RNG"
Dec 30 02:12:46 freenas nexus0
Dec 30 02:12:46 freenas cryptosoft0: <software crypto> on motherboard
Dec 30 02:12:46 freenas aesni0: <AES-CBC,AES-XTS,AES-GCM,AES-ICM> on motherboard
Dec 30 02:12:46 freenas padlock0: No ACE support.
Dec 30 02:12:46 freenas acpi0: <SUPERM SMCI--MB> on motherboard
Dec 30 02:12:46 freenas acpi0: Power Button (fixed)
Dec 30 02:12:46 freenas cpu0: <ACPI CPU> on acpi0
Dec 30 02:12:46 freenas cpu1: <ACPI CPU> on acpi0
Dec 30 02:12:46 freenas cpu2: <ACPI CPU> on acpi0
Dec 30 02:12:46 freenas cpu3: <ACPI CPU> on acpi0
Dec 30 02:12:46 freenas hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
Dec 30 02:12:46 freenas Timecounter "HPET" frequency 24000000 Hz quality 950
Dec 30 02:12:46 freenas Event timer "HPET" frequency 24000000 Hz quality 550
Dec 30 02:12:46 freenas Event timer "HPET1" frequency 24000000 Hz quality 440
Dec 30 02:12:46 freenas Event timer "HPET2" frequency 24000000 Hz quality 440
Dec 30 02:12:46 freenas Event timer "HPET3" frequency 24000000 Hz quality 440
Dec 30 02:12:46 freenas Event timer "HPET4" frequency 24000000 Hz quality 440
Dec 30 02:12:46 freenas atrtc0: <AT realtime clock> port 0x70-0x77 irq 8 on acpi0
Dec 30 02:12:46 freenas atrtc0: Warning: Couldn't map I/O.
Dec 30 02:12:46 freenas atrtc0: registered as a time-of-day clock, resolution 1.000000s
Dec 30 02:12:46 freenas Event timer "RTC" frequency 32768 Hz quality 0
Dec 30 02:12:46 freenas attimer0: <AT timer> port 0x40-0x43,0x50-0x53 irq 0 on acpi0
Dec 30 02:12:46 freenas Timecounter "i8254" frequency 1193182 Hz quality 0
Dec 30 02:12:46 freenas Event timer "i8254" frequency 1193182 Hz quality 100
Dec 30 02:12:46 freenas Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
Dec 30 02:12:46 freenas acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1808-0x180b on acpi0
Dec 30 02:12:46 freenas pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
Dec 30 02:12:46 freenas pcib0: _OSC returned error 0x10
Dec 30 02:12:46 freenas pci0: <ACPI PCI bus> on pcib0
Dec 30 02:12:46 freenas pcib1: <ACPI PCI-PCI bridge> at device 6.0 on pci0
Dec 30 02:12:46 freenas pci1: <ACPI PCI bus> on pcib1
Dec 30 02:12:46 freenas pci1: <processor> at device 0.0 (no driver attached)
Dec 30 02:12:46 freenas pcib2: <ACPI PCI-PCI bridge> mem 0xdf420000-0xdf43ffff at device 16.0 on pci0
Dec 30 02:12:46 freenas pci2: <ACPI PCI bus> on pcib2
Dec 30 02:12:46 freenas pcib3: <ACPI PCI-PCI bridge> mem 0xdf400000-0xdf41ffff at device 17.0 on pci0
Dec 30 02:12:46 freenas pci3: <ACPI PCI bus> on pcib3
Dec 30 02:12:46 freenas pcib4: <ACPI PCI-PCI bridge> at device 0.0 on pci3
Dec 30 02:12:46 freenas pci4: <ACPI PCI bus> on pcib4
Dec 30 02:12:46 freenas vgapci0: <VGA-compatible display> port 0xd000-0xd07f mem 0xde000000-0xdeffffff,0xdf000000-0xdf01ffff at device 0.0 on pci4
Dec 30 02:12:46 freenas ahci0: <AHCI SATA controller> port 0xe090-0xe097,0xe080-0xe083,0xe040-0xe05f mem 0xdf456000-0xdf457fff,0xdf45d000-0xdf45d0ff,0xdf45c000-0xdf45c7ff at device 19.0 on pci0
Dec 30 02:12:46 freenas ahci0: AHCI v1.31 with 4 6Gbps ports, Port Multiplier not supported
Dec 30 02:12:46 freenas ahcich0: <AHCI channel> at channel 0 on ahci0
Dec 30 02:12:46 freenas ahcich1: <AHCI channel> at channel 1 on ahci0
Dec 30 02:12:46 freenas ahcich2: <AHCI channel> at channel 2 on ahci0
Dec 30 02:12:46 freenas ahcich3: <AHCI channel> at channel 3 on ahci0
Dec 30 02:12:46 freenas ahci1: <AHCI SATA controller> port 0xe070-0xe077,0xe060-0xe063,0xe020-0xe03f mem 0xdf454000-0xdf455fff,0xdf45b000-0xdf45b0ff,0xdf45a000-0xdf45a7ff at device 20.0 on pci0
Dec 30 02:12:46 freenas ahci1: AHCI v1.31 with 4 6Gbps ports, Port Multiplier not supported
Dec 30 02:12:46 freenas ahcich7: <AHCI channel> at channel 3 on ahci1
Dec 30 02:12:46 freenas ahcich8: <AHCI channel> at channel 4 on ahci1
Dec 30 02:12:46 freenas ahcich9: <AHCI channel> at channel 5 on ahci1
Dec 30 02:12:46 freenas ahcich10: <AHCI channel> at channel 6 on ahci1
Dec 30 02:12:46 freenas xhci0: <XHCI (generic) USB 3.0 controller> mem 0xdf440000-0xdf44ffff at device 21.0 on pci0
Dec 30 02:12:46 freenas xhci0: 32 bytes context size, 64-bit DMA
Dec 30 02:12:46 freenas usbus0 on xhci0
Dec 30 02:12:46 freenas usbus0: 5.0Gbps Super Speed USB v3.0
Dec 30 02:12:46 freenas pcib5: <ACPI PCI-PCI bridge> at device 22.0 on pci0
Dec 30 02:12:46 freenas pci5: <ACPI PCI bus> on pcib5
Dec 30 02:12:46 freenas ix0: <Intel(R) PRO/10GbE PCI-Express Network Driver, Version - 3.2.12-k> mem 0xddc00000-0xdddfffff,0xdde04000-0xdde07fff at device 0.0 on pci5
Dec 30 02:12:46 freenas ix0: Using MSI-X interrupts with 5 vectors
Dec 30 02:12:46 freenas ix0: Ethernet address: ac:1f:6b:44:cd:c4
Dec 30 02:12:46 freenas ix1: <Intel(R) PRO/10GbE PCI-Express Network Driver, Version - 3.2.12-k> mem 0xdda00000-0xddbfffff,0xdde00000-0xdde03fff at device 0.1 on pci5
Dec 30 02:12:46 freenas ix1: Using MSI-X interrupts with 5 vectors
Dec 30 02:12:46 freenas ix1: Ethernet address: ac:1f:6b:44:cd:c5
Dec 30 02:12:46 freenas pcib6: <ACPI PCI-PCI bridge> at device 23.0 on pci0
Dec 30 02:12:46 freenas pci6: <ACPI PCI bus> on pcib6
Dec 30 02:12:46 freenas ix2: <Intel(R) PRO/10GbE PCI-Express Network Driver, Version - 3.2.12-k> mem 0xdd600000-0xdd7fffff,0xdd804000-0xdd807fff at device 0.0 on pci6
Dec 30 02:12:46 freenas ix2: Using MSI-X interrupts with 5 vectors
Dec 30 02:12:46 freenas ix2: Ethernet address: ac:1f:6b:44:cd:c6
Dec 30 02:12:46 freenas ix3: <Intel(R) PRO/10GbE PCI-Express Network Driver, Version - 3.2.12-k> mem 0xdd400000-0xdd5fffff,0xdd800000-0xdd803fff at device 0.1 on pci6
Dec 30 02:12:46 freenas ix3: Using MSI-X interrupts with 5 vectors
Dec 30 02:12:46 freenas ix3: Ethernet address: ac:1f:6b:44:cd:c7
Dec 30 02:12:46 freenas pci0: <simple comms> at device 24.0 (no driver attached)
Dec 30 02:12:46 freenas isab0: <PCI-ISA bridge> at device 31.0 on pci0
Dec 30 02:12:46 freenas isa0: <ISA bus> on isab0
Dec 30 02:12:46 freenas pci0: <memory> at device 31.2 (no driver attached)
Dec 30 02:12:46 freenas pci0: <serial bus> at device 31.5 (no driver attached)
Dec 30 02:12:46 freenas uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
Dec 30 02:12:46 freenas uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0
Dec 30 02:12:46 freenas coretemp0: <CPU On-Die Thermal Sensors> on cpu0
Dec 30 02:12:46 freenas est0: <Enhanced SpeedStep Frequency Control> on cpu0
Dec 30 02:12:46 freenas coretemp1: <CPU On-Die Thermal Sensors> on cpu1
Dec 30 02:12:46 freenas est1: <Enhanced SpeedStep Frequency Control> on cpu1
Dec 30 02:12:46 freenas coretemp2: <CPU On-Die Thermal Sensors> on cpu2
Dec 30 02:12:46 freenas est2: <Enhanced SpeedStep Frequency Control> on cpu2
Dec 30 02:12:46 freenas coretemp3: <CPU On-Die Thermal Sensors> on cpu3
Dec 30 02:12:46 freenas est3: <Enhanced SpeedStep Frequency Control> on cpu3
Dec 30 02:12:46 freenas ZFS filesystem version: 5
Dec 30 02:12:46 freenas ZFS storage pool version: features support (5000)
Dec 30 02:12:46 freenas Timecounters tick every 1.000 msec
Dec 30 02:12:46 freenas freenas_sysctl: adding account.
Dec 30 02:12:46 freenas freenas_sysctl: adding directoryservice.
Dec 30 02:12:46 freenas freenas_sysctl: adding middlewared.
Dec 30 02:12:46 freenas freenas_sysctl: adding network.
Dec 30 02:12:46 freenas freenas_sysctl: adding services.
Dec 30 02:12:46 freenas ipfw2 (+ipv6) initialized, divert enabled, nat enabled, default to accept, logging disabled
Dec 30 02:12:46 freenas nvme cam probe device init
Dec 30 02:12:46 freenas ugen0.1: <0x8086 XHCI root HUB> at usbus0
Dec 30 02:12:46 freenas uhub0: <0x8086 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
Dec 30 02:12:46 freenas uhub0: 8 ports with 8 removable, self powered
Dec 30 02:12:46 freenas ugen0.2: <vendor 0x05e3 USB2.0 Hub> at usbus0
Dec 30 02:12:46 freenas uhub1 on uhub0
Dec 30 02:12:46 freenas uhub1: <vendor 0x05e3 USB2.0 Hub, class 9/0, rev 2.00/32.98, addr 1> on usbus0
Dec 30 02:12:46 freenas uhub1: MTT enabled
Dec 30 02:12:46 freenas uhub1: 4 ports with 4 removable, self powered
Dec 30 02:12:46 freenas ugen0.3: <vendor 0x0557 product 0x7000> at usbus0
Dec 30 02:12:46 freenas uhub2 on uhub1
Dec 30 02:12:46 freenas uhub2: <vendor 0x0557 product 0x7000, class 9/0, rev 2.00/0.00, addr 2> on usbus0
Dec 30 02:12:46 freenas uhub2: 4 ports with 3 removable, self powered
Dec 30 02:12:46 freenas ugen0.4: <vendor 0x0557 product 0x2419> at usbus0
Dec 30 02:12:46 freenas ukbd0 on uhub2
Dec 30 02:12:46 freenas ukbd0: <vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 3> on usbus0
Dec 30 02:12:46 freenas kbd1 at ukbd0
Dec 30 02:12:46 freenas ugen0.5: <vendor 0x05e3 USB2.0 Hub> at usbus0
Dec 30 02:12:46 freenas uhub3 on uhub1
Dec 30 02:12:46 freenas uhub3: <vendor 0x05e3 USB2.0 Hub, class 9/0, rev 2.00/32.98, addr 4> on usbus0
Dec 30 02:12:46 freenas uhub3: MTT enabled
Dec 30 02:12:46 freenas uhub3: 4 ports with 4 removable, self powered
Dec 30 02:12:46 freenas ugen0.6: <SanDisk Ultra Fit> at usbus0
Dec 30 02:12:46 freenas umass0 on uhub3
Dec 30 02:12:46 freenas umass0: <SanDisk Ultra Fit, class 0/0, rev 2.10/1.00, addr 5> on usbus0
Dec 30 02:12:46 freenas umass0:  SCSI over Bulk-Only; quirks = 0xc100
Dec 30 02:12:46 freenas umass0:9:0: Attached to scbus9
Dec 30 02:12:46 freenas da0 at umass-sim0 bus 0 scbus9 target 0 lun 0
Dec 30 02:12:46 freenas da0: <SanDisk Ultra Fit 1.00> Removable Direct Access SPC-4 SCSI device
Dec 30 02:12:46 freenas da0: Serial Number 4C531001611017101540
Dec 30 02:12:46 freenas da0: 40.000MB/s transfers
Dec 30 02:12:46 freenas da0: 29328MB (60063744 512 byte sectors)
Dec 30 02:12:46 freenas da0: quirks=0x2<NO_6_BYTE>
Dec 30 02:12:46 freenas ada0 at ahcich0 bus 0 scbus0 target 0 lun 0
Dec 30 02:12:46 freenas ada0: <HGST HDN721010ALE604 83XN> ACS-2 ATA SATA 3.x device
Dec 30 02:12:46 freenas ada0: Serial Number 7JK6BSKC
Dec 30 02:12:46 freenas ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes)
Dec 30 02:12:46 freenas ada0: Command Queueing enabled
Dec 30 02:12:46 freenas ada0: 9537536MB (19532873728 512 byte sectors)
Dec 30 02:12:46 freenas ada1 at ahcich1 bus 0 scbus1 target 0 lun 0
Dec 30 02:12:46 freenas ada1: <HGST HDN721010ALE604 83XN> ACS-2 ATA SATA 3.x device
Dec 30 02:12:46 freenas ada1: Serial Number 7JK61TYC
Dec 30 02:12:46 freenas ada1: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes)
Dec 30 02:12:46 freenas ada1: Command Queueing enabled
Dec 30 02:12:46 freenas ada1: 9537536MB (19532873728 512 byte sectors)
Dec 30 02:12:46 freenas ada2 at ahcich7 bus 0 scbus4 target 0 lun 0
Dec 30 02:12:46 freenas ada2: <HGST HDN721010ALE604 83XN> ACS-2 ATA SATA 3.x device
Dec 30 02:12:46 freenas ada2: Serial Number 7JJZ6TYC
Dec 30 02:12:46 freenas ada2: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes)
Dec 30 02:12:46 freenas ada2: Command Queueing enabled
Dec 30 02:12:46 freenas ada2: 9537536MB (19532873728 512 byte sectors)
Dec 30 02:12:46 freenas ada3 at ahcich8 bus 0 scbus5 target 0 lun 0
Dec 30 02:12:46 freenas ada3: <HGST HDN721010ALE604 83XN> ACS-2 ATA SATA 3.x device
Dec 30 02:12:46 freenas ada3: Serial Number 7JK6GHVC
Dec 30 02:12:46 freenas ada3: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes)
Dec 30 02:12:46 freenas ada3: Command Queueing enabled
Dec 30 02:12:46 freenas ada3: 9537536MB (19532873728 512 byte sectors)
Dec 30 02:12:46 freenas ada4 at ahcich9 bus 0 scbus6 target 0 lun 0
Dec 30 02:12:46 freenas ada4: <HGST HDN721010ALE604 83XN> ACS-2 ATA SATA 3.x device
Dec 30 02:12:46 freenas ada4: Serial Number 7JK6BEKC
Dec 30 02:12:46 freenas ada4: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes)
Dec 30 02:12:46 freenas ada4: Command Queueing enabled
Dec 30 02:12:46 freenas ada4: 9537536MB (19532873728 512 byte sectors)
Dec 30 02:12:46 freenas ada5 at ahcich10 bus 0 scbus7 target 0 lun 0
Dec 30 02:12:46 freenas ada5: <HGST HDN721010ALE604 83XN> ACS-2 ATA SATA 3.x device
Dec 30 02:12:46 freenas ada5: Serial Number 7JK6GNDC
Dec 30 02:12:46 freenas ada5: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes)
Dec 30 02:12:46 freenas ada5: Command Queueing enabled
Dec 30 02:12:46 freenas ada5: 9537536MB (19532873728 512 byte sectors)
Dec 30 02:12:46 freenas random: unblocking device.
Dec 30 02:12:46 freenas Trying to mount root from zfs:freenas-boot/ROOT/default []...
Dec 30 02:12:46 freenas ipmi0: <IPMI System Interface> port 0xca2,0xca3 on acpi0
Dec 30 02:12:46 freenas ipmi0: KCS mode found at io 0xca2 on acpi
Dec 30 02:12:46 freenas ipmi0: IPMI device rev. 1, firmware rev. 3.60, version 2.0
Dec 30 02:12:46 freenas ipmi0: Number of channels 2
Dec 30 02:12:46 freenas ipmi0: Attached watchdog
Dec 30 02:12:46 freenas GEOM_RAID5: Module loaded, version 1.3.20140711.62 (rev f91e28e40bf7)
Dec 30 02:12:46 freenas GEOM_MIRROR: Device mirror/swap0 launched (2/2).
Dec 30 02:12:46 freenas GEOM_MIRROR: Device mirror/swap1 launched (2/2).
Dec 30 02:12:46 freenas GEOM_MIRROR: Device mirror/swap2 launched (2/2).
Dec 30 02:12:46 freenas GEOM_ELI: Device mirror/swap0.eli created.
Dec 30 02:12:46 freenas GEOM_ELI: Encryption: AES-XTS 128
Dec 30 02:12:46 freenas GEOM_ELI:	 Crypto: hardware
Dec 30 02:12:46 freenas GEOM_ELI: Device mirror/swap1.eli created.
Dec 30 02:12:46 freenas GEOM_ELI: Encryption: AES-XTS 128
Dec 30 02:12:46 freenas GEOM_ELI:	 Crypto: hardware
Dec 30 02:12:46 freenas GEOM_ELI: Device mirror/swap2.eli created.
Dec 30 02:12:46 freenas GEOM_ELI: Encryption: AES-XTS 128
Dec 30 02:12:46 freenas GEOM_ELI:	 Crypto: hardware
Dec 30 02:12:46 freenas pmc: Unknown Intel CPU.
Dec 30 02:12:46 freenas hwpmc: SOFT/16/64/0x67<INT,USR,SYS,REA,WRI>
Dec 30 02:12:46 freenas kernel: ix3: link state changed to UP
Dec 30 02:12:46 freenas kernel: ix3: link state changed to UP
Dec 30 02:12:46 freenas ums0 on uhub2
Dec 30 02:12:46 freenas ums0: <vendor 0x0557 product 0x2419, class 0/0, rev 1.10/1.00, addr 3> on usbus0
Dec 30 02:12:46 freenas ums0: 3 buttons and [Z] coordinates ID=0
Dec 30 02:12:48 freenas ntpd[2392]: ntpd 4.2.8p10-a (1): Starting
Dec 30 02:12:54 freenas smbd: dnssd_clientstub ConnectToServer: connect()-> No of tries: 1
Dec 30 02:12:54 freenas root: /etc/rc: WARNING: failed precmd routine for vmware_guestd
Dec 30 02:12:55 freenas smbd: dnssd_clientstub ConnectToServer: connect()-> No of tries: 2
Dec 30 02:12:56 freenas smbd: dnssd_clientstub ConnectToServer: connect()-> No of tries: 3
Dec 30 02:12:57 freenas smbd: dnssd_clientstub ConnectToServer: connect() failed path:/var/run/mdnsd Socket:36 Err:-1 Errno:2 No such file or directory
Dec 30 02:12:59 freenas root: /etc/rc: WARNING: failed precmd routine for minio
Dec 30 02:13:06 freenas daemon[3327]: BootstrapExpect is set to 1; this is the same as Bootstrap mode.
Dec 30 02:13:06 freenas daemon[3327]: bootstrap = true: do not enable unless necessary
Dec 30 02:13:06 freenas daemon[3327]: ==> Starting Consul agent...
Dec 30 02:13:06 freenas daemon[3327]: ==> Consul agent running!
Dec 30 02:13:06 freenas daemon[3327]:			Version: 'v1.0.0'
Dec 30 02:13:06 freenas daemon[3327]:			Node ID: '464f4a89-0383-496f-ef88-1f559f9bd472'
Dec 30 02:13:06 freenas daemon[3327]:		  Node name: 'freenas.local'
Dec 30 02:13:06 freenas daemon[3327]:		 Datacenter: 'dc1' (Segment: '<all>')
Dec 30 02:13:06 freenas daemon[3327]:			 Server: true (Bootstrap: true)
Dec 30 02:13:06 freenas daemon[3327]:		Client Addr: [127.0.0.1] (HTTP: 8500, HTTPS: -1, DNS: 8600)
Dec 30 02:13:06 freenas daemon[3327]:	   Cluster Addr: 127.0.0.1 (LAN: 8301, WAN: 8302)
Dec 30 02:13:06 freenas daemon[3327]:			Encrypt: Gossip: false, TLS-Outgoing: false, TLS-Incoming: false
Dec 30 02:13:06 freenas daemon[3327]:
Dec 30 02:13:06 freenas daemon[3327]: ==> Log data will now stream in as it occurs:
Dec 30 02:13:06 freenas daemon[3327]:
Dec 30 02:13:06 freenas daemon[3327]:	 2017/12/30 02:13:06 [WARN] agent: check "service:nas-health" has the 'script' field, which has been deprecated and replaced with the 'args' field. See https://www.consul.io/docs/agent/checks.html
Dec 30 02:13:08 freenas bridge0: Ethernet address: 02:54:55:7e:69:00
Dec 30 02:13:08 freenas kernel: bridge0: link state changed to UP
Dec 30 02:13:08 freenas kernel: bridge0: link state changed to UP
Dec 30 02:13:08 freenas kernel: ix3: promiscuous mode enabled
Dec 30 02:13:08 freenas kernel: ix3: link state changed to DOWN
Dec 30 02:13:08 freenas kernel: ix3: link state changed to DOWN
Dec 30 02:13:08 freenas epair0a: Ethernet address: 02:9c:50:00:07:0a
Dec 30 02:13:08 freenas epair0b: Ethernet address: 02:9c:a0:00:08:0b
Dec 30 02:13:08 freenas kernel: epair0a: link state changed to UP
Dec 30 02:13:08 freenas kernel: epair0a: link state changed to UP
Dec 30 02:13:08 freenas kernel: epair0b: link state changed to UP
Dec 30 02:13:08 freenas kernel: epair0b: link state changed to UP
Dec 30 02:13:08 freenas kernel: epair0a: promiscuous mode enabled
Dec 30 02:13:12 freenas kernel: ix3: link state changed to UP
Dec 30 02:13:12 freenas kernel: ix3: link state changed to UP
Dec 30 02:13:12 freenas kernel: arp: 30:b5:c2:00:1e:ba is using my IP address 10.0.0.1 on epair0b!
Dec 30 02:13:12 freenas kernel: arp: 30:b5:c2:00:1e:ba is using my IP address 10.0.0.1 on epair0b!
Dec 30 02:13:13 freenas daemon[3327]:	 2017/12/30 02:13:13 [ERR] agent: failed to sync remote state: No cluster leader
Dec 30 02:13:16 freenas daemon[3327]:	 2017/12/30 02:13:16 [WARN] raft: Heartbeat timeout from "" reached, starting election
Dec 30 02:13:30 freenas daemon[3327]: ==> Failed to check for updates: Get https://checkpoint-api.hashicorp.com/v1/check/consul?arch=amd64&os=freebsd&signature=22be69fe-408d-608c-d573-6ae6d0744dfb&version=1.0.0: dial tcp: lookup checkpoint-api.hashicorp.com on 10.0.0.1:53: read udp 10.0.0.50:61571->10.0.0.1:53: read: connection refused
Dec 30 02:13:33 freenas dhclient: New IP Address (ix3): 10.0.0.50
Dec 30 02:13:33 freenas dhclient: New Subnet Mask (ix3): 255.255.255.0
Dec 30 02:13:33 freenas dhclient: New Broadcast Address (ix3): 10.0.0.255
Dec 30 02:13:33 freenas dhclient: New Routers (ix3): 10.0.0.1
Dec 30 11:13:33 freenas python3.6: dnssd_clientstub DNSServiceRefSockFD called with invalid DNSServiceRef 0x81fa1a120 FFFFFFFF DDDDDDDD
Dec 30 11:13:33 freenas python3.6: dnssd_clientstub DNSServiceProcessResult called with invalid DNSServiceRef 0x81fa1a120 00000000 00000000
Dec 30 02:13:33 freenas kernel: arp: 10.0.0.50 moved from 02:9c:50:00:07:0a to ac:1f:6b:44:cd:c7 on epair0b
Dec 30 02:13:42 freenas kernel: arp: 10.0.0.1 moved from ba:63:da:2a:cd:7f to 30:b5:c2:00:1e:ba on ix3
Dec 30 02:13:59 freenas uwsgi: [freeadmin.navtree:562] Couldn't retrieve http://10.0.0.50/plugins/syncthing/1/_s/treemenu: HTTP Error 503: Service Unavailable


syncthing related snippet:
Dec 29 13:05:41 freenas uwsgi: [freeadmin.navtree:562] Couldn't retrieve http://10.0.0.50/plugins/syncthing/1/_s/treemenu: HTTP Error 503: Service Unavailable
Dec 29 13:09:27 freenas uwsgi: [freeadmin.navtree:562] Couldn't retrieve http://10.0.0.50/plugins/syncthing/1/_s/treemenu: HTTP Error 503: Service Unavailable
Dec 29 13:12:10 freenas uwsgi: [freeadmin.navtree:562] Couldn't retrieve http://10.0.0.50/plugins/syncthing/1/_s/treemenu: HTTP Error 503: Service Unavailable
Dec 29 13:16:43 freenas uwsgi: [plugins.utils:88] Couldn't retrieve http://10.0.0.50/plugins/syncthing/1/_s/status: HTTP Error 503: Service Unavailable
 
Last edited by a moderator:

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,977
Set a static IP for your FreeNAS box outside of your routers DHCP range so you don't end up with a conflict. Also make sure your jails are either set up for DHCP or set the static ip range for your jails outside your routers DHCP range.
 
Joined
Apr 9, 2015
Messages
1,258
Well if two devices are attempting to use 10.0.0.1 as their IP address it will quickly cause problems. This is especially true since your SmoothWall is likely set to 10.0.0.1.

But I agree set a static IP address for your FreeNAS and jail outside of the DHCP range. To go one step farther do the same for your IPMI and don't use 1 or 255 for anything as they are both used by your router.

And honestly it looks like your FreeNAS is set to 10.0.0.1 as well for some reason so you may want to look at the output of ifconfig.
 

Redcoat

MVP
Joined
Feb 18, 2014
Messages
2,925

milesnorth

Cadet
Joined
Dec 9, 2017
Messages
9
Thanks for the observations everyone, it will help me focus on where I need to learn some more network basics. Such as BMC means Baseboard Management Controller. Hopefully I can puzzle a few things out now. Knowing my ignorance in this area I've played it safe on the FreeNAS setup by keeping copies of all the data on the original hard drives.

Have a good New Years!
 
Last edited by a moderator:

milesnorth

Cadet
Joined
Dec 9, 2017
Messages
9
Well if two devices are attempting to use 10.0.0.1 as their IP address it will quickly cause problems. This is especially true since your SmoothWall is likely set to 10.0.0.1.

But I agree set a static IP address for your FreeNAS and jail outside of the DHCP range. To go one step farther do the same for your IPMI and don't use 1 or 255 for anything as they are both used by your router.

And honestly it looks like your FreeNAS is set to 10.0.0.1 as well for some reason so you may want to look at the output of ifconfig.

The first time I booted FreeNAS I was plugged into IPMI LAN on the motherboard because, "What the heck, lets see what happens." The LAN cable is currently plugged into LAN4 (ix3).

I put the ifconfig output below along with some of the WEB GUI settings I changed in the spoiler button. I haven't currently severed the internet connection yet, so maybe I've improved things a bit.

Thanks for spotting any further mistakes.

Code:
ifconfig
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:44:cd:c4																									
		hwaddr ac:1f:6b:44:cd:c4																								  
		nd6 options=9<PERFORMNUD,IFDISABLED>																					  
		media: Ethernet autoselect																								
		status: no carrier
ix1: 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:44:cd:c5																									
		hwaddr ac:1f:6b:44:cd:c5																								  
		nd6 options=9<PERFORMNUD,IFDISABLED>																					  
		media: Ethernet autoselect																								
		status: no carrier																										
ix2: 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:44:cd:c6																									
		hwaddr ac:1f:6b:44:cd:c6																								  
		nd6 options=9<PERFORMNUD,IFDISABLED>																					  
		media: Ethernet autoselect																								
		status: no carrier																										
ix3: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500												  
		options=a400b9<RXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,VLAN_HWTSO,RXCSUM_IPV6>								
		ether ac:1f:6b:44:cd:c7																									
		hwaddr ac:1f:6b:44:cd:c7																								  
		inet 10.0.0.50 netmask 0xffffff00 broadcast 10.0.0.255																	
		nd6 options=9<PERFORMNUD,IFDISABLED>																					  
		media: Ethernet autoselect (1000baseT <full-duplex,rxpause,txpause>)													  
		status: active																											
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 0x5																				
		inet 127.0.0.1 netmask 0xff000000																						  
		nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>																				  
		groups: lo																												
bridge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500													  
		ether 02:54:55:7e:69:00																									
		nd6 options=9<PERFORMNUD,IFDISABLED>																					  
		groups: bridge																											
		id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15																
		maxage 20 holdcnt 6 proto rstp maxaddr 2000 timeout 1200																  
		root id 00:00:00:00:00:00 priority 32768 ifcost 0 port 0																  
		member: epair0a flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>															  
				ifmaxaddr 0 port 7 priority 128 path cost 2000																	
		member: ix3 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>																  
				ifmaxaddr 0 port 4 priority 128 path cost 2000																	
epair0a: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500											  
		options=8<VLAN_MTU>																										
		ether 02:9c:50:00:07:0a																									
		hwaddr 02:9c:50:00:07:0a																								  
		nd6 options=1<PERFORMNUD>																								  
		media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)																		
		status: active																											
		groups: epair



System ---
General:
Protocol: HTTP
Certificate:
WebGUI IPv4 Address: 10.0.0.50
WebGUI IPv6 Address:
WebGUI HTTP Port: 80
WebGUI HTTPS Port: 443
WebGUI HTTP -> HTTPS Redirect: checked
Language (Require UI reload): English
Console Keyboard Map: USA
Timezone: America/Anchorage
Syslog level: Info
Syslog server:


Network ---
Global Configuration:
Hostname: freenas
Domain: local
Additional domains:
IPv4 Default Gateway:
IPv6 Default Gateway:
Nameserver 1:
Nameserver 2:
Nameserver 3:
HTTP Proxy:
Enable netwait feature:
Netwait IP list:
Host name data base:

Network Summary:
Name IPv4 Address IPv6 Address
ix3 10.0.0.50/24
Nameserver
10.0.0.1
Default route
10.0.0.1


Jails ---
Jail Configuration:
Jail Root: /mnt/nanopool/jails
IPv4 DHCP: check
IPv6 Autoconfigure: no check

Syncthing Jail Configuration:
Jail Name: syncthing_1
Type: pluginjail
IPv4 DHCP: checked
IPv4 address: DHCP (IPv4=10.0.0.40)
IPv4 netmask:
IPv4 aliases:
IPv4 bridge address:
IPv4 bridge netmask:
IPv4 bridge aliases:
IPv4 default gateway: DHCP:10.0.0.1
IPv6 Autoconfigure:
IPv6 address:
IPv6 prefix length:
IPv6 aliases:
IPv6 bridge address:
IPv6 bridge prefix length:
IPv6 bridge aliases:
IPv6 default gateway:
MAC: ba:----:7f
NIC:
Sysctls: allow.raw_sockets=true
autostart: checked
VIMAGE: checked
NAT: not checked
 
Last edited by a moderator:
Status
Not open for further replies.
Top