jump to navigation

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

SIMM: Sobre RAID y Backups Febrero 20, 2008

Posted by asiestriana in Uncategorized.
add a comment

RAL: Unas definiciones y algunas órdenes de redes Febrero 20, 2008

Posted by asiestriana in Uncategorized.
add a comment

Definiciones:

Socket

WPA

Algunas órdenas más que no están en el libro:

Netstat

(Nbtstat para NETBIOS/Samba)

Nslookup

Netsh (Sólo windows)

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

    (Más sobre IPTABLES)

    • Firewalls en Router.

RAL: DHCP y DNS en Windows y Linux Febrero 13, 2008

Posted by asiestriana in Uncategorized.
add a comment

Servidor DHCP:

* DHCP en Windows

* DHCP en Linux

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)

* DNS en Linux

Interacción DCHP-DNS:

* Instalaciónde DNS y de DHCP

* Interacción DCHP-DNS en Windows Servers


RAL: Linux y Windows XP como router. Máquinas virtuales Febrero 10, 2008

Posted by asiestriana in Uncategorized.
add a comment

IEA: 2 Trabajo de 2 evaluación Febrero 3, 2008

Posted by asiestriana in Uncategorized.
add a comment