by
blakers » Mon Jun 01, 2015 12:43 pm
> Are you running any extensions on your browsers?
I see the same behavior with all of
firefox 39b (BID/20150523155636)
google-chrome 43.0.2357.81
chromium 43.0.2357.81
with either
normal user + extensions=ON
normal user + extensions=OFF
vanilla/new use, no extentions
> What do you get back when you do a "nslookup forums.sonic.net"
> Can you verify what your nameservers are on your Linux boxes?
Noting,
Code: Select all
egrep "hosts:|networks" /etc/nsswitch.conf
hosts: dns files mdns4_minimal [NOTFOUND=return]
networks: dns files
Typically
Code: Select all
nslookup forums.sonic.net
Server: 2001:...::53
Address: 2001:...::53#53
Non-authoritative answer:
Name: forums.sonic.net
Address: 69.12.208.33
where
Code: Select all
cat /etc/resolv.conf
nameserver 2001:...::53
and, @
I've my local bind9 v9.10.2 server listening, configured with
Code: Select all
...
forward first;
forwarders { 8.8.8.8; 68.94.156.1; 8.8.4.4; 68.94.157.1; };
...
I've also tested with forwarding disabled
Code: Select all
...
// forward first;
// forwarders { 8.8.8.8; 68.94.156.1; 8.8.4.4; 68.94.157.1; };
...
as well as with local DNS removed from the loop, using only external DNSs with each of the NS pairs @
Code: Select all
google-public-dns-a.google.com --> nameserver 8.8.8.8
google-public-dns-b.google.com --> nameserver 8.8.4.4
ns1.sonic.net --> nameserver 208.201.224.11
ns2.sonic.net --> nameserver 208.201.224.33
optns1.sonic.net --> nameserver 75.101.19.196
optns2.sonic.net --> nameserver 75.101.19.228
dnsr1.sbcglobal.net --> nameserver 68.94.156.1
dnsr2.sbcglobal.net --> nameserver 68.94.157.1
All to no avail.
In all cases, the entire web is browsable-and-postable except for Sonic forum.
And, in all cases, switching to the Sonic VPN 'cures' the posting problem.