
AndyWxy
By: a guest on Mar 8th, 2008 | syntax:
None | size: 1.14 KB | hits: 29 | expires: Never
#
# Network Profile
#
DESCRIPTION="Default Network Profile @ Home (Wireless Router)"
# Network Settings
INTERFACE=eth1
HOSTNAME=Thinkpad-X41
# Interface Settings (use IFOPTS="dhcp" for DHCP)
IFOPTS="192.168.1.6 netmask 255.255.255.0 broadcast 192.168.1.255"
GATEWAY=192.168.1.1
# DNS Settings (optional)
DOMAIN=localdomain
DNS1=192.168.1.1
DNS2=
# Wireless Settings (optional)
ESSID=Home
KEY=s:12345
IWOPTS="mode managed essid $ESSID channel 6 key restricted $KEY"
#WIFI_INTERFACE=wlan0 # use this if you have a special wireless interface
# that is linked to the real $INTERFACE
#WIFI_WAIT=5 # seconds to wait for the wireless card to
# associate before bringing the interface up
#USEWPA="yes" # start wpa_supplicant with the profile
#WPAOPTS="" # use "" for normal operation or specify additional
# options (eg, "-D ipw")
# see /etc/wpa_supplicant.conf for configuration
#AUTOWPA="yes" # automatically configure WPA
#PASSKEY="" # wpa passkey/phrase. for use with AUTOWPA