Results 1 to 10 of 36
Hi Guys, newbie here. Im using Debian, latest version. Problem is I have no internet connection. Heres some facts to help you.
Google is homepage, I go into Iceweasel or ...
- 03-14-2008 #1Just Joined!
- Join Date
- Mar 2008
- Posts
- 46
No Interent Connection
Hi Guys, newbie here. Im using Debian, latest version. Problem is I have no internet connection. Heres some facts to help you.
Google is homepage, I go into Iceweasel or Epiphany and it cant find Google or anything else.
Q. Can u Ping the Router?
A. Yes, no problems
Q. Have u tried other Distros?
A. Yes, several, they all have this same No Internet problem
Q. Have u tried a different Network Card?
A. Yes, I have tried 2 different brands, exactly the same problem occurs
Q. U say Google wont load by http://www.Google......, but can u get
access to Google if u use Google's Ip 64.233.187.99
A. Yes, this works everytime
Q. Is MTU set correct?
A. Yes, 1500 for Router and Debian
Q. Is Network Card Dispalyed in lspci -v ?
A. Yes, it has all the details there, its a Macronix Card
Q. Does this ping work? ping -c3 google.com ?
A. Yes, no problems
Hopefully this might have helped others aswell with the same problem.
Im not to bright with Linux yet so just trying to learn so sorry if I dont understand what u mean, please make it as simple as possible for me to understand.
NOTE: Every now and then an Internet connection appears, I can get onto the net when this happens but then it may just drop out 5 seconds later or so, then no internet connection again? Sometimes it gets really bad and my PC loses connection with card and I have to reboot, sometimes it works and sometimes it doesnt and at that point im screwed and try to reinstall Debian?
Oh by the way I am setting up through DHCP, NOT Static Ip, I did try Static IP and it worked but I think it was a fluke cos it dropped out again? Any ideas guys and girls? It must be a hardware problem yeh? But I tried another card and it was the same problem? Thanks for your help
- 03-14-2008 #2Just Joined!
- Join Date
- Apr 2006
- Posts
- 7
hmmm...interesting...
Have you tried completely bypassing your router? If you have a cable modem, just plug it straight into your Linux box, allow for DHCP, and see if you can access the Internet.
- 03-14-2008 #3
I believe I had more or less the same problem you have, for me it really worked just changing my connection to static IP instead of DHCP like this:
Edit the following file: /etc/network/interfaces and change your eth0 configuration to static, here's an example of mine:
You can find your adress and mask typing "ifconfig" in your terminal.auto lo
iface lo inet loopback
iface eth0 inet static
address 192.168.1.11
netmask 255.255.255.0
gateway 192.168.1.1
auto eth0
For your gateway you can type "netstat -nr".
- 03-15-2008 #4Just Joined!
- Join Date
- Mar 2008
- Posts
- 46
Thanks for your help so far guys.
Um, hey geniuz, thats great advice and i really appreciate your help but as I said I am a newbie so how exactly do I edit that ? Whats the edit command?
- 03-16-2008 #5Just Joined!
- Join Date
- Mar 2008
- Location
- Canada
- Posts
- 42
- 03-16-2008 #6
Also, if you can surf by IP address without running into any issues, you might wanna check to see if your DNS servers are resolving properly. Because if that's the case, then you are getting a valid connection to the Web. And that would explain why the problem rolls over to all the various browsers.
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 03-16-2008 #7Just Joined!
- Join Date
- Mar 2008
- Location
- Canada
- Posts
- 42
Definitely. You should check out your /etc/resolv.conf file and see which nameservers you're using. Perhaps your ISP's nameservers are down. If that's the case, you should easily be able to use some other nearby nameservers, seeing that you don't have any problem connecting to the internet.
- 03-16-2008 #8Just Joined!
- Join Date
- Mar 2008
- Location
- At my computer
- Posts
- 39
Bizzarre. Linux should atomaticly jack itself into the internet if you have an Ethernet cable plugged in.
- 03-16-2008 #9
Last edited by jayd512; 03-16-2008 at 09:34 PM. Reason: typo
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 03-16-2008 #10Just Joined!
- Join Date
- Mar 2008
- Posts
- 46
Great, thanks for that info guys, Ok just need to find some time to try this and then I can get back here and tell u what happened, cheers guys, be back later.


Reply With Quote

