LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Internet connection problem Fedora (https://www.linuxquestions.org/questions/linux-networking-3/internet-connection-problem-fedora-320910/)

banner 05-06-2005 10:34 PM

Internet connection problem Fedora
 
I simple can not connect to the the internet to surf, when i try to connect to a website it simple says cannot not be found. Please check the name again


I would like some help on connecting to the internet with my wireless internet connection. I can see my wireless network and the link quality is good

I will give you my ifconfig

root@bangde ~]# ifconfig

eth0 Link encap:Ethernet HWaddr 00:0B:6A:D4:71:C5

inet addr:192.168.1.4 Bcast:192.168.1.255 Mask:255.255.255.0

UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

RX packets:63702915 errors:0 dropped:0 overruns:0 frame:0

TX packets:63817569 errors:0 dropped:0 overruns:0 carrier:0

collisions:0 txqueuelen:1000

RX bytes:387379296 (369.4 MiB) TX bytes:1717498752 (1.5 GiB)

Interrupt:11 Base address:0xe00



eth1 Link encap:Ethernet HWaddr 00:04:E2:DA:82:80

inet addr:192.168.1.105 Bcast:255.255.255.255 Mask:255.255.255.0

inet6 addr: fe80::204:e2ff:feda:8280/64 Scope:Link

UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

RX packets:2253 errors:0 dropped:0 overruns:0 frame:0

TX packets:24 errors:4 dropped:0 overruns:0 carrier:0

collisions:0 txqueuelen:1000

RX bytes:234447 (228.9 KiB) TX bytes:2208 (2.1 KiB)



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:27889 errors:0 dropped:0 overruns:0 frame:0

TX packets:27889 errors:0 dropped:0 overruns:0 carrier:0

collisions:0 txqueuelen:0

RX bytes:6423048 (6.1 MiB) TX bytes:6423048 (6.1 MiB)



[root@bangde ~]#



o by the way i am using a smc 54mbphs pci and i have used a linuxanrt drive loader to configure my wireless pci card. and it is working

musicman_ace 05-07-2005 06:14 AM

can you ping your default gateway?
can you ping your DNS/DHCP server?
can you ping ISP?

What is the output of the command route ?

jarib 05-07-2005 11:51 AM

Are you using both wired and wireless? Try turning one off.

ifconfig eth0 down

To bring it up again do

ifconfig eth0 up

If you're using dhcp you can renew by

dhcpcd

musicman_ace 05-08-2005 05:46 AM

Quote:

from banner
Code:

root@bangde ~]# route
Kernel IP routing table
Destination    Gateway        Genmask        Flags Metric Ref    Use Iface
192.168.1.0    *              255.255.255.0  U    0      0        0 eth0
default        192.168.1.4    0.0.0.0        UG    0      0        0 eth0
[root@bangde ~]#


Ok, pinging your gateway would have helped, except your gateway is your ETH0. As suggested above. type ifconfig eth0 down and see what happens. Also, you may want to fill us in on what your network is like. I'm guess cable/dsl modem connected to a wireless router. Emailing me is fine, but there are a lot of people on these boards that can help and probably get back with you quicker.


All times are GMT -5. The time now is 12:14 AM.