On FreeBSD 15.0-RELEASE-p5 I have all the time error message:
route: message indicates error: File exist
add host 127.0.0.1: gateway lo0 fib:0: route already in table
route: message indicates error: File exist
I do not have problems but I like to know where in the settings should I look for.
In /etc/rc.conf I have:
in /etc/resolver.conf
and in /usr/local/etc/unbound/unbound.conf
Thank you.
route: message indicates error: File exist
add host 127.0.0.1: gateway lo0 fib:0: route already in table
route: message indicates error: File exist
I do not have problems but I like to know where in the settings should I look for.
In /etc/rc.conf I have:
Code:
hostname="fernandel"
Code:
nameserver 127.0.0.1
Code:
interface: 127.0.0.1
access-control: 127.0.0.1/8
Thank you.