Find the answer to your Linux question:
Page 1 of 4 1 2 3 4 LastLast
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 ...
  1. #1
    Just 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

  2. #2
    Just 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.

  3. #3
    Just Joined! geniuz's Avatar
    Join Date
    Mar 2008
    Location
    Netherlands, Europe
    Posts
    71
    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:
    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
    You can find your adress and mask typing "ifconfig" in your terminal.
    For your gateway you can type "netstat -nr".

  4. #4
    Just 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?

  5. #5
    Just Joined!
    Join Date
    Mar 2008
    Location
    Canada
    Posts
    42
    Quote Originally Posted by Tezux View Post
    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?
    It's fairly simple, all you need to do is open a Terminal and run the following commands:
    Code:
    su
    <enter your root password>
    gedit /etc/network/interfaces
    Or if you're using a different window manager, substitute 'gedit' with 'kate', etc.

    Hope this helps.

  6. #6
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,072

    Lightbulb

    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.

  7. #7
    Just Joined!
    Join Date
    Mar 2008
    Location
    Canada
    Posts
    42
    Quote Originally Posted by jayd512 View Post
    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.
    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.

  8. #8
    Just 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.

  9. #9
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,072
    Quote Originally Posted by yanom View Post
    Bizzarre. Linux should atomaticly jack itself into the internet if you have an Ethernet cable plugged in.
    Not to strange, really. Tezux is connecting to the internet... just having a little issue with DNS resolving. And the /etc/resolv.conf file that John suggested should shed some light on what's happening for us.
    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.

  10. #10
    Just 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.

Page 1 of 4 1 2 3 4 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •