52
dot11DesiredSSID="linux-wlan"
; Download code/data?
; If you want to configure the card for station,set WLAN_DOWNLOAD to 'n'.
WLAN_DOWNLOAD=n
WLAN_DOWNLOADER=/sbin/prism2dl
WLAN_DLIMAGE=/etc/pcmcia/APFW.hex
; Do we want to be an AP? Set IS_AP to 'n' because it will not work.
IS_AP=n
# y|n
12)
Edit your network.opts file to set up your IP settings
.
# vi /etc/pcmcia/network.opts
;Transceiver selection, for some cards -- see 'man ifport'
IF_PORT=""
; Use BOOTP? [y/n]
BOOTP="n"
; Use DHCP? [y/n]
; If your local network has DHCP, you can set DHCP to 'y' then save the
; file and exit.If you set DHCP to 'n', you must set the items below.
DHCP="n"
; Host's IP address, netmask, network address, broadcast address
; It is a example to set the items for my local network. You must depend
; on your system.
IPADDR="192.168.0.201"
NETMASK="255.255.255.0"
NETWORK="192.168.0.0"
BROADCAST="192.168.0.255"
; Gateway address for static routing
GATEWAY="192.168.0.1"
; Things to add to /etc/resolv.conf for this interface
DOMAIN="lcat"
SEARCH="
DNS_1="140.118.7.125"
DNS_2=""
DNS_3=""
; You can save the file and exit now if you don't care the other options.