Hostname/dns Lookup And Exim.

May 28, 2007

I am having a problem. My server was able to ping google.com successfully before installing DirectAdmin.

However after installing DirectAdmin, I am no longer able to ping google.com anymore. I just get a host cannot be found error. This is the same with all other domains.

The /etc/resolv.conf is exactly the same, so I do not know the issue. I also have other servers using the same nameserver and are still able to ping and resolve successfully.

The main problem here is that exim no longer can send email as it cannot lookup the hostnames.

the error from exim is: R=lookuphost defer (-1): host lookup did not complete.

Thats the only error within the message.

View 6 Replies


ADVERTISEMENT

Reverse DNS Lookup ...

May 5, 2008

if I do a reverse lookup on my server's IP it returns a host assigned by the data center. So is this something I should even be managing too or is that always left up to the DC? I run my own DNS for the forward lookup zones.


Also just a technical question, when you do a reverse lookup, how does it know where to look to get the host? I'm not sure I fully understand how these work.

View 11 Replies View Related

Name Server Lookup

Jan 13, 2008

Somebody purchased a domain from a popular registrar. When you lookup the domain, it points to its own name servers (i.e. ns1.registrar.com and ns2.registrar.com), which means that it is hosted by them as well. correct?

this person is saying they bought their domain from the registrar, but they are hosted by company X. he says that he is pointing the ip address of his web site on company X to his registrar.

View 7 Replies View Related

DNS Lookup Explanation

Mar 14, 2007

I want to know how serious following nameserver problem can be in reality:
[url] ?

From DNS timing someone could conclude it's a slow hosting.

Can anyone explain above results "accurately" ? I still don't know what's "good" result in DNS timing: A or F?

The problem is that
[url] loads slow (5-10 seconds on T1 connection), here's a speed test. I'm aware images and scripts contribute to slow site loading.

My question is: Beside removing some images from the Home page, is it any reason to change the hosting (regarding DNS tests).

View 2 Replies View Related

CURL Named Lookup

Sep 26, 2007

Friend of mine asked me what "CURL named lookup issue resolved" means, he's got a CentOS 4 machine, with cPanel/WHM latest builds I tried recompiling apache and even cPanel at some point but no good..

View 1 Replies View Related

Relaying Denied. IP Name Lookup Failed [xx.xxx.xx.xxx]

Nov 17, 2006

My VPS Config:
centos with webmin
mail program sendmail

Its a newly configured VPS have a problem with smtp realying through outlook and other smtp programs. When i use smtp on outlook it give following error:

The message could not be sent because one of the recipients was rejected by the server. The rejected e-mail address was 'xxxxx@yahoo.com'. Subject 'Outlook', Account: 'Testing', Server: 'xxxx.com', Protocol: SMTP, Server Response: '550 5.7.1 <xxxxx@yahoo.com>... Relaying denied. IP name possibly forged [xx.xxx.xx.xxx]', Port: 25, Secure(SSL): No, Server Error: 550, Error Number: 0x800CCC79

I want to make outgoing authentication activate instead of allowing some iprange or domain for relaying through /etc/mail/access.

View 4 Replies View Related

Ffmpeg Symbol Lookup Error

May 14, 2009

ffmpeg: symbol lookup error: /usr/lib/libavcodec.so.52: undefined symbol: speex_header_free

I am using a centos 5 vps

View 4 Replies View Related

MySQL DNS Lookup Delay - Internal IP

May 30, 2009

I have six dedicated servers on a VPR. I use one of these as the Database server and the other five connects to that server to read the Database.

When I setup my scripts for the first time I used the external IP to connect to the DB server. Everything worked perfect for these weeks:

mysql_connect('174.xxx.xxx.xx', 'user', 'pass');

Since three days ago I finally received the internal IPs of my servers and now I use the internal IP of the DB server:

mysql_connect('10.0.0.1:3306', 'user', 'pass');

When I did this last change this my database started to collapse. Queries stuck on a bottleneck every 10 minutes. Here's an example:

40468 simon 10.0.0.7:47002 pkindigo_db Query 115 Locked update `captured` set hp_left = '79', status = 'normal', att1pp = '25', att2pp = '30', att3p
40523 simon 10.0.0.2:58080 pkindigo_db Query 115 Locked update `captured` set experience = '5120', level = '16', hp_left = '58', hp = '58', status =
... (tons of locked queries before) ...

