Re: one IP, one HOST

2007-04-01 Por tema Manolet Gmail

El 1/04/07, Guillermo Garron [EMAIL PROTECTED] escribió:

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
  
   MX10   Mail2.pbxa.com
  
   mail2  A   72.232.33.66
  
   3. Pide a tu proveedor de Internetque 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.66host.io-mx.net host
  66.33.232.72.reverse.layeredtech.com 66
  127.0.0.1   localhost
  72.232.33.67mail2.pbxa.com host
  67.33.232.72.reverse.layeredtech.com 67
  72.232.33.68mail3.pbxa.com host
  68.33.232.72.reverse.layeredtech.com 68
  72.232.33.69mail4.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



bueno, volviendo al error del dnsstuff:

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].

si yo hago nslookup 72.232.33.66 me dice que el nombre de host es:

66.33.232.72.static.reverse.layeredtech.com

ahora segun entiendo el que dice host.io-mx.net es mi MTA (que es
exim), estoy en lo cierto?, existe alguna forma de decirle a exim que
no diga quue es host.io-mx.net sino, depende de la ip por la que se
realiza la peticion responda con otro nombre de host?

no se si estoy confundido,



Re: one IP, one HOST

2007-03-31 Por tema Mario Tello

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.


Espero por ese lado vaya tu pregunta

Saludos



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: one IP, one HOST

2007-03-31 Por tema Manolet Gmail

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...


Espero por ese lado vaya tu pregunta

Saludos



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]






Re: one IP, one HOST

2007-03-31 Por tema Mario Tello

Manolet Gmail escribió:

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...


Espero por ese lado vaya tu pregunta

Saludos



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact 
[EMAIL PROTECTED]






Nosotros hace tiempo tuvimos problemas para enviar correos, entrando a 
varias paginas de test de DNS, tambien agregamos varios registros MX y 
seguian los problemas, se soluciono cuanto nuestro ISP activo en la ip 
del mail resolucion a la inversa  del dominio, pero como te menciono 
esto lo hace el ISP.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: one IP, one HOST

2007-03-31 Por tema Manolet Gmail

El 31/03/07, Mario Tello [EMAIL PROTECTED] escribió:

Manolet Gmail escribió:
 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...

 Espero por ese lado vaya tu pregunta

 Saludos



 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]




Nosotros hace tiempo tuvimos problemas para enviar correos, entrando a
varias paginas de test de DNS, tambien agregamos varios registros MX y
seguian los problemas, se soluciono cuanto nuestro ISP activo en la ip
del mail resolucion a la inversa  del dominio, pero como te menciono
esto lo hace el ISP.


Hola, podrias ayudarme? no entiendo como debo pedirle al ISP... a mi
ISP? el servidor es un servidor dedicado.. no se quien es su ISP... el
que me vendio el server?

mmm que liado me siento xD




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]






Re: one IP, one HOST

2007-03-31 Por tema Mario Tello

Manolet Gmail escribió:

El 31/03/07, Mario Tello [EMAIL PROTECTED] escribió:

Manolet Gmail escribió:
 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...

 Espero por ese lado vaya tu pregunta

 Saludos



 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]




Nosotros hace tiempo tuvimos problemas para enviar correos, entrando a
varias paginas de test de DNS, tambien agregamos varios registros MX y
seguian los problemas, se soluciono cuanto nuestro ISP activo en la ip
del mail resolucion a la inversa  del dominio, pero como te menciono
esto lo hace el ISP.


Hola, podrias ayudarme? no entiendo como debo pedirle al ISP... a mi
ISP? el servidor es un servidor dedicado.. no se quien es su ISP... el
que me vendio el server?

mmm que liado me siento xD



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact 
[EMAIL PROTECTED]





El ISP es el Internet Service Provide, viene siendo el que ofrece la 
conexion a internet a el servidor, en este caso tu debes hablar con los 
que te vendieron el servicio para que estos a su vez hablen con us ISP



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: one IP, one HOST

2007-03-31 Por tema Guillermo Garron

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

MX10   Mail2.pbxa.com

mail2  A   72.232.33.66

3. Pide a tu proveedor de Internetque 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.

--
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


Re: one IP, one HOST

2007-03-31 Por tema Manolet Gmail

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

MX10   Mail2.pbxa.com

mail2  A   72.232.33.66

3. Pide a tu proveedor de Internetque 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.66host.io-mx.net host
66.33.232.72.reverse.layeredtech.com 66
127.0.0.1   localhost
72.232.33.67mail2.pbxa.com host
67.33.232.72.reverse.layeredtech.com 67
72.232.33.68mail3.pbxa.com host
68.33.232.72.reverse.layeredtech.com 68
72.232.33.69mail4.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?.




--
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





Re: one IP, one HOST

2007-03-31 Por tema Manolet Gmail

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

 MX10   Mail2.pbxa.com

 mail2  A   72.232.33.66

 3. Pide a tu proveedor de Internetque 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.66host.io-mx.net host
66.33.232.72.reverse.layeredtech.com 66
127.0.0.1   localhost
72.232.33.67mail2.pbxa.com host
67.33.232.72.reverse.layeredtech.com 67
72.232.33.68mail3.pbxa.com host
68.33.232.72.reverse.layeredtech.com 68
72.232.33.69mail4.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?



 --
 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






Re: one IP, one HOST

2007-03-31 Por tema Guillermo Garron

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
 
  MX10   Mail2.pbxa.com
 
  mail2  A   72.232.33.66
 
  3. Pide a tu proveedor de Internetque 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.66host.io-mx.net host
 66.33.232.72.reverse.layeredtech.com 66
 127.0.0.1   localhost
 72.232.33.67mail2.pbxa.com host
 67.33.232.72.reverse.layeredtech.com 67
 72.232.33.68mail3.pbxa.com host
 68.33.232.72.reverse.layeredtech.com 68
 72.232.33.69mail4.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