Find the answer to your Linux question:
Results 1 to 6 of 6
Hello experts, I have installed kubuntu today. Everything is ok and works fine except my internet connection. I'm using aDSL and the problem is when I connect my aDSL on ...
  1. #1
    Just Joined!
    Join Date
    Aug 2005
    Posts
    26

    kubuntu lost internet connection every 30 sec.



    Hello experts,

    I have installed kubuntu today. Everything is ok and works fine except my internet connection. I'm using aDSL and the problem is when I connect my aDSL on the internet it's work fine for 30 sec. After 30 sec. the connection is down, and I have to manualy reconet it again, and again...Every 30 sec.
    How can i fix this?

    Thanks in advance.

  2. #2
    Linux User Kojak's Avatar
    Join Date
    Apr 2006
    Posts
    421
    Is it a direct DSL-modem connection or do you use LAN/ethernet connection through a router?
    Windows free since 2002 | computing since 1984

  3. #3
    Just Joined!
    Join Date
    Aug 2005
    Posts
    26
    It is a LAN/Ethernet trouhgt a router.

    Thanks.


    Quote Originally Posted by Kojak
    Is it a direct DSL-modem connection or do you use LAN/ethernet connection through a router?

  4. #4
    Linux User Kojak's Avatar
    Join Date
    Apr 2006
    Posts
    421
    Check your resolv.conf file

    sudo cat /etc/resolv.conf

    If there is some IP like 192.168.0.1 or 10.0.0.1, then you need to replace the IP's in there (which is your routers address) with valid DNS server entries from your ISP.
    Windows free since 2002 | computing since 1984

  5. #5
    Just Joined!
    Join Date
    Aug 2005
    Posts
    26
    Cool man. This fix the problem.

    Thanks.


    Quote Originally Posted by Kojak
    Check your resolv.conf file

    sudo cat /etc/resolv.conf

    If there is some IP like 192.168.0.1 or 10.0.0.1, then you need to replace the IP's in there (which is your routers address) with valid DNS server entries from your ISP.

  6. #6
    Just Joined!
    Join Date
    Aug 2005
    Posts
    26
    Ok, another problem is in the /etc/resolv.conf file. I put in this file one of our authoritative DNS servers and everything was ok for about 1 minute. After that when i check my /etc/resolv.conf file i have seen that it was reseted to the old values. For example:

    cat /etc/resolv.conf
    nameserver 62.162.32.5
    nameserver 4.2.2.3

    with this combination work for a couple of minutes and after that for some reason it come back to the previous state

    cat /etc/resolv.conf

    nameserver 192.168.1.1

    Thanks.


    Quote Originally Posted by Kojak
    Check your resolv.conf file

    sudo cat /etc/resolv.conf

    If there is some IP like 192.168.0.1 or 10.0.0.1, then you need to replace the IP's in there (which is your routers address) with valid DNS server entries from your ISP.

Posting Permissions

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