Can't connect to WebUI after update/reboot or ping server

Status
Not open for further replies.

Renxwar

Cadet
Joined
Jun 28, 2015
Messages
4
I didn't follow read only friday and updated my server to 9.10. Since then, I haven't been able to access my server no matter what I do, it's the weirdest thing. I've tried factory reset and putting the network config back in, I've tried a full reinstall from scratch, I've tried DHCP, I've tried different IP addresses.

The server is attached to a Cisco SG300 switch (there's other devices attached to it and are working, but I've tried restarting the switch), the switch is connected to a Netgear R7000 router.

Router IP: 192.168.1.1/24

Switch IP: 192.168.1.2/24

FreeNAS IP: 192.168.1.20/24

DNS: 192.168.1.31/24 (Windows DNS), 192.168.1.1/24 (Router)

I can ping the gateway (192.168.1.1), I can ping the IP (192.168.1.20), and I can ping loopback (127.0.0.1), I can ping outside (www.google.com) but I cannot ping any other IP addresses such as the DNS, and other devices cannot ping the server. I'm pulling out my hair here.
 

Renxwar

Cadet
Joined
Jun 28, 2015
Messages
4
Hardware information:

Motherboard: SuperMicro X10SLM-F
CPU: Intel Xeon E3-1231V3
RAM: 2x Samsung DDR3-1600 8GB/1Gx72 ECC CL11 Server Memory
Hard Drives: 6x WD Red 4TB
Boot drive: Sandisk 16gb USB
NIC: (Built-in) Dual Intel i210AT

ifconfig:

Code:
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=4219b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWSCUM,TS04,WOL_MAGIC,VLAN_HWTSO>
ether 0c:c4:7a:42:a0:bc
inet 192.168.1.20 netmask 0xffffff00 broadcast 192.168.1.255
nd6 options=9<PERFORMNUD,IFDISABLED>
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
em1: flags=8c02<BROADCAST,ACTIVE,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=4219b>RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGG,VLAN_HWCSUM,TS04,WOL_MAGIC,VLAN_HWTSO>
ether 0c:c4:7a:42:a0:bd
nd6 options=9<PERFORMNUD,IFDISABLED>
media: Ethernet autoselect (1000baseT <full-duplex>)
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%1o0 prefixlen 64 scopeid 0x3
inet 127.0.0.1 netmask 0xff000000
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>


Also getting this error when configuring NIC:

Code:
freenas mDNSResponder: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 000000080147FD60 freenas.local. (Addr) that's already in the list
freenas mDNSResponder: mDNS_Register_Internal: ERROR!! Tried to register AuthRecord 0000000801480180 20.1.168.192.inaddr.arpa (PTR) that's already in the list
 
Last edited:
Status
Not open for further replies.
Top