On 4/1/07, Manolet Gmail <[EMAIL PROTECTED]> wrote:
El 1/04/07, Manolet Gmail <[EMAIL PROTECTED]> escribió: > El 31/03/07, Guillermo Garron <[EMAIL PROTECTED]> escribió: > > On 3/31/07, Manolet Gmail <[EMAIL PROTECTED]> wrote: > > > El 31/03/07, Mario Tello <[EMAIL PROTECTED]> escribió: > > > > Manolet Gmail escribió: > > > > > Holas! tengo un servidor dedicado con 8 direcciones ip, quisiera saber > > > > > que debo hacer para asignarle a cada ip un nombre de host diferente. > > > > > > > > > > Gracias de antemano buena gente =) > > > > > > > > > > > > > > pues usa un servidor de DNS para que te resuelva las ips, si lo que > > > > deseas es resolucion a la inversa de acada IP si son ips de internet > > > > pues de eso se encarga tu ISP, si son para una red local con el servidor > > > > de DNS basta. > > > > > > > sip, son ips de internet. mira tengo un dominio que es pbxa.com y le > > > asigne los subdominios (A RECORDS): > > > > > > mail1.pbxa.com -> ip .66 > > > mail2.pbxa.com -> ip .67 > > > mail3.pbxa.com -> ip .68 > > > > > > el pedo es que el nombre de host de esa maquina es host.io-mx.com y y > > > en el dns report me da este WARN: > > > > > > WARNING: One or more of your mailservers is claiming to be a host > > > other than what it really is (the SMTP greeting should be a 3-digit > > > code, followed by a space or a dash, then the host name). If your > > > mailserver sends out E-mail using this domain in its EHLO or HELO, > > > your E-mail might get blocked by anti-spam software. This is also a > > > technical violation of RFC821 4.3 (and RFC2821 4.3.1). Note that the > > > hostname given in the SMTP greeting should have an A record pointing > > > back to the same server. Note that this one test may use a cached DNS > > > record. > > > > > > MAIL2.PBXA.com claims to be host host.io-mx.net [but that host is at > > > 72.232.33.66 (may be cached), not 72.232.33.67]. > > > MAIL3.PBXA.com claims to be host host.io-mx.net [but that host is at > > > 72.232.33.66 (may be cached), not 72.232.33.68]. > > > MAIL4.PBXA.com claims to be host host.io-mx.net [but that host is at > > > 72.232.33.66 (may be cached), not 72.232.33.69]. > > > > > > entonces rescato de ahi esta parte: "Note that the hostname given in > > > the SMTP greeting should have an A record pointing back to the same > > > server. Note that this one test may use a cached DNS record." > > > > > > puedo configurar mi MTA (exim) para que responda un host diferente > > > seg´´un la ip por la que intenten accesar o esto es innecesario?. lo > > > hago para tener varios records MX en mis dominios... > > Mira, creo que esto es lo que debes hacer. > > > > 1.- Cambia el nombre de tu Server para que coincida con lo que se > > llamara tu server en DNS > > Esto es para CentOS, pero supongo ayudara sobre como hacerlo en Debian. > > http://linux.go2linux.org/node/21 > > tambien puede ayudarte esto, fijate que es para Postfix, y no para Exim. > > http://linux.go2linux.org/node/10 > > > > 2. configura asi tu DNS > > > > MX 10 Mail2.pbxa.com > > > > mail2 A 72.232.33.66 > > > > 3. Pide a tu proveedor de Internet que te apunte la direccion > > 72.232.33.66 con el nombre mail2.pbxa.com, al parecer el dueño de esa > > IP es layeredtech.com. Te suenan? > > > > espero haber ayudado algo. > > Hola! si gracias, en realidad solo hice el cambio en /etc/hosts, lo > deje de la siguiente manera: > > 72.232.33.66 host.io-mx.net host > 66.33.232.72.reverse.layeredtech.com 66 > 127.0.0.1 localhost > 72.232.33.67 mail2.pbxa.com host > 67.33.232.72.reverse.layeredtech.com 67 > 72.232.33.68 mail3.pbxa.com host > 68.33.232.72.reverse.layeredtech.com 68 > 72.232.33.69 mail4.pbxa.com host > 69.33.232.72.reverse.layeredtech.com 69 > > los mx quedaron apuntando a los mail* y cada uno tiene un record A, > supongo que tengo que esperar a que se actualize o algo asi?. > por cierto como le hago para saber cual es el nombre de host de una ip?
nslookup [IP] sin los corchetes. saludos, Guillermo. -- Guillermo Garron "Linux IS user friendly... It's just selective about who its friends are." (Using FC6, CentOS4.4 and Ubuntu 6.06) http://feeds.feedburner.com/go2linux http://www.go2linux.org

