Home > network unreachable > bind error network unreachable resolving debian

Bind Error Network Unreachable Resolving Debian

Contents

With Bind Issues related to configuring your network Post Reply Print view Search Advanced search 4 posts • Page 1 of 1 borish Posts: 3 Joined: 2013/07/28 14:30:03 [SOLVED] Problem With Bind Quote Postby borish » named error network unreachable resolving 2013/07/28 15:03:45 Hi to you all,I have a problem with named.I install a new error network unreachable resolving dnskey in centos 6.3 server, installed bind on it, and at the begining every thing was OK.after that i installed some zone file, and lame servers error network unreachable resolving the problem is that i can't resolve any out side address.when i make "dig @192.168.1.190 google.co.il" i get:; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.17.rc1.el6_4.4 <<>> @192.168.1.190 google.co.il; (1 server found);; global options: +cmd;; connection timed out; no servers

Ubuntu Bind Disable Ipv6

could be reachedmy named.conf file:Code: Select all//
// Provided by Red Hat bind package to configure the ISC BIND named(8) DNS
// server as a caching only nameserver (as a localhost DNS resolver only).
//
// See /usr/share/doc/bind*/sample/ for example named configuration files.
//

options {
listen-on port 53 { 127.0.0.1;192.168.1.190; };
listen-on-v6 port 53 { none; };
error (network unreachable) resolving ubuntu directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
memstatistics-file "/var/named/data/named_mem_stats.txt";
allow-query { localhost; any; };
recursion yes;


dnssec-enable yes;
dnssec-validation yes;
dnssec-lookaside auto;

/* Path to ISC DLV key */
bindkeys-file "/etc/named.iscdlv.key";

managed-keys-directory "/var/named/dynamic";
};

logging {
channel default_debug {
file "data/named.run";
severity dynamic;
};
};

zone "." IN {
type hint;
file "named.ca";
};



zone "haikin.local" IN {
type master;
file "haikin.local.fw";
allow-update { none;};
};


zone "1.168.192.in-addr.arpa" IN {
type master;
file "haikin.local.rev";
allow-update { none; };
};
include "/etc/named.rfc1912.zones";
include "/etc/named.root.key";
Can you please HELP me !!Thank you. Top jorch Posts: 5 Joined: 2013/07/23 11:55:54 [SOLVED] Problem With Bind Quote Postby jorch » 2013/07/30 07:35:04 Hi,If you

Start here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss bind options="-4" the workings and policies of this site About Us Learn more about

Bind9 Disable Ipv6

Stack Overflow the company Business Learn more about hiring developers or posting ads with us Server Fault Questions

Dnssec-enable

Tags Users Badges Unanswered Ask Question _ Server Fault is a question and answer site for system and network administrators. Join them; it only takes a minute: Sign up http://www.centos.org/forums/viewtopic.php?t=8744 Here's how it works: Anybody can ask a question Anybody can answer The best answers are voted up and rise to the top (network unreachable) error in my server logs up vote 2 down vote favorite 2 I'm getting lots of network unreachable lines in my Centos' messages log file. They seem they can't resolve to certain addresses which http://serverfault.com/questions/639061/network-unreachable-error-in-my-server-logs I do not have any ideas why my server has to resolve to them in the first place. Could anyone let me know the origin of such error? Am I under an attack? Oct 23 11:39:03 server named[1585]: error (network unreachable) resolving './DNSKEY/IN': 2001:503:ba3e::2:30#53 Oct 23 11:39:03 server named[1585]: error (network unreachable) resolving './NS/IN': 2001:503:ba3e::2:30#53 Oct 23 11:39:03 server named[1585]: error (network unreachable) resolving 'dlv.isc.org/DNSKEY/IN': 2001:500:48::1#53 Oct 23 11:39:03 server named[1585]: error (network unreachable) resolving 'dlv.isc.org/DNSKEY/IN': 2001:4f8:0:2::19#53 Oct 23 11:39:03 server named[1585]: error (network unreachable) resolving 'ns.isc.afilias-nst.info/A/IN': 2001:500:2f::f#53 Oct 23 11:39:03 server named[1585]: error (network unreachable) resolving 'ns.isc.afilias-nst.info/AAAA/IN': 2001:500:2f::f#53 Oct 23 11:39:03 server named[1585]: error (network unreachable) resolving 'ns.isc.afilias-nst.info/A/IN': 2001:500:1::803f:235#53 Oct 23 11:39:03 server named[1585]: error (network unreachable) resolving 'ns.isc.afilias-nst.info/AAAA/IN': 2001:500:1::803f:235#53 Oct 23 11:39:03 server named[1585]: error (network unreachable) resolving 'ns.isc.afilias-nst.info/A/IN': 2001:503:c27::2:30#53 Oct 23 11:39:03 server named[1585]: error (network unreachable) resolving 'ns.isc.afilias-nst.info/AAAA/IN': 2001:503:c27::2:30#53 Oct 23 11:39:03 server named[1585]: error (network unreachable) resolving 'ns.isc.afilias-nst.info/A/IN': 2001:500:1a::1#53 Oct 23 11:39:03 server named[1585]: error (network unreachable) resolving 'dlv.isc.org/DNSKEY/IN': 2001:4f8:0:2::20#53 Oct 23 11:39:03 server named[1585]: error (network unreachable) resolving 'dlv.isc.org/DNSKEY/IN': 2001:500:60::29#

Start here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about hiring http://serverfault.com/questions/77325/unreachable-resolving-domain developers or posting ads with us Server Fault Questions Tags Users Badges Unanswered Ask Question _ Server Fault is a question and answer site for system and network administrators. Join them; it only takes a minute: Sign up Here's how http://sgros.blogspot.com/2012/06/bind-and-network-unreachable-messages.html it works: Anybody can ask a question Anybody can answer The best answers are voted up and rise to the top unreachable resolving domain up vote 4 down vote favorite 2 got a strange selection of errors in my logwatch network unreachable that lists a 'network unreachable resolving nsX.somedomain.com' error repeatedly. This is on an Ubuntu 9.04 Server install with latest updates using bind for dns. I've seen various blog posts blaming the repeated entries on spamassasin, but I don't have that installed. The domains listed seem to be ones that are accessed within my network - but there's no reason my server should be attempting to resolve these - I have my ISP's name servers for that, and all my computers error network unreachable are configured to get DNS from the correct location. Any ideas for a solution would be incredibly helpful - my logwatch results are getting longer and longer! I've given an example of these logs below. network unreachable resolving 'e.ns.lanechange.info/A/IN': 2001:500:49::1#53: 1 Time(s) network unreachable resolving 'e.ns.lanechange.info/AAAA/IN': 2001:500:49::1#53: 1 Time(s) network unreachable resolving 'echochamber.me/A/IN': 2001:4830:120:1::1#53: 1 Time(s) I also have similar results for ROOT-SERVERS.NET domain-name-system bind logging share|improve this question edited Oct 22 '09 at 20:21 asked Oct 22 '09 at 19:53 Elliot Hughes 17817 Your post is quite contradictory: you say you use BIND on your Ubuntu machine and later you say you use the ISP's name servers for name resolution. Which sentence is correct? –bortzmeyer Oct 23 '09 at 10:22 I use BIND to serve my own DNS records ie the results for resborand.co.uk and its subdomains. I use my ISPs nameservers to resolve requests for everything else e.g google.com yahoo.com –Elliot Hughes Oct 24 '09 at 12:05 add a comment| 2 Answers 2 active oldest votes up vote 5 down vote It seems bind by default now tries to resolve queries recursively using ipv6. The log clearly states that bind tries to resolve recursively using ipv6, so I doubt that it isn't used for that. 2001:4830:120:1 is not reachable at least. Add -4 to the bind command line to disable this. For debian, this means to put OPTIONS="-u bind -4" into /e

