Connecting to an OPEN / WEP WLAN (Manual IP Setup)
Note: replace [interface] with your interface name as required (e.g. eth1, wlan0, ath0 etc.) It may be necessary to run some packet capture software (e.g. Ethereal) to determine the IP addresses of both the Default Gateway and DNS servers.
- iwconfig [interface] mode managed key [WEP key] (128 bit WEP use 26 hex characters, 64 bit WEP uses 10)
- iwconfig [interface] essid “[ESSID]“
- ifconfig [interface] [IP address] netmask [subnetmask]
- route add default gw [IP of default gateway] (Configure your default gateway; usually the IP of the Access Point)
- echo nameserver [IP address of DNS server] >> /etc/resolve.conf (Configure your DNS server)
- ping www.bbc.co.uk (if you receive a reply you have access)
No comments:
Post a Comment