Network
[Internet]->[Cable Modem DHCP client]->[WAP Router using DHCP server]->[WGP54G]->[computer Fedora 3]
I have been able to get wireless working somewhat.
If I use 'dhclient wlan0' the card get configured and works fine.
However, I need to use a static IP on this particular computer (running webserver and port forwarding from Router). So, if I use 'ifconfig wlan0 192.168.1.2' to set the ip, the computer can not longer resolve any names or ping the dns servers (although works fine locally).
/etc/resolv.conf.....
nameserver 12.207.232.22
nameserver 12.207.234.13
if I use dhclient, it populates the /etc/resolv.conf looks the same with the exception of a comment at the beginning of the file (which says that dhclient added this).
ifconfig
wlan0 Link encap:Ethernet HWaddr 00:0C:41:14:94:90
inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::20c:41ff:ff14:9490/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:16693 errors:0 dropped:0 overruns:0 frame:0
TX packets:16645 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1209622 (1.1 MiB) TX bytes:3426236 (3.2 MiB)
Memory:e7000000-e7001fff
iwconfig
wlan0 IEEE 802.11g ESSID:"blahblah"
Mode:Managed Frequency:2.437GHz Access Point: 00:0F:66:C4

E:67
Bit Rate:18Mb/s Tx-Power:13 dBm
RTS thr:2347 B Fragment thr:2346 B
Encryption key

ff
Power Management

ff
Link Quality:90/100 Signal level:-61 dBm Noise level:-256 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:8028 Invalid misc:17358 Missed beacon:0
What am I missing?
Thx
Tony