Gary Kline wrote:
On Fri, Jan 21, 2011 at 05:01:25PM -0500, Brad Mettee wrote:
Works, altho it ignores my orginal nameserver , it is happy with
8.8.8.8.
If it resolves, then bind9 isn't your problem. Try this instead and
see what happens:
telnet www.thought.org 80
Times out. I hope this means sometimg!
Also, netstat should show port 80 open and waiting for a connection too.
I didn't try netstat during the telnet try, but netstat alone
[from here on my desktop] looks interesting. (I don't use it
that often).
I'll paste in some output; you tell me if it looks interesting!
ctive Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address
State
tcp 0 0 tao.thought.org:37916 74.125.209.81:www
ESTABLISHED
tcp 0 0 tao.thought.org:55475 unknown.iad.scnet.n:www
CLOSE_WAIT
tcp 0 0 tao.thought.org:46990 208.117.252.26:www
ESTABLISHED
tcp 0 0 tao.thought.org:44131 ethic.thought.org:imaps
ESTABLISHED
tcp 0 0 tao.thought.org:58950 ethic.thought.org:imap2
ESTABLISHED
tcp 0 1 tao.thought.org:34636 67.132.30.58:www
FIN_WAIT1
tcp 0 0 tao.thought.org:38330 67.132.30.58:www
ESTABLISHED
tcp 0 0 tao.thought.org:51084 cds309.sea.llnw.net:www
ESTABLISHED
tcp 0 0 tao.thought.org:60963 pz-in-f147.1e100.ne:www
ESTABLISHED
tcp 0 0 tao.thought.org:56229 208.117.252.159:www
ESTABLISHED
tcp 0 0 tao.thought.org:42114 ethic.thought.org:ssh
ESTABLISHED
tcp 0 336 tao.thought.org:59156 addons.acelb.sj.m:https
ESTABLISHED
Active UNIX domain sockets (w/o servers)
Proto RefCnt Flags Type State I-Node Path
unix 2 [ ] DGRAM 4578
/var/spool/postfix/de
Looking at, say, the first "Foreign Address", does that mean
that 74.125.209.81:www is looking at my www? Or I connected
with his
Those lines mean you're connected to them.
Post your output from this:
netstat -an | grep tcp
This should show current connections AND current listening sockets. If
you don't see anything on *.80, then httpd isn't running, or at least
isn't listening on the right port.
--
Brad Mettee
PC HotShots, Inc.
Baltimore, MD
(410) 426-7617
-> Let us bring out the **Power** of your PCs. <-
-> Custom Business Software Solutions since 1991 <-
Visit us <http://www.pchotshots.com> for information about our company.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"