ip falsa

Armando Montiel Caba (NetAdmin) amontiel en mpsnet.net.mx
Jue Jun 29 12:09:56 CDT 2000


Puedes emplear el siguiente script para prevenir spoffing:
--------------------------------------------------------------------------
#!/bin/bash
# This is the best method: turn on Source Address Verification and get
# spoof protection on all current and future interfaces.
if [ -e /proc/sys/net/ipv4/conf/all/rp_filter ]; then
	echo -n "Setting up IP spoofing protection..."
	for f in /proc/sys/net/ipv4/conf/*/rp_filter; do
	echo 1 > $f
	done
	echo "done."
else
	echo PROBLEMS SETTING UP IP SPOOFING PROTECTION.  BE WORRIED.
	echo "CONTROL-D will exit from this shell and continue system startup."
	echo
	# Start a single user shell on the console
/sbin/sulogin $CONSOLE
fi
--------------------------------------------------------------------------
Ponlo en un archivo y luego lo das de alta en ru rc.local

On Mon, 19 Jun 2000, Angel Santos Calderón wrote:

> Que tal amigos colisteros.
> 
> Rebisando el secure log del sistema (Red Hat Linux 5.2), me encuentro la
> siguiente línea.
> 
> Spoofing en puerto in.ftpd la IP 212.25.65.24 es falsa.
> 
> A que se debe este mensaje y que medidas debería tomar.
> 
> Agradeciendo de antemano por su respuesta.
> 
> 
> 

-- 
Armando Montiel Caba / Gerente de Sistemas  MPSNet / Proyectos LinuxMPSNet
Tel: (525)4-88-65-55 / SkyTel: 5536911 / ICQ:7690611  / amontiel en mpsnet.net.mx
Av. Coyoacan #734 / Col. del Valle / C.P. 03100 / Fax: (525)4-88-65-00
http://www.hazclick.com/ La primera Red de Servicios en Internet


-- 
Para desuscribirse, mande correo a: ayuda-unsubscribe en linux.org.mx
Para comandos adicionales, envíelo a: ayuda-help en linux.org.mx




Más información sobre la lista de distribución Ayuda