Koozali.org: home of the SME Server

DNS Help needed

boycey

DNS Help needed
« on: February 25, 2005, 10:55:36 PM »
Hi,

I have a 6.1 (Mitel)server connected through BT ADSL and cannot access certain websites. We have proved this to a DNS problem with BT's DNS servers but cannot find how to resolve it. Can someone help point in the right direction, Thx

cc_skavenger

DNS Help needed
« Reply #1 on: February 26, 2005, 06:11:09 AM »
have you reconfigured the server without entering a master dns server ip?  If it is like SME, it really doesn't need one.  you might also update the list of root name servers that tinydns uses to resolve.

hth

Offline mrothe

  • **
  • 21
  • +0/-0
RE: dns problems
« Reply #2 on: February 26, 2005, 11:16:27 AM »
Have you installed SquidGuard?

this will block certain web sites.

Just a thought...

Mike Rothe
...

Offline Kobus

  • *****
  • 153
  • +0/-0
    • http://www.fullnet.co.uk
Re: DNS Help needed
« Reply #3 on: February 26, 2005, 03:11:10 PM »
Quote from: "boycey"
Hi,

I have a 6.1 (Mitel)server connected through BT ADSL and cannot access certain websites. We have proved this to a DNS problem with BT's DNS servers but cannot find how to resolve it. Can someone help point in the right direction, Thx


Have you got firewall between u and bt or is sme firewall?

If firewall then is port 53 ok?

I have had problems with tinydns and really wished that e-smith would return to bind.

anyway, tail your messages log and thry to access some site to see if you get any error messages and post them here. will see if i can help further.
Kobus............

Buddha_Joe

DNS Help needed
« Reply #4 on: February 26, 2005, 08:57:17 PM »
sorry wrong thread

boycey

DNS Help needed
« Reply #5 on: February 28, 2005, 12:16:33 PM »
Hi Guys,
Thanks for the replies. The server has been set up with no master DNS setting and we have also reloaded from scratch so no additional products are installed. It is plugged directly in the the BT router so the Box is our firewall.
We have been trying to find out how the box gets its DNS, so we could manually change it without much success, we have follwed mant tutorials but I think the Mitel boxes use different locations for the files so we have trouble finding them.
There are 3 DNS servers for the site we cannot get these are all BT ones (ns0,ns1 and ns2) and only ns2 seems to resolve the name.

Offline Kobus

  • *****
  • 153
  • +0/-0
    • http://www.fullnet.co.uk
DNS Help needed
« Reply #6 on: February 28, 2005, 07:25:53 PM »
create the following dir structure
/etc/e-smith/templates-custom/etc/resolv.conf
copy the file
/etc/e-smith/templates/etc/resolv.conf/25nameserver to /etc/e-smith/templates-custom/etc/resolv.conf
open the file with vi
should look something like

nameserver { "$LocalIP" }

you can now do the following
do a nslookup on the ns0, ns1 and ns2 or you can use the dns name

add 3 more lines to the file

nameserver ns0
nameserver ns1
nameserver ns2

save the file

now expand tha template with

/sbin/e-smith/expand-template /etc/resolv/conf

do a service network restart or reboot the box
Kobus............