phil_r
07-17-2011, 06:03 PM
Fedora.
Yep. start.fedoraproject.org, download.fedoraproject.org, forums.fedoraproject.org - can't get to anything at all. I know they're not down because I can use my phone and see them. Everything else I surf is fine.
I have a FC13 server as my firewall/router which is connected to cable internet, my regular desktop is Gentoo and I'm using it to make this post. I don't know if it's my ISP (Time Warner Cable) that suddenly started blocking Fedora but if someone can help troubleshoot I'd be much obliged.
My server runs BIND, here's the config:
/
// named.conf
//
// 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 { 172.16.48.3; };
listen-on-v6 port 53 { ::1; };
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 { localnets; };
recursion yes;
dnssec-enable no;
dnssec-validation no;
/* Path to ISC DLV key */
bindkeys-file "/etc/named.iscdlv.key";
forwarders {
24.25.5.60;
76.85.229.111;
76.85.229.110;
};
forward first;
managed-keys-directory "/var/named/dynamic";
};
logging {
channel default_debug {
file "data/named.run";
severity dynamic;
};
};
zone "." IN {
type hint;
file "named.ca";
};
include "/etc/named.rfc1912.zones";
include "/etc/named.root.key";
trusted-keys {
};
Thanks!
Yep. start.fedoraproject.org, download.fedoraproject.org, forums.fedoraproject.org - can't get to anything at all. I know they're not down because I can use my phone and see them. Everything else I surf is fine.
I have a FC13 server as my firewall/router which is connected to cable internet, my regular desktop is Gentoo and I'm using it to make this post. I don't know if it's my ISP (Time Warner Cable) that suddenly started blocking Fedora but if someone can help troubleshoot I'd be much obliged.
My server runs BIND, here's the config:
/
// named.conf
//
// 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 { 172.16.48.3; };
listen-on-v6 port 53 { ::1; };
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 { localnets; };
recursion yes;
dnssec-enable no;
dnssec-validation no;
/* Path to ISC DLV key */
bindkeys-file "/etc/named.iscdlv.key";
forwarders {
24.25.5.60;
76.85.229.111;
76.85.229.110;
};
forward first;
managed-keys-directory "/var/named/dynamic";
};
logging {
channel default_debug {
file "data/named.run";
severity dynamic;
};
};
zone "." IN {
type hint;
file "named.ca";
};
include "/etc/named.rfc1912.zones";
include "/etc/named.root.key";
trusted-keys {
};
Thanks!