As you may see table is locked since 115 seconds for a simple update... after some hours this ends on a "#1135 - Can't create a new thread (errno 13); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug" and even some of my tables finally crashing.

I think that my Database stuck because of a DNS lookup delay. When I had this problem before using the external IPs, I added skip-name-resolve and the problem was fixed. But now with the internal IPs it seems that's not enough.

View 2 Replies View Related

Bind DNS Reverse Lookup File

Aug 3, 2009

I'm having tons of problems trying to get reverse lookup working on my dns server. I've scoured the net and tried lots of methods but so far none work.

Forward lookup DNS is working perfect, but reverse lookup is completely broken.

db.44.80.212.67:

Code:
$TTL 86400 ; Default TTL in secs(1 day)
@ IN SOA ns1.capturetheprize.com. info.capturetheprize.com. (

2009072902; serial number YYMMDDNN
28800 ; Refresh
7200 ; Retry
864000 ; Expire
86400 ; Min TTL
)

IN NS ns1.capturetheprize.com.
IN NS ns1.mytempmail.com.

; Reverse lookups
44 IN PTR ns2.mytempmail.com.
44 IN PTR ns1.mytempmail.com.
44 IN PTR ns2.capturetheprize.com.
44 IN PTR ns1.capturetheprize.com.
44 IN PTR mail.mytempmail.com.
44 IN PTR mail.capturetheprize.com.
44 IN PTR stats.capturetheprize.com.
44 IN PTR secure.capturetheprize.com.
named.conf

Code:
zone "80.212.67.in-addr.arpa" IN {
type master;
file "etcdb.44.80.212.67";
allow-transfer { localhost; };
};

View 3 Replies View Related

Changing Host Name Or Reverse Lookup

Jul 19, 2008

if its possible to change the reverse lookup, or at least i think thats what it is called.

I have 2 accounts on my CentOS, WHM/cPanel VPS and they are hosted on their own seperate IPs however when you do a lookup on one domain it also lists the other domain as being hosted on the server and vice-versa.

How do i change this so they appear like they are on different servers? Each one has their own nameservers which are on seperate IPs also.

View 3 Replies View Related

MySQL DNS (Domain Name Server) Lookup

Feb 18, 2008

My MySQL server slowed down to a crawl a few days ago, and I finally fixed it by starting it without DNS lookups via "--skip-name-resolve".

I tested domain name resolution on the MySQL machine and it was able to return IPs from domains rather quickly, so I'm at a loss as to why DNS was the problem here? I am using "192.168.1.6" as the MySQL server's IP, in case that matters?

I have a couple of questions:Why is DNS resolution so slow when in the command line it's running normally?

Why does MySQL need to do DNS lookups at all? I don't see any log files that's converting IPs to host names or vice versa.

View 3 Replies View Related

Where Are My E-mails Sent From? Should I Create Reverse Ip Lookup

May 11, 2007

Where am I sending e-mails from with the below settings:

(Is it mail.freesexdoor.com, www.freesexdoor.com, 64.85.161.123 or 64.85.161.124?)

My secondary question is: Is creating own reverse IP lookup to 64.85.161.124 possible and beneficial in my case? If so, what should I replace this SPF line with: freesexdoor.com. TXT "v=spf1 a mx ip4:64.85.161.123 ?all"?

I'm trying to improve freesexdoor.com's e-mail delivery ratio because hotmail and gmail deliver my PHP mailer's sent confirmation e-mails to the junk folder. I've done everything I can to improve the sent headers etc. so there's only one more possible way to improve it: (That I can think of). Freesexdoor.com is hosted on the same server as mitorahgames.com.

DirectAdmin control panel on CentOS 4.4.

My server's primary IP is: 64.85.161.123
My server's hostname is: server.mitorahgames.com

server.mitorahgames.com's Related DNS Settings:
mailA64.85.161.123
server.mitorahgames.com.A64.85.161.123
server.mitorahgames.com.NSns1.mitorahgames.com.
server.mitorahgames.com.NSns2.mitorahgames.com.
mailMX10
123.161.85.64.in-addr.arpaPTRserver.mitorahgames.com.
server.mitorahgames.com.TXT"v=spf1 a mx ip4:64.85.161.123 ?all"

freesexdoor.com's IP is: 64.85.161.124
freesexdoor.com's Related DNS Settings:

freesexdoor.com.A64.85.161.124
mailA64.85.161.124
mailMX10
freesexdoor.com.TXT"v=spf1 a mx ip4:64.85.161.123 ?all"

