Quote:
|
Originally Posted by langer
here is teh error I'm getting:
Code:
Starting name server BIND /etc/named.d/forwarders.conf:7: '{' expected near ';'
..skipped
The file reads:
Code:
# Copyright (c) 2001-2004 SuSE Linux AG, Nuernberg, Germany.
# All rights reserved.
# Forwarders file for PPPD updates (only)
#
# /etc/named.d/forwarders.conf
forwarders ;
How should this be configured??
|
It should be something like this:
Code:
# The forwarders record contains a list of servers to
# which queries should be forwarded. Enable this line and
# modify the IP-address to your provider's name server.
# Up to three servers may be listed.
forwarders { 194.25.2.129; };
However, if you don't need it, comment it out:
Code:
#forwarders { 194.25.2.129; };
Recent comments
6 hours 17 min ago
11 hours 10 min ago
20 hours 2 min ago
21 hours 2 min ago
1 day 49 min ago
1 day 2 hours ago
1 day 5 hours ago
1 day 12 hours ago
1 day 21 hours ago
1 day 23 hours ago