file (messages are slightly obfuscated to protect innocent :)): Jun 29 14:32:11 someserver named[1459]: error (network unreachable) resolving 'www.eolprocess.com/A/IN': 2001:503:a83e::2:30#53 Jun 29 14:32:11 someserver named[1459]: error (network unreachable) resolving 'www.eolprocess.com/A/IN': 2001:503:231d::2:30#53 What these messages say is that network that contains address 2001:503:231d::2:30 is unreachable. So, what's happening? The problem is that all modern operating systems support IPv6 out of the box. The same is for growing number of software packages, among them is BIND too. So, operating system configures IPv6 address on interface and application thinks that IPv6 works and configures it. But, IPv6 doesn't work outside of the local network (there is no IPv6 capable router) so, IPv6 addresses, unless in local networks, are unreachable. So, you might ask now: but everything otherwise works, why is this case special! Well, the problem is that some DNS servers, anywhere in hierarchy, support IPv6, but not all. And when our resolver gets IPv6 address in response, it defaults to it and ignores IPv4. It obviously can not reach it so it logs a message and then tries IPv4. Once again, note that this IPv6 address can pop up anywhere in hierarchy, it isn't necessary to be on the last DNS server. In this concrete case name server for eolprocess.com doesn't support IPv6, but some name server for the top level com domain do support it! To prevent those messages from appearing add option -4 to bind during startup. On CentOS (Fedora/RHEL) add or modify the line OPTIONS in /etc/sysconfig/named so that it includes option -4, i.e. OPTIONS="-4" Posted by Stjepan Groš (sgros) at 14:49 Labels: bind, centos, dns, english, fedora, ipv4, ipv6, linux, named, netadm, network unreachable, problem, resolver, sysadm Location: Zagreb, Croatia 5 comments: joebuff said... /etc/sysconfing/n

 

Related content

apache error log network is unreachable

Apache Error Log Network Is Unreachable table id toc tbody tr td div id toctitle Contents div ul li a href Error Network Unreachable a li ul td tr tbody table p Threaded Nov AM Post relatedl of views Permalink Error error network unreachable resolving Message warn Network is unreachable connect to listener Server Solaris p h id Error Network Unreachable p Apache version Message in error log warn Network is unreachable connect to listener I've searched named error network unreachable this message in news groups and listserv archives and haven't found a definitive answer one that works for me

bind named error network unreachable resolving

Bind Named Error Network Unreachable Resolving table id toc tbody tr td div id toctitle Contents div ul li a href Error network Unreachable Resolving Debian a li li a href Dnssec-enable a li ul td tr tbody table p With Bind Issues related to configuring your network Post Reply Print view Search Advanced search posts bull relatedl Page of borish Posts Joined error network unreachable resolving ubuntu SOLVED Problem With Bind Quote Postby borish raquo Hi ubuntu bind disable ipv to you all I have a problem with named I install a new centos server installed bind on it

bind9 error network unreachable resolving ipv6

Bind Error Network Unreachable Resolving Ipv table id toc tbody tr td div id toctitle Contents div ul li a href Error network Unreachable Resolving Debian a li li a href Debian Bind Disable Ipv a li ul td tr tbody table p With Bind Issues related to configuring your network Post Reply Print view Search Advanced search posts bull Page of relatedl borish Posts Joined SOLVED Problem With ubuntu bind disable ipv Bind Quote Postby borish raquo Hi to you all I have a bind disable ipv problem with named I install a new centos server installed bind on

bind lame-servers info error network unreachable resolving

Bind Lame-servers Info Error Network Unreachable Resolving table id toc tbody tr td div id toctitle Contents div ul li a href Bind Disable Ipv a li li a href Ubuntu Bind Disable Ipv a li li a href Error network Unreachable Resolving Debian a li li a href Debian Bind Disable Ipv a li ul td tr tbody table p Start here for a quick relatedl overview of the site Help Center Detailed named error network unreachable resolving answers to any questions you might have Meta Discuss the p h id Bind Disable Ipv p workings and policies of

bind9 error network unreachable resolving

Bind Error Network Unreachable Resolving table id toc tbody tr td div id toctitle Contents div ul li a href Named Error Network Unreachable Resolving a li li a href Lame Servers Error Network Unreachable Resolving a li li a href Bind Disable Ipv a li li a href Bind Options - a li ul td tr tbody table p Start here for a quick overview of the relatedl site Help Center Detailed answers to any questions p h id Named Error Network Unreachable Resolving p you might have Meta Discuss the workings and policies of error network unreachable resolving

bind error network unreachable resolving

Bind Error Network Unreachable Resolving table id toc tbody tr td div id toctitle Contents div ul li a href Ubuntu Bind Disable Ipv a li li a href Bind Options - a li ul td tr tbody table p With Bind Issues related to configuring your network Post Reply Print view Search Advanced search relatedl posts bull Page of borish Posts named error network unreachable resolving Joined SOLVED Problem With Bind Quote Postby borish raquo error network unreachable resolving dnskey in Hi to you all I have a problem with named I install a new centos server installed lame

bind9 error network unreachable

Bind Error Network Unreachable table id toc tbody tr td div id toctitle Contents div ul li a href Bind Network Unreachable Resolving a li li a href Bind Network Unreachable Ipv a li li a href Error network Unreachable Resolving Ubuntu a li ul td tr tbody table p Start here for a quick overview of the site relatedl Help Center Detailed answers to any questions you bind network unreachable might have Meta Discuss the workings and policies of this site p h id Bind Network Unreachable Resolving p About Us Learn more about Stack Overflow the company Business

bind9 error network unreachable resolving ubuntu

Bind Error Network Unreachable Resolving Ubuntu table id toc tbody tr td div id toctitle Contents div ul li a href Bind Network Unreachable Resolving a li li a href Ubuntu Bind Disable Ipv a li li a href Bind Disable Ipv a li ul td tr tbody table p communities company blog Stack Exchange Inbox Reputation and Badges sign up log in tour help Tour Start here for a quick overview of the site Help Center Detailed answers to relatedl any questions you might have Meta Discuss the named error network unreachable resolving workings and policies of this site

bind9 named error network unreachable resolving

Bind Named Error Network Unreachable Resolving table id toc tbody tr td div id toctitle Contents div ul li a href Named Network Unreachable Resolving Ipv a li li a href Error network Unreachable Resolving Ubuntu a li li a href Bind Disable Ipv a li li a href Bind Options - a li ul td tr tbody table p With Bind Issues related to configuring your network Post Reply Print view Search Advanced search posts bull Page of borish Posts Joined SOLVED relatedl Problem With Bind Quote Postby borish raquo Hi to p h id Named Network Unreachable Resolving

bind error network unreachable resolving ipv6

Bind Error Network Unreachable Resolving Ipv table id toc tbody tr td div id toctitle Contents div ul li a href Named Error Network Unreachable Resolving a li li a href Ubuntu Bind Disable Ipv a li li a href Error network Unreachable Resolving Ubuntu a li li a href Bind Options - a li ul td tr tbody table p With Bind Issues related to configuring your network Post Reply Print view Search Advanced search posts bull Page of borish Posts relatedl Joined SOLVED Problem With Bind Quote Postby p h id Named Error Network Unreachable Resolving p borish

centos bind error network unreachable resolving

Centos Bind Error Network Unreachable Resolving table id toc tbody tr td div id toctitle Contents div ul li a href Lame Servers Error Network Unreachable Resolving a li li a href Named Network Unreachable Resolving Ipv a li li a href Ubuntu Bind Disable Ipv a li ul td tr tbody table p Start here for a quick overview of the site Help relatedl Center Detailed answers to any questions you might named error network unreachable resolving have Meta Discuss the workings and policies of this site About error network unreachable resolving dnskey in Us Learn more about Stack

debian bind9 error network unreachable resolving

Debian Bind Error Network Unreachable Resolving table id toc tbody tr td div id toctitle Contents div ul li a href Bind Error Network Unreachable Resolving a li li a href Bind Disable Ipv a li li a href Error network Unreachable Resolving Ubuntu a li li a href Bind Options - a li ul td tr tbody table p Start here for a quick overview of the relatedl site Help Center Detailed answers to any error network unreachable resolving ipv debian questions you might have Meta Discuss the workings and policies of p h id Bind Error Network Unreachable

debian named error network unreachable resolving

Debian Named Error Network Unreachable Resolving table id toc tbody tr td div id toctitle Contents div ul li a href Bind Error Network Unreachable Resolving a li li a href Named Disable Ipv a li li a href Bind Options - a li ul td tr tbody table p Start here for a quick overview of the relatedl site Help Center Detailed answers to any named network unreachable resolving ipv questions you might have Meta Discuss the workings and policies of p h id Bind Error Network Unreachable Resolving p this site About Us Learn more about Stack Overflow

debian error network unreachable resolving ns in

