Hi dirtywerm,
Can you post a name which I can lookup which should be using your DNS server.
Did you make sure that port 53 you redirected was UDP?
Main Topics
Browse All TopicsI use comcast cable internet with a D-Link DI-514 router setup to forward port 80 and port 53 to a local machine who's static ip is 192.168.0.100. On 192.168.0.100 i have apache 2 and bind 9 running.
I have my domain name setup with the primary nameserver set to my external ip (ns1.dirtywerm.com 67.167.166.50).
It seems like bind is working fine locally but not externally. I'm am new to working with bind though.
If you go to 67.167.166.50 or ns1.dirtywerm.com the default apache page comes up.
I've been trying to use dig to figure out whats going on but I am also not very familiar with using it.
Using dig on ns1.dirtywerm.com shows that its pointing to the right ip.
Using dig on 67.167.166.50 comes up with some wierd results. It looks like its not accessing my local bind server.
So what I'm asking is how to get my domain name dirtywerm.com to use the nameserver ns1.dirtywerm.com (67.167.166.50) to access my local dns server.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 22246/smbd
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 5589/apache2
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 25850/named
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 5575/sshd
tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 25850/named
tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 22246/smbd
udp 0 0 192.168.0.100:137 0.0.0.0:* 22249/nmbd
udp 0 0 0.0.0.0:137 0.0.0.0:* 22249/nmbd
udp 0 0 192.168.0.100:138 0.0.0.0:* 22249/nmbd
udp 0 0 0.0.0.0:138 0.0.0.0:* 22249/nmbd
udp 0 0 127.0.0.1:53 0.0.0.0:* 25850/named
udp 0 0 0.0.0.0:33097 0.0.0.0:* 25850/named
udp 0 0 127.0.0.1:32970 0.0.0.0:* 22262/smbd
Active UNIX domain sockets (only servers)
Proto RefCnt Flags Type State I-Node PID/Program name Path
unix 2 [ ACC ] STREAM LISTENING 13255 7334/artsd /tmp/mcop-jeremy/pos_homen
unix 2 [ ACC ] STREAM LISTENING 13201 7323/kdeinit: klaun /tmp/ksocket-jeremy/klaunc
unix 2 [ ACC ] STREAM LISTENING 13305 7339/kdeinit: ksmse /tmp/.ICE-unix/7339
unix 2 [ ACC ] STREAM LISTENING 229583 13127/artsd /tmp/mcop-root/pos_homenet
unix 2 [ ACC ] STREAM LISTENING 6997 6147/dcopserver /tmp/.ICE-unix/dcop6147-10
unix 2 [ ACC ] STREAM LISTENING 6281 5710/apache2 /var/run/cgisock
unix 2 [ ACC ] STREAM LISTENING 13141 7293/X /tmp/.X11-unix/X0
unix 2 [ ACC ] STREAM LISTENING 7059 6257/dcopserver /tmp/.ICE-unix/dcop6257-10
unix 2 [ ACC ] STREAM LISTENING 15862 10659/kdesud /tmp/ksocket-jeremy/kdesud
unix 2 [ ACC ] STREAM LISTENING 13174 7318/kdeinit: Runni /tmp/ksocket-jeremy/kdeini
unix 2 [ ACC ] STREAM LISTENING 13176 7318/kdeinit: Runni /tmp/ksocket-jeremy/kdeini
unix 2 [ ACC ] STREAM LISTENING 13182 7321/kdeinit: dcops /tmp/.ICE-unix/dcop7321-10
named.conf
options {
directory "/var/bind";
listen-on-v6 { none; };
listen-on { 127.0.0.1; };
pid-file "/var/run/named/named.pid"
};
zone "." IN {
type hint;
file "named.ca";
};
zone "localhost" IN {
type master;
file "pri/localhost.zone";
allow-update { none; };
notify no;
};
zone "127.in-addr.arpa" IN {
type master;
file "pri/127.zone";
allow-update { none; };
notify no;
};
zone "dirtywerm.com" IN {
type master;
file "pri/dirtywerm.zone";
allow-update { none; };
notify no;
};
Just another quick question if you don't mind. When I go to http://www.dirtywerm.com on any of the local computers it says
401 The web site is blocked by administrator
Any idea why that would be?
Business Accounts
Answer for Membership
by: dirtywermPosted on 2004-11-01 at 11:39:37ID: 12466314
Here is the dig output that is confusing me (ran from a remote location):
13)
[dirtywerm@sprout dirtywerm]$ dig 67.167.166.50
; <<>> DiG 9.2.1 <<>> 67.167.166.50
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 18340
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;67.167.166.50. IN A
;; AUTHORITY SECTION:
. 10800 IN SOA A.ROOT-SERVERS.NET. NSTLD.VERISIGN-GRS.COM. 2004110100 1800 900 604800 86400
;; Query time: 81 msec
;; SERVER: 64.29.16.113#53(64.29.16.1
;; WHEN: Mon Nov 1 14:35:00 2004
;; MSG SIZE rcvd: 106