Hello,
I run a server who was automatically set up by OVH.
The /etc/rc.conf contains the line
There is no unbound_enable="YES" in the /etc/rc.conf, and the unbound service is not running.
(Edit: Well, actually, I don't know.
however
)
The local_unbound service, on the other hand appears to be running.
I'd like to modify some settings for local_unbound, to allow the name server currently listening at 127.0.0.1 to also listen on 192.168.0.1 which is the address of the lo1 cloned interface (for my jails).
However, I don't see any config file anywhere that would allow me to change anything.
In all the config files that seem to be related to local_unbound, including the /var/unbound/unbound.conf file, I can read the line:
So what can I do?
Thanks for your help
I run a server who was automatically set up by OVH.
The /etc/rc.conf contains the line
Code:
local_unbound_enable="YES"
There is no unbound_enable="YES" in the /etc/rc.conf, and the unbound service is not running.
(Edit: Well, actually, I don't know.
# service unbound status
Cannot 'status' unbound. Set unbound_enable to YES in /etc/rc.conf or use 'onestatus' instead of 'status'.
however
# ps aux | grep [NOPARSE][u][/NOPARSE]nbound
unbound 851 0.0 0.5 26028 9192 - Is 17:18 0:00.05 /usr/sbin/unbound -c /var/unbound/unbound.conf
)
The local_unbound service, on the other hand appears to be running.
I'd like to modify some settings for local_unbound, to allow the name server currently listening at 127.0.0.1 to also listen on 192.168.0.1 which is the address of the lo1 cloned interface (for my jails).
However, I don't see any config file anywhere that would allow me to change anything.
In all the config files that seem to be related to local_unbound, including the /var/unbound/unbound.conf file, I can read the line:
Code:
# This file was generated by local-unbound-setup.
# Modifications will be overwritten.
So what can I do?
Thanks for your help