SIMM: Prácticas de comandos Windows y Linux. Febrero 25, 2008
Posted by asiestriana in Uncategorized.add a comment
SIMM: Script (Borrador) Febrero 20, 2008
Posted by asiestriana in Uncategorized.add a comment
http://www.microsoft.com/spain/technet/recursos/script.mspx
RAL: Unas definiciones y algunas órdenes de redes Febrero 20, 2008
Posted by asiestriana in Uncategorized.add a comment
Definiciones:
Algunas órdenas más que no están en el libro:
(Nbtstat para NETBIOS/Samba)
Windows XP/Ubuntu como servidor y servidor del protocolo de aplicación Telnet.
Windows XP/Ubuntu como cliente FTP.
- Órdenes a conocer: ls, cd, lcd, get, mget, put, mput, binary, ascii, open, bye.
Navegador Web como cliente ftp.
NetCat
NetCat para Windows (http://cablemodem.fibertel.com.ar/desertwolf/netcat.htm)
* Firewalls (Filtro de IP y Puertos)
- Iptables
- Mostrar regla: /sbin/iptables -nL
- Añadir regla para prohibir una entrada|salida|paso desde una IP y un puerto: /sbin/iptables -A [INPUT|OUTPUT|FORWARD] -p tcp -s #ORIGEN# –dport #PUERTO# -j DROP
- Añadir regla para permitir una entrada desde una IP y un puerto: /sbin/iptables -A [INPUT|OUTPUT|FORWARD] -p tcp -s #ORIGEN# –dport #PUERTO# -j ACCEPT.
- Borrar regla /sbin/iptables -D [INPUT|OUTPUT|FORWARD] -p tcp -s #ORIGEN# –dport #PUERTO# -j DROP
- Firewalls en Router.
RAL: DHCP y DNS en Windows y Linux Febrero 13, 2008
Posted by asiestriana in Uncategorized.add a comment
Servidor DHCP:
Cliente DHCP:
* Windows: ipconfig /releas, ipconfig /renew,…..
* Linux, en el archivo /etc/network/interfaces
auto eth0 #Primera tarjeta de red
iface eth0 inet dhcp #Configuramos por DHCP
Servidor DNS:
* DNS en Windows (NO USAR HABLA DEL DNS integrado en Directorio Activo)
Interacción DCHP-DNS:
RAL: Linux y Windows XP como router. Máquinas virtuales Febrero 10, 2008
Posted by asiestriana in Uncategorized.add a comment
Práctica a realizar con máquinas virtuales:
Práctica para realizar sin máquinas virtuales:
http://www.home-network-help.com/ip-forwarding.html
Linux como router:
echo 1 > /proc/sys/net/ipv4/ip_forward
Windows XP como router:
http://support.microsoft.com/kb/315236/es
http://support.microsoft.com/kb/550252/es
Instalacion de Virtualbox
http://observatorio.cnice.mec.es/modules.php?op=modload&name=News&file=article&sid=464
Clonado de máquinas con Virtuabox
IEA: 2 Trabajo de 2 evaluación Febrero 3, 2008
Posted by asiestriana in Uncategorized.add a comment