Dell Inspiron 9100 with a 1450 wireless card (broadcom chip). Configured the
card successfully with ndiswrapper under shrike. I can ping my win and linux
servers on the lan, but no internet. Fruitless efforts at DNS, and here I
am. Where is the magic config setting that I'm missing? Thanks in advance .
.. .
A bunch of stuff I've tried (sorry for the length, but you'd probably ask
for this output anyway):
[root@localhost root]# netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt
Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0
wlan0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0
wlan0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0
wlan0
Sidebar: why 3 entries for wlan0? And where's the 192.168.1.0 coming from?
/etc/sysconfig/ifcfg-wlan0 (constructed myself from examples)
DEVICE=wlan0
BOOTPROTO=static
ONBOOT=yes
IPADDR=192.168.1.157
NETMASK=255.255.255.0
GATEWAY=192.168.1.1
BROADCAST=192.168.1.255
MTU=1454
WIRELESS_MODE=Managed
WIRELESS_ESSID=myESSID
WIRELESS_ENC_KEY=10DigitKey
Previous attempt at scripting automatic config into rc.local
iwconfig wlan0 mode Managed
iwconfig wlan0 essid myESSID
iwconfig wlan0 key restricted 10DigitKey
ifconfig wlan0 192.168.1.157
ifconfig wlan0 netmask 255.255.255.0
ifconfig wlan0 up
Sidebar: ESSID is reset if I ifdown the wlan0?
[root@localhost root]# iwconfig
lo no wireless extensions.
wlan0 IEEE 802.11g ESSID

ff/any
Mode:Managed Frequency:2.417GHz Access Point: 00:00:00:00:00:00
Bit Rate:11Mb/s Tx-Power:84 dBm
RTS thr:2347 B Fragment thr:2346 B
Encryption key

ff
Power Management

ff
Link Quality:100/100 Signal level:-89 dBm Noise level:-256 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:6 Invalid misc:148 Missed beacon:0
[root@localhost root]# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:2 errors:0 dropped:0 overruns:0 frame:0
TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:140 (140.0 b) TX bytes:140 (140.0 b)
wlan0 Link encap:Ethernet HWaddr 00:90:96:F0:E2:F4
inet addr:192.168.1.157 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1454 Metric:1
RX packets:22 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:3387 (3.3 Kb) TX bytes:168 (168.0 b)
Interrupt:11 Memory:faff6000-faff7fff
/etc/resolv.conf
search 192.168.1.1