Server Administration
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesServer Administration

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #16  
Old February 20th, 2004, 10:03 PM
nawlej nawlej is offline
Contributing User
Codewalkers Regular (2000 - 2499 posts)
 
Join Date: Apr 2007
Location: Dallas, Tx. USA
Posts: 2,008 nawlej User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 11 h 7 m 51 sec
Reputation Power: 4
RE: DNS won't point

no, you shouldnt substitute any of those.....Whats the LAN address of your server, and what model linksys are you using>?

Reply With Quote
  #17  
Old February 20th, 2004, 10:04 PM
Coopercentral Coopercentral is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 224 Coopercentral User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
Send a message via AIM to Coopercentral
RE: DNS won't point

My model linksys router is BEFSR41, and my addresses are:

LAN: 192.168.1.100
WAN: 24.169.144.218

Thanks again for your help!!

Ken Cooper

Reply With Quote
  #18  
Old February 21st, 2004, 11:08 PM
hpicken hpicken is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Launceston, Tasmania, Australia
Posts: 3 hpicken User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: DNS won't point

Your router has be able to pass info to your nameserver. Your nameserver has to have info in its tables that gives it the info about where to find (resolve) the different parts of your domain (eg www or mail etc).

What operating system are you using? Are you running a unix named daemon or are you using a MS system?

Reply With Quote
  #19  
Old February 22nd, 2004, 02:32 AM
Coopercentral Coopercentral is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 224 Coopercentral User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
Send a message via AIM to Coopercentral
RE: DNS won't point

ok. Right now, I'm currently running Redhat Linux 9, and Apache 1.3.29. Ok, so far, my apache is all configured with PHP and MySQL. Everything is currently working. BIND is successfully setup.

When the Linux box is running, when I try to do a DNS lookup, it says TCP connection failed, because of port 53.

Believe me, I've spent at least 2 hours trying to find my answer, and I can't. I've done EVERYTHING to get port 53 open, but I can't. It's not my ISP, because when I was on Windows, it was open, but now it's not. It has to be the firewall.

But I've read many articles, and I just can't open port 50.

I've done the netstat, looking at the "LISTEN" ports, and it's not one of them.

Anything I can do to fix this? Thanks for your help!!

Ken Cooper

Reply With Quote
  #20  
Old February 22nd, 2004, 03:05 AM
nawlej nawlej is offline
Contributing User
Codewalkers Regular (2000 - 2499 posts)
 
Join Date: Apr 2007
Location: Dallas, Tx. USA
Posts: 2,008 nawlej User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 11 h 7 m 51 sec
Reputation Power: 4
RE: DNS won't point

service named start

Reply With Quote
  #21  
Old February 22nd, 2004, 03:12 AM
hpicken hpicken is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Launceston, Tasmania, Australia
Posts: 3 hpicken User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: DNS won't point

Fine, now we can move on to other things.

1. do you have a firewall setup on your Redhat box? If so, is it doing the blocking?

2. Is your Linksys router just a router or is it a firewall router come NAT translater?

i.e.

wan ---> linksys ---> Redhat ---> hub ---> internal network

or

wan ---> linksys ---> hub ---> Redhat
|
---> internal network

With the second setup and, say, a Windows box, you could try a DNS lookup on another domain from the Win box. This will determine if the problem is the Linksys unit or your Redhat box.

Because you may have two possible causes I think you need to try to determine which unit is causing the problem.

Howard

Reply With Quote
  #22  
Old February 22nd, 2004, 03:42 AM
postalcow postalcow is offline
Codewalkers Beginner (1000 - 1499 posts)
 
Join Date: Apr 2007
Location: Ford CIty, PA USA
Posts: 1,267 postalcow User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
Send a message via Yahoo to postalcow
RE: DNS won't point

In your host file for

Do you have both listed like this

coopercentral.org. IN A 24.169.144.218
www.coopercentral.org. IN A 24.169.144.218

Reply With Quote
  #23  
Old February 22nd, 2004, 01:51 PM
Coopercentral Coopercentral is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 224 Coopercentral User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
Send a message via AIM to Coopercentral
RE: DNS won't point

Hi:

First off, I know for a fact that it's the Linux Firewall because I used to host my site on a Windows Machine, and I did a DNS lookup just fine. Yes, on my router it has a firewall, but I allowed ports 80, and 53 for both UDB, and TCP.

The setup looks like this:

wan --> router --> internal network

There is no hub. But it definately is the firewall.

When I started the "named" service, I believe that port 53 was open. But when I tryed doing a DNS lookup, it says TCP connection failed on port 53. I know my ISP doesn't block port 53, because like I said, I did this on Windows before. Any other suggestions??? Thanks again, your time you're putting in to help me is greatly appreciated!!

Ken Cooper

Reply With Quote
  #24  
Old February 23rd, 2004, 12:36 AM
postalcow postalcow is offline
Codewalkers Beginner (1000 - 1499 posts)
 
Join Date: Apr 2007
Location: Ford CIty, PA USA
Posts: 1,267 postalcow User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
Send a message via Yahoo to postalcow
RE: DNS won't point

What kind/brand rounter

Reply With Quote
  #25  
Old February 23rd, 2004, 12:58 AM
Coopercentral Coopercentral is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 224 Coopercentral User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
Send a message via AIM to Coopercentral
RE: DNS won't point

Linksys BEFSR41

Reply With Quote
  #26  
Old February 23rd, 2004, 01:50 AM
postalcow postalcow is offline
Codewalkers Beginner (1000 - 1499 posts)
 
Join Date: Apr 2007
Location: Ford CIty, PA USA
Posts: 1,267 postalcow User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
Send a message via Yahoo to postalcow
RE: DNS won't point

http://www.hansenonline.net/Networking/Linksys102.html ???????

Reply With Quote
  #27  
Old February 23rd, 2004, 08:05 AM
nawlej nawlej is offline
Contributing User
Codewalkers Regular (2000 - 2499 posts)
 
Join Date: Apr 2007
Location: Dallas, Tx. USA
Posts: 2,008 nawlej User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 11 h 7 m 51 sec
Reputation Power: 4
RE: DNS won't point

I got his DNS working.....not only was he running the linksys firewall, but also he had iptables running, which was restricting just about everything....fixed.

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesServer Administration > DNS won't point


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway