Koozali.org: home of the SME Server

nameserver when you can't dig a url

Offline mike_mattos

  • *
  • 313
  • +0/-0
nameserver when you can't dig a url
« on: April 25, 2007, 05:20:51 PM »
Recently a client got a new IP address from a new block of IP's at the ISP

Since then cannot access telus.com , a major phone company, via email or browser!

'dig a telus.com' times out, as does a ping!.

at my office, dig  reports

;; ANSWER SECTION:

telus.com.              600     IN      A       205.206.163.40

Can I store 205.206.163.40 somewhere in a host or config file to solve the problem?

thx
...

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
nameserver when you can't dig a url
« Reply #1 on: April 26, 2007, 02:08:44 AM »
Try putting it in the /etc/hosts file.

JB
......

Offline mike_mattos

  • *
  • 313
  • +0/-0
nameserver when you can't dig a url
« Reply #2 on: April 26, 2007, 02:31:17 PM »
I tried that, ( didn't do the template, just the current file ), added the url with & without www.


only change was that instead of timing out 'name not found', it timed out with the xxx.xxx.xxx.xxx ip not found!
...