I am running Fedora Core 5 and I am tring to set up an internet connection. I have a Intel Pro/Wireless 2200BG card that I managed to install the firmware for. I have it configured as a new wireless network.
[root@localhost ~]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:C0:9F:B7:F2:4B
inet addr:192.168.1.4 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::2c0:9fff:feb7:f24b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1444 errors:0 dropped:0 overruns:0 frame:0
TX packets:3260 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1314840 (1.2 MiB) TX bytes:406900 (397.3 KiB)
Interrupt:6
eth1 Link encap:Ethernet HWaddr 00:12:F0

1:1E:AD
inet addr:192.168.1.8 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::212:f0ff:fed1:1ead/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:482 errors:0 dropped:11 overruns:0 frame:0
TX packets:101 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:49219 (48.0 KiB) TX bytes:8474 (8.2 KiB)
Interrupt:10 Base address:0x8000 Memory:e0202000-e0202fff
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:2688 errors:0 dropped:0 overruns:0 frame:0
TX packets:2688 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3070085 (2.9 MiB) TX bytes:3070085 (2.9 MiB)
[root@localhost ~]# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
eth1 IEEE 802.11g ESSID:"home" Nickname:"localhost.localdomain"
Mode:Managed Frequency:2.462 GHz Access Point: 00:0F:B5:6F:EE:90
Bit Rate=54 Mb/s Tx-Power=20 dBm
Retry limit:7 RTS thr

ff Fragment thr

ff
Encryption key

ff
Power Management

ff
Link Quality=91/100 Signal level=-37 dBm Noise level=-81 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:11 Missed beacon:0
sit0 no wireless extensions.
I can ping my router without a problem but whenever I try connect to a webpage it says that it could not load. I have tried everything that i was able to find on forums like:
ifdown eth0
ifdown eth1
ifup eth1
If you have anything else that i could try it would be greatly appreciated.
Thanks