[moneydance] Stock Quote Synchronizer doesn't connect
Jeffrey Barish
jeff_barish at earthlink.net
Sun Jan 28 17:58:25 EST 2007
Fuzzy Fox wrote:
> I suppose one way to investigate this would be to snoop directly on the
> network traffic exchanged between your system and the DNS servers. You
> can do this with tcpdump (which needs to run as root):
>
> tcpdump -n -s0 udp port 53
>
> This should snoop all DNS traffic generated and received by your system.
>
> My guess is that you will find that the exact same answer is returned
> from each DNS server, and it is merely a red herring that changing the
> server order appears to fix the problem. But, it is always worthwhile
> experimenting scientifically to see if the hypothesis is correct. :)
This is fascinating stuff. I have never used these tools before.
Although nslookup still works with both name servers, I am not seeing the same
network activity with tcpdump. Here's what I get when the router is listed
first in /etc/resolv.conf:
15:22:25.452062 IP 192.168.0.100.38082 > 192.168.0.1.53: 46610+ AAAA?
ichart.yahoo.com. (34)
15:22:25.529185 IP 192.168.0.1.53 > 192.168.0.100.38082: 46610 1/1/0 CNAME
ichart.finance.yahoo6.akadns.net. (143)
15:22:25.529607 IP 192.168.0.100.38082 > 192.168.0.1.53: 24254+ A?
ichart.yahoo.com. (34)
15:22:25.538151 IP 192.168.0.1.53 > 192.168.0.100.38082: 24254- 1/0/0 A
1.0.0.0 (50)
and here's what I get when it is listed second:
15:23:13.414484 IP 192.168.0.100.38086 > 205.171.3.65.53: 12187+ AAAA?
ichart.yahoo.com. (34)
15:23:13.486321 IP 205.171.3.65.53 > 192.168.0.100.38086: 12187 1/1/0 CNAME
ichart.finance.yahoo6.akadns.net. (143)
15:23:13.486743 IP 192.168.0.100.38086 > 205.171.3.65.53: 31811+ A?
ichart.yahoo.com. (34)
15:23:13.562267 IP 205.171.3.65.53 > 192.168.0.100.38086: 31811 2/8/8 CNAME
ichart.finance.yahoo6.akadns.net., A 66.218.71.161 (379)
15:23:13.814271 IP 192.168.0.100.38086 > 205.171.3.65.53: 38163+ AAAA?
finance.yahoo.com. (35)
15:23:13.886625 IP 205.171.3.65.53 > 192.168.0.100.38086: 38163 1/1/0 CNAME
finance.yahoo6.akadns.net. (137)
15:23:13.886768 IP 192.168.0.100.38086 > 205.171.3.65.53: 26451+ A?
finance.yahoo.com. (35)
15:23:13.963976 IP 205.171.3.65.53 > 192.168.0.100.38086: 26451 2/8/8 CNAME
finance.yahoo6.akadns.net., A 69.147.86.163 (373)
I also attached these responses in a file in case they are easier to read in
an editor.
I also discovered that my router keeps a log of network activity. In the case
that does work, it records 2 transactions with ichart.yahoo.com and then 2
with finance.yahoo.com. In the case that doesn't work, I get only the 2
transactions with ichart.yahoo.com.
In response to the question from Rinaldi: I am not able to connect to port 53
of the router using telnet, but I am able to connect to port 53 of my ISP --
the same experience as you reported.
--
Jeffrey Barish
-------------- next part --------------
15:22:25.452062 IP 192.168.0.100.38082 > 192.168.0.1.53: 46610+ AAAA? ichart.yahoo.com. (34)
15:22:25.529185 IP 192.168.0.1.53 > 192.168.0.100.38082: 46610 1/1/0 CNAME ichart.finance.yahoo6.akadns.net. (143)
15:22:25.529607 IP 192.168.0.100.38082 > 192.168.0.1.53: 24254+ A? ichart.yahoo.com. (34)
15:22:25.538151 IP 192.168.0.1.53 > 192.168.0.100.38082: 24254- 1/0/0 A 1.0.0.0 (50)
15:23:13.414484 IP 192.168.0.100.38086 > 205.171.3.65.53: 12187+ AAAA? ichart.yahoo.com. (34)
15:23:13.486321 IP 205.171.3.65.53 > 192.168.0.100.38086: 12187 1/1/0 CNAME ichart.finance.yahoo6.akadns.net. (143)
15:23:13.486743 IP 192.168.0.100.38086 > 205.171.3.65.53: 31811+ A? ichart.yahoo.com. (34)
15:23:13.562267 IP 205.171.3.65.53 > 192.168.0.100.38086: 31811 2/8/8 CNAME ichart.finance.yahoo6.akadns.net., A 66.218.71.161 (379)
15:23:13.814271 IP 192.168.0.100.38086 > 205.171.3.65.53: 38163+ AAAA? finance.yahoo.com. (35)
15:23:13.886625 IP 205.171.3.65.53 > 192.168.0.100.38086: 38163 1/1/0 CNAME finance.yahoo6.akadns.net. (137)
15:23:13.886768 IP 192.168.0.100.38086 > 205.171.3.65.53: 26451+ A? finance.yahoo.com. (35)
15:23:13.963976 IP 205.171.3.65.53 > 192.168.0.100.38086: 26451 2/8/8 CNAME finance.yahoo6.akadns.net., A 69.147.86.163 (373)
More information about the moneydance-info
mailing list