I do have a hosts file which is probably wrong....
::1 x230.localhost x230
127.0.0.1 x230.localhost x230
x230 being the hostname i set in my rc.conf, but i'm not sure if the above is formatted correctly?
I didn't really set any IP addresses up in there, everything else besides the above is commented out
#RFC 1918 specifies that these networks are "internal'
#10.0.0.0 - 10.255.255.255 (10/8 prefix)
#127.16.0.0 - 172.31.255.255 (127.16/12 prefix)
#192.168.0.0 - 192.168.255.255 (192.168/16 prefix)
EDIT:
I've unset my hostname in rc.conf
and I've reset my etc/hosts
file to what is was originally, which was:
::1 localhost localhost.
127.0.0.1 localhost localhost.
I thought this might fix the error but it still persists. I've tried to read up a little about the hosts file but I've never had to mess with such a file before so I'm kind of stumped π
I'd also really like to enable npf again and get it working properly once I get my network connection sorted