Debian Error Network Unreachable Resolving Ns In table id toc tbody tr td div id toctitle Contents div ul li a href Named Error Network Unreachable Resolving a li li a href Lame Servers Error Network Unreachable Resolving a li li a href Network Unreachable Resolving Linux a li li a href Error network Unreachable Resolving Debian a li ul td tr tbody table p Support for security such as Firewalls p h id Named Error Network Unreachable Resolving p and securing linux Post Reply Print view Search bind error network unreachable resolving Advanced search posts bull Page of saeed

debian bind error network unreachable resolving

Debian Bind Error Network Unreachable Resolving table id toc tbody tr td div id toctitle Contents div ul li a href Error Network Unreachable Resolving Dnskey In a li li a href Lame Servers Error Network Unreachable Resolving a li li a href Named Network Unreachable Resolving Ipv a li ul td tr tbody table p Powered by phpBB Forum Software copy phpBB Group p p network unreachable in log messages posts new Log in or register to post comments Last post Wed - drguild Bind relatedl network unreachable in log messages Have a strange thing I ubuntu bind disable

dns error network unreachable resolving

Dns Error Network Unreachable Resolving table id toc tbody tr td div id toctitle Contents div ul li a href Named Network Unreachable Resolving Ipv a li li a href Error network Unreachable Resolving Ubuntu a li ul td tr tbody table p With Bind Issues related to configuring your network Post Reply Print view Search Advanced search posts bull Page of borish Posts Joined SOLVED Problem With relatedl Bind Quote Postby borish raquo Hi to you all I named error network unreachable resolving have a problem with named I install a new centos server installed bind on it and

dns bind error network unreachable resolving

Dns Bind Error Network Unreachable Resolving table id toc tbody tr td div id toctitle Contents div ul li a href Lame Servers Error Network Unreachable Resolving a li li a href Bind Options - a li li a href Ubuntu Bind Disable Ipv a li ul td tr tbody table p With Bind Issues related to configuring your network Post Reply Print view Search Advanced search posts bull Page relatedl of borish Posts Joined SOLVED named error network unreachable resolving Problem With Bind Quote Postby borish raquo Hi to you all I error network unreachable resolving dnskey in have

dns error network unreachable

Dns Error Network Unreachable table id toc tbody tr td div id toctitle Contents div ul li a href Error Network Unreachable Resolving a li li a href Named Error Network Unreachable a li li a href Bind Error Network Unreachable Resolving a li ul td tr tbody table p Support for relatedl security such as Firewalls and securing linux dns server unreachable Post Reply Print view Search Advanced search posts p h id Error Network Unreachable Resolving p bull Page of saeed Posts Joined Network Unreachable p h id Named Error Network Unreachable p Error Quote Postby saeed raquo

error network unreachable resolving ubuntu server

Error Network Unreachable Resolving Ubuntu Server table id toc tbody tr td div id toctitle Contents div ul li a href Bind Error Network Unreachable Resolving a li li a href Error Network Unreachable Resolving Dnskey In a li li a href Ubuntu Bind Disable Ipv a li ul td tr tbody table p communities company blog Stack Exchange Inbox Reputation and Badges sign up log in tour help Tour Start here for a quick overview of the relatedl site Help Center Detailed answers to any questions lame servers error network unreachable resolving you might have Meta Discuss the workings

error network unreachable resolving bind

Error Network Unreachable Resolving Bind table id toc tbody tr td div id toctitle Contents div ul li a href Lame Servers Error Network Unreachable Resolving a li li a href Named Network Unreachable Resolving Ipv a li li a href Error network Unreachable Resolving Ubuntu a li ul td tr tbody table p With Bind Issues related to configuring your network Post Reply Print view Search Advanced search posts bull Page of borish Posts Joined SOLVED relatedl Problem With Bind Quote Postby borish raquo Hi to error network unreachable resolving dnskey in you all I have a problem with

error network unreachable resolving ubuntu

Error Network Unreachable Resolving Ubuntu table id toc tbody tr td div id toctitle Contents div ul li a href Named Error Network Unreachable Resolving a li li a href Error Network Unreachable Resolving Dnskey In a li li a href Ubuntu Bind Disable Ipv a li li a href Bind Disable Ipv a li ul td tr tbody table p communities company blog Stack Exchange Inbox Reputation and Badges sign up log in tour help Tour Start here for a quick overview of the site Help Center Detailed answers to any questions relatedl you might have Meta Discuss the

error network unreachable resolving bind ipv6