I'm by the way putting www.freesexdoor.com (PHP reported server name) to the Message ID: field in the e-mail headers. Would putting IP there perhaps work better? If so, which IP?

View 1 Replies View Related

How To Hide DNS Info On WHOIS Lookup

May 18, 2007

I want to hide my NS records on WHOIS lookup, or show a fake or something so that no one can find me, Is it possible,

View 5 Replies View Related

Forward Lookup Zones In Windows 2000

Aug 21, 2009

I have a windows 2000 server and I would like to configure two domain names, c.com and bnvsaj.c.com and requests to these domains should be forwarded to 192.168.0.1 and 192.168.0.2. How can I configure like this?

View 1 Replies View Related

DNS Lookup Timeout From Googlebot Indexing Webpages

Jul 4, 2007

One of my customers uses Webmasters Tools from google , looking at what pages he have indexed by Googlebot, found that 180 pages are giving a "DNS lookup timeout" error, tried searching for help on google and the only thing that i found is " We received a timeout on DNS lookup."

DNS are ok, same as the zone file, everything is responding OK, I dont know what can be the issue.. ? any ideas ?

Im using Ensim Pro and RHES 4.

View 1 Replies View Related

Network - DNS Lookup Error At Random Times

Sep 27, 2009

I regularly have DNS issues with some of my sites hosted with a specific host... At random sites, the urls done resolve and I get a DNS error.
Just to find out that a few hours later it loads again without issues...


I always thought it had something to do with my ISP... My host says that there's nothing wrong with their DNS.
However, I asked a few people now and it seems they're having DNS problems too sometimes when accessing the problematic urls...

View 6 Replies View Related

Apache :: OpenSSL 1.0.2 - Symbol Lookup Error

Feb 20, 2015

I'm getting the below error message when trying to perform "configtest" after upgrading apache to 2.4.12 version with success.

/home/apache/bin/httpd: symbol lookup error: /home/apache/bin/httpd: undefined symbol: SSL_CONF_CTX_new

Note: I received the error after recently upgrading my openssl to 1.0.2.

Just wonder how to get rid of the error message.

Running on Ubuntu Server 12.04.05 LTS 32bit.

View 6 Replies View Related

Exim - How To Remove Rbl Lists From Exim.conf

May 2, 2007

I am having issues in receieving emails. For some reason, the rbl lists I had setup are causing the server to reject emails (retry - timeout). So, I need to take this rbl list completely. How can I do that? exim.conf is locked and using the advanced editor is no fun even though I tried it putting the dnslists without the rbl causing the problem.

View 3 Replies View Related

APF Hostname

Mar 9, 2007

Installed APF on a Fedora Core 6 box, had a problem with one of the modules (Unable to load iptables module (ipt_multiport), aborting) which was sorted by editing the functions file.

But I now get this come up 30 times when I start the firewall:

hostname: Unknown host

Some guides talk about setting a hostname but I dont have a domain name just an IP Address.

Then depending on what guide I look at there are references to different files. So I am not sure which file to edit.

View 2 Replies View Related

Hostname Does Not Resolve To Any IP

Oct 31, 2009

I hope your day is going good. I've been trying to fix a problem I had all week. I receive daily email notification that "example.[url]" does not resolve to any IP. However, when in WHM, it already contains Server Main Ip: 208.53.183.125. I've tried a few solutions from the web, but to no avail:

IMPORTANT: Do not ignore this email.
The hostname (example.mydomainname.com) resolves to . It should resolve to 208.53.183.125. Please be sure to correct /etc/hosts as well as the 'A' entry in zone file for the domain.

Some are all of these problems can be caused by
/etc/resolv.conf being setup incorrectly. Please check this file if you
believe everything else is correct.

You may be able to automaticly correct this problem by using the
'Add an A entry for your hostname' under 'Dns Functions'
in your Web Host Manager

1) Within WHM, I have the following:

-Add an A entry for your hostname (I only have one listed)
Hostname: example.mydomainname.com
Server Main Ip: 208.53.183.125

-Primary/secondary nameserver
Primary Nameserver: ns1.mydomainname.com (A entry = 208.53.181.26)
Secondary Nameserver: ns2.mydomainname.com (A entry = 208.53.181.27)

-Resolver Configuration
Primary Resolver: 66.90.68.25
Secondary Resolver: 66.90.68.26

-Additional IP my webhost gave me to use:
208.53.181.26 (used in primary name server)
208.53.181.27 (used in secondary name server)
208.53.181.28

-Current DNS Zone listing:
example.com (my website URL that is currently working)
example.mydomainname.com (hostname I made myself that contains the server main IP)
ns1.mydomainname.com (A entry = 208.53.181.26)
ns2.mydomainname.com (A entry = 208.53.181.27)

2) My edit "edit /etc/resolv.conf" contains the following:
Search localdomain
nameserver 66.90.68.25
nameserver 66.90.68.26

Issue: I receive daily email notification that "example.mydomainname.com" does not resolve to any IP. However, when in WHM, it already contains Server Main Ip: 208.53.183.125.

View 1 Replies View Related

WHM Keep On Asking For A Record For Hostname

Apr 5, 2009

Here are the scenarios :

1. This Dedicated Server don't have main domain name but I use something like hostname.domain.com for the hostname.

2. The nameservers I use are something like ns21.domain.com and ns22.domain.com which I registered it already on my domain registrar.

3. Domain.com is use on other Dedicated server

Are these kind of setup okay? or should I really changed the hostname.domain.com to something else that is hosted on the same server?

View 7 Replies View Related

Hostname Shows (none)

May 7, 2009

I have a server with RHEL 5 installed. The problem is that the server shows the output of the hostname command as (none). I checked the /etc/sysconfig/network file and it shows the correct hostname. I also tried to change the hostname in the /etc/sysconfig/network file and restart the server. But hostname command still shows (none).

View 4 Replies View Related

Hostname, Nameserver WHM

Oct 2, 2008

I have a dedicated server with WHM 11.23.2. I am in the process of "attempting" to change the hostname for a group of websites and also the nameservers.

Let's say for practical senses that these were the old details:
Hostname: abc.example.com
Nameservers: ns1.example.com and ns2.example.com

I changed in the following sections of WHM..

Server Configuration -> Basic cPanel/WHM Setup -> Hostname to
123.newsite.com

and then...

Networking Setup -> Hostname to 123.newsite.com

and then...

Server Configuration -> Basic cPanel/WHM Setup -> Primary Nameserver to ns1.newsite.com and then...

Server Configuration -> Basic cPanel/WHM Setup -> Secondary Nameserver to ns2.newsite.com.

Then...

Networking Setup -> Nameserver IPs. I deleted the old ones and created the two new ones: ns1.newsite.com and ns2.newsite.com.

I have double checked that this information is still there. Obviously newsite.com is listed as a domain/account. However, example.com was naturally the first one associated with this server.

I performed a server reboot, apache reset etc.

This was three days ago. I assumed it had all changed over. Until I (stupidly) remembered that I hadn't changed the goDaddy information to point to these new nameservers. I panicked thinking all the sites (six of them) would be down. However, they weren't. When I tried to change the nameserver information for a domain in goDaddy it came back with errors... it would only accept ns1.example.com and ns2.example.com.

So, I did a tracert to the IP address of the server and indeed it comes back as abc.example.com. Every domain is associated with that static IP.

I can't even find anywhere where abc.example.com is listed within the WHM. All the new values are listed... so, where is it pulling this from? I thought the reset of the server (as a graceful reboot) would resolve this issue.. it hasn't. I've rebooted twice and awaited the thirty minutes for everything to get back online. No success.

View 4 Replies View Related

DNS, Hostname And Nameserver

Aug 11, 2008

Quote:

The zone for the root domain splinteredmedia.net is missing, or could not be read. The ip address will be read from the webserver configuration and a new zone will be created for this subdomain. Bind reconfiguring on smpl using rndc Error reconfiguring bind on smpl: rndc: connect failed: 127.0.0.1#953: connection refused
Created DNS entry for ns1.splinteredmedia.net

Is the error i get when i try to add a entry for one of my nameservers.

I have cPanel on a CentOS 5.1 VPS

I am still pretty new to CentOS

how would i go about adding a zone and if somebody cpuld point me to a place where i can read exactly what it is and how to set it up i would be very grateful

View 7 Replies View Related

Hostname Unresolved

Jun 23, 2008

I just got a deticated server with cPanel

Hostname: xyz.mydomain.com (example)

I tried to do a traceroute and I get this message

"unable to resolve target system name"

My registrar is GoDaddy. Is there something I need to set up for xyz?

I have my private NS set up, ns1/ns2.mydomain.com with their associated IPs.

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved