LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 10-01-2008, 02:49 PM   #1
dalvis
LQ Newbie
 
Registered: Oct 2008
Posts: 16

Rep: Reputation: 0
Lightbulb DNS Could not set forwarders for zone '.'. Error


Hello all

I am trying to setup nameserver it look like up and running
but with following errors in my log it shows

Oct 1 06:29:13 localhost named[8369]: starting BIND 9.3.4-P1 -u named -D -t /var/named/chroot
Oct 1 06:29:13 localhost named[8369]: found 1 CPU, using 1 worker thread
Oct 1 06:29:13 localhost named[8369]: loading configuration from '/etc/named.conf'
Oct 1 06:29:13 localhost named[8369]: listening on IPv6 interfaces, port 53
Oct 1 06:29:13 localhost named[8369]: listening on IPv4 interface lo, 127.0.0.1#53

Oct 1 06:29:13 localhost named[8369]: listening on IPv4 interface eth0, 192.168.1.1#53
Oct 1 06:29:13 localhost named[8369]: listening on IPv4 interface eth0:0, 192.168.1.3#53
Oct 1 06:29:13 localhost named[8369]: command channel listening on 127.0.0.1#953
Oct 1 06:29:13 localhost named[8369]: zone 0.in-addr.arpa/IN/internal: loaded serial 42
Oct 1 06:29:13 localhost named[8369]: zone 0.0.127.in-addr.arpa/IN/internal: loaded serial 2008092501
Oct 1 06:29:13 localhost named[8369]: zone 1.168.192.in-addr.arpa/IN/internal: loaded serial 2008093001
Oct 1 06:29:13 localhost named[8369]: zone 2.168.192.in-addr.arpa/IN/internal: loaded serial 2008093001
Oct 1 06:29:13 localhost named[8369]: zone 255.in-addr.arpa/IN/internal: loaded serial 42
Oct 1 06:29:13 localhost named[8369]: zone 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa/IN/internal: loaded serial 1997022700
Oct 1 06:29:13 localhost named[8369]: zone infotechs.in/IN/internal: loaded serial 2008092901
Oct 1 06:29:13 localhost named[8369]: zone localdomain/IN/internal: loaded serial 42
Oct 1 06:29:13 localhost named[8369]: zone localhost/IN/internal: loaded serial 2008092602
Oct 1 06:29:13 localhost named[8369]: zone myexample2.com/IN/internal: loaded serial 2008092901
Oct 1 06:29:13 localhost named[8369]: zone myexample.com/IN/external: loaded serial 2008093001
Oct 1 06:29:13 localhost named[8369]: zone myexample2.com/IN/external: loaded serial 2008093001
Oct 1 06:29:13 localhost named[8369]: D-BUS dhcdbd subscription disabled.
Oct 1 06:29:13 localhost named[8369]: D-BUS service enabled.
Oct 1 06:29:13 localhost named[8369]: running
Oct 1 06:29:13 localhost named[8369]: zone 0.0.127.in-addr.arpa/IN/internal: sending notifies (serial 2008092501)
Oct 1 06:29:13 localhost named[8369]: zone myexample.com/IN/internal: sending notifies (serial 2008092901)
Oct 1 06:29:13 localhost named[8369]: zone myexample2.com/IN/external: sending notifies (serial 2008093001)
Oct 1 06:29:38 localhost NetworkManager: <WARNING> add_ip4_config_to_named (): Could not set forwarders for zone '.'. Error: 'Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.'.

Oct 1 12:59:30 localhost named[8369]: zone myexample.com/IN/external: serial number (1) received from master 21.179.181.159#53 < ours (2008093001)
Oct 1 12:59:30 localhost named[8369]: zone myexample.com/IN/external: serial number (1) received from master 138.97.225.165#53 < ours (2008093001)

[root@united ~]# named -g -p 53
01-Oct-2008 13:41:52.219 starting BIND 9.3.4-P1 -g -p 53
01-Oct-2008 13:41:52.220 found 1 CPU, using 1 worker thread
01-Oct-2008 13:41:52.223 loading configuration from '/etc/named.conf'
01-Oct-2008 13:41:52.224 listening on IPv6 interfaces, port 53
01-Oct-2008 13:41:52.225 binding TCP socket: address in use
01-Oct-2008 13:41:52.225 listening on IPv4 interface lo, 127.0.0.1#53
01-Oct-2008 13:41:52.225 binding TCP socket: address in use
01-Oct-2008 13:41:52.225 listening on IPv4 interface eth0, 192.168.1.1#53
01-Oct-2008 13:41:52.225 binding TCP socket: address in use
01-Oct-2008 13:41:52.225 listening on IPv4 interface eth0:0, 192.168.1.3#53
01-Oct-2008 13:41:52.225 binding TCP socket: address in use
01-Oct-2008 13:41:52.229 /etc/named.conf:8: couldn't add command channel 127.0.0.1#953: address in use
01-Oct-2008 13:41:52.229 ignoring config file logging statement due to -g option
01-Oct-2008 13:41:52.229 couldn't open pid file '/var/run/named/named.pid': Permission denied
01-Oct-2008 13:41:52.229 exiting (due to early fatal error)
[root@united ~]#