Error Network Unreachable Resolving Bind Ipv table id toc tbody tr td div id toctitle Contents div ul li a href Ubuntu Bind Disable Ipv a li li a href Bind Disable Ipv a li ul td tr tbody table p With Bind Issues related to configuring your network Post Reply Print view Search Advanced search relatedl posts bull Page of borish Posts named network unreachable resolving ipv Joined SOLVED Problem With Bind Quote Postby borish raquo error network unreachable resolving dnskey in Hi to you all I have a problem with named I install a new centos server installed

error network unreachable resolving named

Error Network Unreachable Resolving Named table id toc tbody tr td div id toctitle Contents div ul li a href Lame Servers Error Network Unreachable Resolving a li li a href Named Disable Ipv a li li a href Ubuntu Bind Disable Ipv a li li a href Options - a li ul td tr tbody table p Start here for a quick overview of the site Help Center relatedl Detailed answers to any questions you might have named network unreachable resolving ipv Meta Discuss the workings and policies of this site About Us Learn p h id Lame Servers

error network unreachable resolving ipv6

Error Network Unreachable Resolving Ipv table id toc tbody tr td div id toctitle Contents div ul li a href Bind Error Network Unreachable Resolving a li li a href Error Network Unreachable Resolving Dnskey In a li li a href Lame Servers Error Network Unreachable Resolving a li ul td tr tbody table p Support relatedl for security such as Firewalls and named error network unreachable resolving securing linux Post Reply Print view Search Advanced p h id Bind Error Network Unreachable Resolving p search posts bull Page of saeed Posts Joined p h id Error Network Unreachable Resolving

error network unreachable resolving

Error Network Unreachable Resolving table id toc tbody tr td div id toctitle Contents div ul li a href Error Network Unreachable Resolving Ubuntu a li li a href Ubuntu Bind Disable Ipv a li li a href Bind Disable Ipv a li li a href Dnssec-enable a li ul td tr tbody table p Start here for a relatedl quick overview of the site Help Center p h id Error Network Unreachable Resolving Ubuntu p Detailed answers to any questions you might have Meta Discuss error network unreachable resolving debian the workings and policies of this site About Us

error network unreachable resolving bind9

Error Network Unreachable Resolving Bind table id toc tbody tr td div id toctitle Contents div ul li a href Named Error Network Unreachable Resolving a li li a href Lame Servers Error Network Unreachable Resolving a li li a href Error network Unreachable Resolving Ubuntu a li li a href Bind Disable Ipv a li ul td tr tbody table p Start here for a quick overview of the site Help Center Detailed answers to relatedl any questions you might have Meta Discuss the workings bind error network unreachable resolving ipv and policies of this site About Us Learn

named error network unreachable resolving ubuntu

Named Error Network Unreachable Resolving Ubuntu table id toc tbody tr td div id toctitle Contents div ul li a href Named Disable Ipv a li li a href Bind Error network Unreachable Resolving a li li a href Bind Options - a li ul td tr tbody table p communities company blog Stack Exchange Inbox Reputation and Badges sign up log in tour help Tour Start here for a quick overview of the site Help relatedl Center Detailed answers to any questions you might have ubuntu bind disable ipv Meta Discuss the workings and policies of this site About

named error network unreachable resolving

Named Error Network Unreachable Resolving table id toc tbody tr td div id toctitle Contents div ul li a href Named Disable Ipv a li li a href Ubuntu Bind Disable Ipv a li li a href Error unexpected Rcode Refused Resolving a li ul td tr tbody table p Start here for a quick overview of relatedl the site Help Center Detailed answers to any error network unreachable resolving ubuntu questions you might have Meta Discuss the workings and policies of p h id Named Disable Ipv p this site About Us Learn more about Stack Overflow the company

named error network unreachable resolving ipv6

Named Error Network Unreachable Resolving Ipv table id toc tbody tr td div id toctitle Contents div ul li a href Error network Unreachable Resolving Ubuntu a li li a href Bind Options - a li li a href Debian Bind Disable Ipv a li li a href Dnssec-enable a li ul td tr tbody table p Support for security such relatedl as Firewalls and securing linux Post Reply named disable ipv Print view Search Advanced search posts bull Page p h id Error network Unreachable Resolving Ubuntu p of saeed Posts Joined Network Unreachable Error Quote Postby saeed ubuntu