Archivo

Entradas Etiquetadas ‘bsd’

FreeBSD Wireless WEP/WAP

domingo, 28 de febrero de 2010 Sin comentarios

FreeBSD Wireless WEP/WAP

/etc/wpa_supplicant.conf

# WEP
network={
	ssid="YOUR_NETWORK"
	key_mgmt=NONE
	wep_key0=6666666666
	wep_tx_keyidx=0
	priority=5
}
# WAP
network={
	ssid="YOUR_NETWORK"
	psk="Password"
	priority=5
}
wpa_supplicant -Bi wlan0 -c /etc/wpa_supplicant.conf

/etc/rc.conf

ifconfig_wlan0="WPA DHCP"

In my case wlan0 is rum0

Categories: network, unix/linux Tags:

FreeNAS

domingo, 4 de octubre de 2009 3 comentarios

FreeNAS

FreeNAS is a free NAS (Network-Attached Storage) Server.

www.freenas.org

There are many services some are: FTP, TFTP, SSH, HTTP, SAMBA, RSYNC and more.

Easy to install only need one floppy disk or cardflash memory (to save config) or small hard disk to install the system of the CD.

Some services needs you have static IP (not DHCP like FTP Service)

FreeNAS it’s a great option if you want to storage a lot of information and share that information using service (http/ftp/samba/etc.)

Very small and very powerfull.

Categories: network, unix/linux, web Tags: ,

Switch to our mobile site