Wifi Devices

ben darby ben at cvrse.com
Mon Feb 12 10:41:34 UTC 2007


* John Dangler wrote:
> If you are using static IP's and get wireless working, please reply to
> the list and let us (read - me), know how you did it.  I have a wireless
> on my Linux laptop with a static IP that has never worked under Ubuntu
> (5.04/5.10/6.06)

I use static IPs here at home over wireless and all that was required to
set it up was add the network details into /etc/network/interfaces and
restart networking.

/etc/network/interfaces:
iface eth1 inet static
address 192.168.0.55
netmask 255.255.255.0
gateway 192.168.0.138
wireless-essid MYESSID
wireless-key MYKEY
auto eth1

$ sudo /etc/init.d/networking restart

$ iwconfig eth1
eth1      IEEE 802.11g  ESSID:"MYESSID"
          Mode:Managed  Frequency:2.437 GHz  Access Point:
00:17:9A:D6:CE:E4
          Bit Rate:48 Mb/s   Tx-Power:15 dBm
          Retry limit:15   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality=88/100  Signal level=-47 dBm  Noise level=-48 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:872   Missed beacon:0

$ ifconfig eth1
eth1      Link encap:Ethernet  HWaddr 00:13:02:69:E6:12
          inet addr:192.168.0.55  Bcast:192.168.0.255
Mask:255.255.255.0
          inet6 addr: fe80::213:2ff:fe69:e612/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:37357 errors:0 dropped:872 overruns:0 frame:0
          TX packets:14628 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:34421601 (32.8 MiB)  TX bytes:1201389 (1.1 MiB)
          Interrupt:185 Base address:0xe000 Memory:cc000000-cc000fff


-- 
ben darby
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20070212/51ceb2e2/attachment.sig>


More information about the ubuntu-users mailing list