« Noviembre 2003 | Main | Enero 2004 »

Diciembre 2003 Archives

Diciembre 26, 2003

para hacer un port forward con linux e iptables:


Con la configuracion apropiada en el kernel, claro:

iptables -t nat -I PREROUTING 1 -s 0/0 -d <IP.LOCAL> -p tcp --dport 443 -j DNAT --to-destination <IP.DESTINO:PORT.DESTINO>
iptables -t nat -I POSTROUTING 1 -s 0/0 -d <IP.REMOTA> -j SNAT --to-source <IP.LOCAL>

Diciembre 28, 2003

Para tostar DVDs con el Nero (.img)

http://www.dvd-cloner.com/nero-img.html

Seleccionar "all" y dejar las opciones por defecto:

Data Mode 1, Raw data sin marcar, block size 2048
Image header y trailer size a 0
scrambled y swapped sin marcar

About Diciembre 2003

This page contains all entries posted to Alejandro Ramos :: personal webpage in Diciembre 2003. They are listed from oldest to newest.

Noviembre 2003 is the previous archive.

Enero 2004 is the next archive.

Many more can be found on the main index page or by looking through the archives.

rss
unsec dot net