I have a FreeNAS 9.x box that has stopped being able to see anything on the local network (let alone the internet at large).
This box has a static IP: 192.168.2.248.
It is directly connected to a router (192.168.2.1) via an ethernet cable.
The router is serving out IPs from 192.168.2.2 to 192.168.2.100 via DHCP. There are other devices with static IPs outside that range that have access to the network and internet via this router, they are unaffected.
Attempting to ping either the router or Google results in no packets being received:
I've gone through the automated setup to remove and re-add my interface "em0" but I still can't see anything on my local network or the internet.
I've also attached the contents of my /etc/resolv.conf and /etc/rc.conf files.
Any help would be much appreciated! I'm typically a fairly decent Linux guy, but am slowly learning the nuances of BSD!
This box has a static IP: 192.168.2.248.
It is directly connected to a router (192.168.2.1) via an ethernet cable.
The router is serving out IPs from 192.168.2.2 to 192.168.2.100 via DHCP. There are other devices with static IPs outside that range that have access to the network and internet via this router, they are unaffected.
Attempting to ping either the router or Google results in no packets being received:
Code:
# ping -c 3 192.168.2.1
PING 192.168.2.1 (192.168.2.1): 56 data bytes
--- 192.168.2.1 ping statistics ---
3 packets transmitted, 0 packets received, 100.0% packet loss
# ping -c 3 www.google.ca #Obviously this will fail now, but the error is different
ping: cannot resolve www.google.ca: Host name lookup failure
I've gone through the automated setup to remove and re-add my interface "em0" but I still can't see anything on my local network or the internet.
I've also attached the contents of my /etc/resolv.conf and /etc/rc.conf files.
Any help would be much appreciated! I'm typically a fairly decent Linux guy, but am slowly learning the nuances of BSD!