I had changed the permission of '/var/run/named/named.pid' to 777 but still
I am getting above errors

I shall highly appreciate if someone could let me know what and where i am doing wrong.
 
Old 10-01-2008, 11:40 PM   #2
Mr. C.
Senior Member
 
Registered: Jun 2008
Posts: 2,529

Rep: Reputation: 63
Show your named.conf and zone files.
 
Old 10-02-2008, 04:44 PM   #3
dalvis
LQ Newbie
 
Registered: Oct 2008
Posts: 16

Original Poster
Rep: Reputation: 0
Question couldn't add command channel 127.0.0.1#953

Quote:
Originally Posted by Mr. C. View Post
Show your named.conf and zone files.
Hello Mr. C,
Thank you for having a look at my problem I am inserting my named conf
and all zone files for your review I have changed ip addresses and
server names if you need as it is please let me know.

# Use with the following in named.conf, adjusting the allow list as needed:

include "/etc/rndc.key";


controls {
inet 127.0.0.1 port 953
allow { 127.0.0.1; } keys { "rndckey"; };
};

//include "/etc/named.custom";

options {
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
//statistics-file "/var/named/data/named_stats.txt";
/*
* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
//query-source address * port 53;
allow-query { any; }; // default query access
allow-recursion { internals; }; // restrict recursion or externals;
//why i am getting rndc: connect failed: 127.0.0.1#953
zone-statistics yes;
statistics-file "/var/log/named.stats";
listen-on-v6 { any; };
notify yes;
recursion yes;

};




acl slaves {
72.9.106.68; // zoneedit
209.126.159.118; // zoneeditinclude "/etc/.unrndckey";
};

acl internals {
127.0.0.1/8;
192.168.10.1/24;
192.168.100.1/24;
192.168.20.1/24;

};


view "internal" {

forwarders { 192.168.10.1; 192.168.100.2; };
allow-query { internals; };
allow-transfer { internals; };
match-clients { internals; };


zone "." IN {
type hint;
file "/var/named/named.root";
};

zone "localdomain." IN {
type master;
file "/var/named/localdomain.zone";
allow-update { none; };
};

zone "localhost." IN {
type master;
file "/var/named/localhost.zone";
allow-update { none; };
};

zone "0.0.127.in-addr.arpa." IN {
type master;
file "/var/named/named.local";
allow-update { none; };
};

zone "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa." IN {
type master;
file "/var/named/named.ip6.local";
allow-update { none; };
};

zone "255.in-addr.arpa." IN {
type master;
file "/var/named/named.broadcast";
allow-update { none; };
};

zone "0.in-addr.arpa." IN {
type master;
file "/var/named/named.zero";
allow-update { none; };
};

zone "maxtechs.in" {
type master;
file "/var/named/internals/db.maxtechs.in";
};

zone "maxtechs2.net"{
type master;
file "/var/named/internals/db.maxtechs2.net";

};

zone "10.168.192.in-addr.arpa" {
type master;
notify no;
file "/var/named/internals/db.192.168.1";
allow-transfer { 192.168.10.1; 192.168.100.1; 176.74.236.21; 16.98.150.36; 29.16.159.18; };
};

zone "100.168.192.in-addr.arpa" {
type master;
notify no;
file "/var/named/internals/db.192.168.2";
allow-transfer { 192.168.10.1; 192.168.100.1; 176.74.236.21; 16.98.150.36; 29.16.159.18; };
};

};

view "external" {

zone "." IN {
type hint;
file "/var/named/named.root";
};

match-clients { any; };
zone "ns1.maxtechs.in" {
type master;
file "/var/named/externals/db.ns1.maxtechs.in";

};

zone "ns1.maxtechs2.net"{
type master;
file "/var/named/externals/db.ns1.maxtechs2.net";

};

zone "21.81.159.in-addr.arpa" {
type master;
notify no;
file "/var/named/externals/db.159.81.21";
allow-transfer { 192.168.1.1; 192.168.2.1; 176.74.236.21; 16.98.150.36; 29.16.159.18; };
};

};
------------------------------
My Internal zone files
------------------------------
Zone 10.168.192.in-addr.arpa
$TTL 86400
@ IN SOA ns1.maxtechs.in. root.maxtechs.in (
2008100203 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL


@ IN NS ns1.maxtechs.in.
@ IN NS ns18.zoneedit.com
@ IN NS ns4.zoneedit.com

1 IN PTR ns1.maxtechs.in.
2 IN PTR maxtechs.in.
2 IN PTR www.maxtechs.in.
2 IN PTR ftp.maxtechs.in.
2 IN PTR 3dsecure.maxtechs.in.
7 IN PTR ns1.maxtechs2.net.
3 IN PTR maxtechs2.net.
3 IN PTR www.maxtechs2.net.
3 IN PTR ftp.maxtechs2.net.
3 IN PTR 3dsecure.maxtechs2.net.
4 IN PTR mail.maxtechs.in.
4 IN PTR smtp.maxtechs.in.
5 IN PTR mail.maxtechs2.net.
5 IN PTR smtp.maxtechs2.net.
------------------------------------------
Zone 100.168.192.in-addr.arpa
$TTL 864000
@ IN SOA ns1.maxtechs2.net. root.maxtechs2.net (
2008100203 ; serial
28800 ; refresh
7200 ; retry
2419200 ; expire
864000 ; ttk
)

@ IN NS ns2.maxtechs2.net.

1 IN PTR ns2.maxtechs2.net.
-----------------------------------------
zone "maxtechs.in"
$TTL 86400
@ IN SOA ns1.maxtechs.in. root.maxtechs.in. (
2008100201 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL

@ IN NS ns1.maxtechs.in.
@ IN NS ns18.zoneedit.com.
@ IN NS ns17.zoneedit.com.

@ IN MX 10 mail.maxtechs.in.
@ IN MX 20 smtp.maxtechs.in.

localhost A 127.0.0.1
ns1 IN A 192.168.10.1
www IN A 192.168.10.2
ftp IN A 192.168.10.2
mail IN A 192.168.10.4
smtp IN A 192.168.10.4
--------------------------------------------
zone "maxtechs2.net"
$TTL 864000
@ IN SOA ns1.maxtechs2.net. root.maxtechs2.net. (
2008100203 ; serial
28800 ; refresh
7200 ; retry
2419200 ; expire
864000 ; ttl
)


@ IN NS ns1.maxtechs2.net.
@ IN NS ns3.zoneedit.com
@ IN NS ns4.zoneedit.com

localhost A 127.0.0.1
ns1 IN A 192.168.10.7
ns2 IN A 192.168.100.1
www IN A 192.168.10.3
ftp IN A 192.168.10.3
mail IN A 192.168.10.5
smtp IN A 192.168.10.5
--------------------------------------
My External Zone files
--------------------------------------
zone "21.81.159.in-addr.arpa"
$TTL 86400
@ IN SOA ns1.maxtechs.in. root.maxtechs.in. (
2008100203 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL

@ IN NS ns1.maxtechs.in.
@ IN NS ns1.maxtechs2.net.

21 IN PTR ns1.maxtechs.in.
21 IN PTR maxtechs.in.
21 IN PTR www.maxtechs.in.
21 IN PTR ftp.maxtechs.in.
21 IN PTR 3dsecure.maxtechs.in.
21 IN PTR smtp.maxtechs.in.
21 IN PTR mail.maxtechs.in.
21 IN PTR ns1.maxtechs2.net.
21 IN PTR maxtechs2.net.
21 IN PTR www.maxtechs2.net.
21 IN PTR ftp.maxtechs2.net.
21 IN PTR 3dsecure.maxtechs2.net.
21 IN PTR mail.maxtechs2.net.
21 IN PTR smtp.maxtechs2.net.
---------------------------------------------
zone "ns1.maxtechs.net"

$TTL 86400
@ IN SOA ns1.maxtechs.in. root.maxtechs.in. (
2008100203 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL


@ IN NS ns1.maxtechs.net.
@ IN MX 10 mail.maxtechs.net.
@ IN MX 20 smtp.maxtechs.net.

localhost A 127.0.0.1
ns1 IN A 159.81.21.21
www IN A 159.81.21.21
ftp IN A 159.81.21.21
mail IN A 159.81.21.21
smtp IN A 159.81.21.21

---------------------------------------------
zone "ns1.maxtechs2.net"

$TTL 86400
@ IN SOA ns1.maxtechs.in. root.maxtechs.in. (
2008100203 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL


@ IN NS ns1.maxtechs2.net.
@ IN MX 10 mail.maxtechs2.net.
@ IN MX 20 smtp.maxtechs2.net.

localhost A 127.0.0.1# Use with the following in named.conf, adjusting the allow list as needed:


include "/etc/rndc.key";


controls {
inet 127.0.0.1 port 953
allow { 127.0.0.1; } keys { "rndckey"; };
};

//include "/etc/named.custom";

options {
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
//statistics-file "/var/named/data/named_stats.txt";
/*
* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
//query-source address * port 53;
allow-query { any; }; // default query access
allow-recursion { internals; }; // restrict recursion or externals;
//why i am getting rndc: connect failed: 127.0.0.1#953
zone-statistics yes;
statistics-file "/var/log/named.stats";
listen-on-v6 { any; };
notify yes;
recursion yes;

};




acl slaves {
72.9.106.68; // zoneedit
209.126.159.118; // zoneeditinclude "/etc/.unrndckey";
};

acl internals {
127.0.0.1/8;
192.168.10.1/24;
192.168.100.1/24;
192.168.20.1/24;

};


view "internal" {

forwarders { 192.168.10.1; 192.168.100.2; };
allow-query { internals; };
allow-transfer { internals; };
match-clients { internals; };


zone "." IN {
type hint;
file "/var/named/named.root";
};

zone "localdomain." IN {
type master;
file "/var/named/localdomain.zone";
allow-update { none; };
};

zone "localhost." IN {
type master;
file "/var/named/localhost.zone";
allow-update { none; };
};

zone "0.0.127.in-addr.arpa." IN {
type master;
file "/var/named/named.local";
allow-update { none; };
};

zone "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa." IN {
type master;
file "/var/named/named.ip6.local";
allow-update { none; };
};

zone "255.in-addr.arpa." IN {
type master;
file "/var/named/named.broadcast";
allow-update { none; };
};

zone "0.in-addr.arpa." IN {
type master;
file "/var/named/named.zero";
allow-update { none; };
};

zone "maxtechs.in" {
type master;
file "/var/named/internals/db.maxtechs.in";
};

zone "maxtechs2.net"{
type master;
file "/var/named/internals/db.maxtechs2.net";

};

zone "10.168.192.in-addr.arpa" {
type master;
notify no;
file "/var/named/internals/db.192.168.1";
allow-transfer { 192.168.10.1; 192.168.100.1; 176.74.236.21; 16.98.150.36; 29.16.159.18; };
};

zone "100.168.192.in-addr.arpa" {
type master;
notify no;
file "/var/named/internals/db.192.168.2";
allow-transfer { 192.168.10.1; 192.168.100.1; 176.74.236.21; 16.98.150.36; 29.16.159.18; };
};

};

view "external" {

zone "." IN {
type hint;
file "/var/named/named.root";
};

match-clients { any; };
zone "ns1.maxtechs.in" {
type master;
file "/var/named/externals/db.ns1.maxtechs.in";

};

zone "ns1.maxtechs2.net"{
type master;
file "/var/named/externals/db.ns1.maxtechs2.net";

};

zone "21.81.159.in-addr.arpa" {
type master;
notify no;
file "/var/named/externals/db.159.81.21";
allow-transfer { 192.168.1.1; 192.168.2.1; 176.74.236.21; 16.98.150.36; 29.16.159.18; };
};

};
------------------------------
My Internal zone files
------------------------------
Zone 10.168.192.in-addr.arpa
$TTL 86400
@ IN SOA ns1.maxtechs.in. root.maxtechs.in (
2008100203 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL


@ IN NS ns1.maxtechs.in.
@ IN NS ns18.zoneedit.com
@ IN NS ns4.zoneedit.com

1 IN PTR ns1.maxtechs.in.
2 IN PTR maxtechs.in.
2 IN PTR www.maxtechs.in.
2 IN PTR ftp.maxtechs.in.
2 IN PTR 3dsecure.maxtechs.in.
7 IN PTR ns1.maxtechs2.net.
3 IN PTR maxtechs2.net.
3 IN PTR www.maxtechs2.net.
3 IN PTR ftp.maxtechs2.net.
3 IN PTR 3dsecure.maxtechs2.net.
4 IN PTR mail.maxtechs.in.
4 IN PTR smtp.maxtechs.in.
5 IN PTR mail.maxtechs2.net.
5 IN PTR smtp.maxtechs2.net.
------------------------------------------
Zone 100.168.192.in-addr.arpa
$TTL 864000
@ IN SOA ns1.maxtechs2.net. root.maxtechs2.net (
2008100203 ; serial
28800 ; refresh
7200 ; retry
2419200 ; expire
864000 ; ttk
)

@ IN NS ns2.maxtechs2.net.

1 IN PTR ns2.maxtechs2.net.
-----------------------------------------
zone "maxtechs.in"
$TTL 86400
@ IN SOA ns1.maxtechs.in. root.maxtechs.in. (
2008100201 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL

@ IN NS ns1.maxtechs.in.
@ IN NS ns18.zoneedit.com.
@ IN NS ns17.zoneedit.com.

@ IN MX 10 mail.maxtechs.in.
@ IN MX 20 smtp.maxtechs.in.

localhost A 127.0.0.1
ns1 IN A 192.168.10.1
www IN A 192.168.10.2
ftp IN A 192.168.10.2
mail IN A 192.168.10.4
smtp IN A 192.168.10.4
--------------------------------------------
zone "maxtechs2.net"
$TTL 864000
@ IN SOA ns1.maxtechs2.net. root.maxtechs2.net. (
2008100203 ; serial
28800 ; refresh
7200 ; retry
2419200 ; expire
864000 ; ttl
)


@ IN NS ns1.maxtechs2.net.
@ IN NS ns3.zoneedit.com
@ IN NS ns4.zoneedit.com

localhost A 127.0.0.1
ns1 IN A 192.168.10.7
ns2 IN A 192.168.100.1
www IN A 192.168.10.3
ftp IN A 192.168.10.3
mail IN A 192.168.10.5
smtp IN A 192.168.10.5
--------------------------------------
My External Zone files
--------------------------------------
zone "21.81.159.in-addr.arpa"
$TTL 86400
@ IN SOA ns1.maxtechs.in. root.maxtechs.in. (
2008100203 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL

@ IN NS ns1.maxtechs.in.
@ IN NS ns1.maxtechs2.net.

21 IN PTR ns1.maxtechs.in.
21 IN PTR maxtechs.in.
21 IN PTR www.maxtechs.in.
21 IN PTR ftp.maxtechs.in.
21 IN PTR 3dsecure.maxtechs.in.
21 IN PTR smtp.maxtechs.in.
21 IN PTR mail.maxtechs.in.
21 IN PTR ns1.maxtechs2.net.
21 IN PTR maxtechs2.net.
21 IN PTR www.maxtechs2.net.
21 IN PTR ftp.maxtechs2.net.
21 IN PTR 3dsecure.maxtechs2.net.
21 IN PTR mail.maxtechs2.net.
21 IN PTR smtp.maxtechs2.net.
---------------------------------------------
zone "ns1.maxtechs.net"

$TTL 86400
@ IN SOA ns1.maxtechs.in. root.maxtechs.in. (
2008100203 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL


@ IN NS ns1.maxtechs.net.
@ IN MX 10 mail.maxtechs.net.
@ IN MX 20 smtp.maxtechs.net.

localhost A 127.0.0.1
ns1 IN A 59.81.21.21
www IN A 59.81.21.21
ftp IN A 59.81.21.21
mail IN A 59.81.21.21
smtp IN A 59.81.21.21

---------------------------------------------
zone "ns1.maxtechs2.net"

$TTL 86400
@ IN SOA ns1.maxtechs.in. root.maxtechs.in. (
2008100203 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL


@ IN NS ns1.maxtechs2.net.
@ IN MX 10 mail.maxtechs2.net.
@ IN MX 20 smtp.maxtechs2.net.

localhost A 127.0.0.1
ns1 IN A 59.81.21.21
ns2 IN A 59.81.21.21
www IN A 59.81.21.21
ftp IN A 59.81.21.21
mail IN A 59.81.21.21
smtp IN A 59.81.21.21
----------------------------------------



ns1 IN A 159.81.21.21
ns2 IN A 159.81.21.21
www IN A 159.81.21.21
ftp IN A 159.81.21.21
mail IN A 159.81.21.21
smtp IN A 159.81.21.21
----------------------------------------

Thank you
 
  


Reply

Tags
linux, networking



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Dns Problem Loading The Zone File Error(zone File Not Found) ramineni Linux - Newbie 1 09-14-2008 08:36 AM
DNS forwarders not working lapthorn Linux - Networking 4 06-21-2008 01:19 PM
DNS Master Zone Vs. DNS Slave Zone ALInux Linux - Networking 3 08-29-2007 09:28 AM
Getting PPP to set the forwarders for named sgmeunier Linux - Networking 4 11-23-2006 05:32 AM
DNS forwarders and A-Records fquinteros Linux - Networking 1 08-23-2003 05:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 09:20 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration