Saludos!!!
Tengo RH 7.1 instalado con SQUID y IPCHAINS
El SQUID funciona sin sing�n problema, pero con IPCHAINS tengo el siguiente
problema, al hacer
ping www.racsa.co.cr si me responde o bien a www.google.com
Pero al hacer un ping a www.jwt.co.cr o www.amnet.co.cr no responde.
Adem�s hay otra cuestion particular al utilizar el Outlook express me
permite
enviar correos a ciertos dominios y otros no(La cuenta es pop en un servidor
externo).
El mensaje de error de la apliaci�n es:
El mensaje no se pudo enviar, uno de los destinatarios fue rechazado por el
servidor. Su direcci�n de correo electr�nico es "[EMAIL PROTECTED]".
Asunto 'Prueba de correo ', Cuenta: 'Costa Rican Language Academy
(crlang.com)', Servidor: 'smtp.racsa.co.cr', Protocolo: SMTP, Respuesta del
servidor: '550 5.7.1 Relaying not allowed: [EMAIL PROTECTED]', Puerto:
25, Seguridad (SSL): No, Error de servidor: 550, N�mero de error: 0x800CCC79
El archivo /etc/rc.d/init.d/rc.d/ipchains la secci�n "start"
...
start)
# don't do squat if we don't have the config file
if [ -f $IPCHAINS_CONFIG ]; then
# If we don't clear these first, we might be adding to
# pre-existing rules.
action $"Flushing all current rules and user defined chains:"
ipchains -F
action $"Clearing all current rules and user defined chains:"
ipchains -X
ipchains -Z
echo -n $"Applying ipchains firewall rules: "
grep -v "^[[:space:]]*#" $IPCHAINS_CONFIG | grep -v '^[[:space:]]*$' |
/sbin/ipchains-restore -p -f && \
success $"Applying ipchains firewall rules" || \
failure $"Applying ipchains firewall rules"
echo
touch /var/lock/subsys/ipchains
fi
;;
..........
El archivo /etc/sysconfig/ipchains
# Manual customization of this file is not recommended.
# Note: ifup-post will punch the current nameservers through the
# firewall; such entries will *not* be listed here.
:input ACCEPT
:forward ACCEPT
:output ACCEPT
-N user_msq
-A user_msq -s 0/0 -d 0/0 -j MASQ
-A forward -s 192.168.0.0/24 -d 0/0 -i eth0 -j user_msq
El archivo /etc/rc.d/rc.local
.....
echo
echo 1 > /proc/sys/net/ipv4/ip_forward
.....
Agradeciendo la ayuda que me puedan brindar.
**** **** **** **** **** **** ****
Ernesto Monge G�mez
SYSTEC, S.A.
Tel (506) 257-7732
Cel. (506) 395-3912
Bepeer: (506) 256-7890
Fax U.S.A: (786) 524-2309
Apdo. 338-1350
E-mail: [EMAIL PROTECTED]
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
--
�Desea desuscribirse? Escriba a [EMAIL PROTECTED] con
el tema "unsubscribe".