DNS stops working after few seconds

Hans Grijpma

When I reboot my Ubuntu 14.04 server (with Zimbra mail system) DNS lookup works a few seconds and then it stops.

First I can ping my website but after a minute I cannot, see this:

hans@ubumail:~$ ping www.gso.nl
PING www.gso.nl (217.115.205.81) 56(84) bytes of data.<br>
64 bytes from 217.115.205.81: icmp_seq=1 ttl=122 time=3.35 ms
64 bytes from 217.115.205.81: icmp_seq=2 ttl=122 time=3.19 ms
64 bytes from 217.115.205.81: icmp_seq=3 ttl=122 time=17.3 ms
--- www.gso.nl ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2001ms
rtt min/avg/max/mdev = 3.193/7.961/17.342/6.634 ms

hans@ubumail:~$ ping www.gso.nl
PING www.gso.nl (217.115.205.81) 56(84) bytes of data
64 bytes from 217.115.205.81: icmp_seq=1 ttl=122 time=4.07 ms
64 bytes from 217.115.205.81: icmp_seq=2 ttl=122 time=4.20 ms
64 bytes from 217.115.205.81: icmp_seq=3 ttl=122 time=2.91 ms
64 bytes from 217.115.205.81: icmp_seq=4 ttl=122 time=3.95 ms
64 bytes from 217.115.205.81: icmp_seq=5 ttl=122 time=3.24 ms
64 bytes from 217.115.205.81: icmp_seq=6 ttl=122 time=7.11 ms
--- www.gso.nl ping statistics ---
6 packets transmitted, 6 received, 0% packet loss, time 5004ms
rtt min/avg/max/mdev = 2.912/4.249/7.110/1.362 ms

hans@ubumail:~$ ping www.nn.nl
ping: unknown host www.nn.nl

hans@ubumail:~$ ping www.gso.nl
ping: unknown host www.gso.nl

hans@ubumail:~$ ping www.gso.nl
ping: unknown host www.gso.nl

It looks something is overriding the name server settings after the reboot.

My network settings:

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
     address 192.168.168.20
     gateway 192.168.168.168
     netmask 255.255.255.0
     network 192.168.168.0
     broadcast 192.168.168.255
     dns-nameservers 8.8.8.8

I tried different name servers, that does not help. How to solve this issue?

Mortred

Fill your name Server into /etc/resolvconf/resolv.conf.d/head the content like this (samples):

nameserver 8.8.8.8
nameserver 8.8.4.4

Then in shell command type : #>sudo resolvconf -u this is resolve my problem

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

jQuery hover stops working after a few seconds?

From Dev

Integrated Webcam stops working after few seconds [Ubuntu 16.04]

From Dev

Integrated Webcam stops working after few seconds [Ubuntu 16.04]

From Dev

Just installed Windows 10 - alt+tab stops working a few seconds after boot

From Dev

Sound stops after few seconds after Windows start

From Dev

Internet stops working after few minutes

From Dev

NSSound stops working after few hours

From Dev

Android .ogg file stops playing after a few seconds

From Dev

Google Speech recognition API stops recording after a few seconds

From Dev

Android .ogg file stops playing after a few seconds

From Dev

IPEGA bluetooth gamepad stops sending events after a few seconds

From Dev

Cursor stops blinking after a few seconds on Windows 10

From Dev

Local DNS stops working after 5 minutes

From Dev

Windows batch script stops working after a few iterations

From Dev

Windows batch script stops working after a few iterations

From Dev

Bash script seemingly stops working after a few hours

From Dev

mouse randomly stops responding for a few seconds

From Dev

Add a subview after a few seconds

From Dev

App crashes after few seconds

From Dev

Jquery (2.2.0) click listener stops working after few clicks when using .on() but .click() works fine

From Dev

speech-dispatcher stopped working, spd-say starts, but stops after a few words

From Dev

setinterval Stops Working After 540 seconds (time limit in Firebase hosting), How to Solve this?

From Dev

Verifying form input stops for few seconds using Selenium

From Dev

Download of the Android Studio stops in Ubuntu 14.04 with in a few seconds.

From Dev

android alarm manager stops after few hours

From Dev

;y application stops a few moments after launching

From Dev

MPMoviePlayerController Stops Playing After 5 seconds - Swift

From Dev

Destroying div after few seconds mixed with PHP

From Dev

Couchbase times out after few seconds

Related Related

  1. 1

    jQuery hover stops working after a few seconds?

  2. 2

    Integrated Webcam stops working after few seconds [Ubuntu 16.04]

  3. 3

    Integrated Webcam stops working after few seconds [Ubuntu 16.04]

  4. 4

    Just installed Windows 10 - alt+tab stops working a few seconds after boot

  5. 5

    Sound stops after few seconds after Windows start

  6. 6

    Internet stops working after few minutes

  7. 7

    NSSound stops working after few hours

  8. 8

    Android .ogg file stops playing after a few seconds

  9. 9

    Google Speech recognition API stops recording after a few seconds

  10. 10

    Android .ogg file stops playing after a few seconds

  11. 11

    IPEGA bluetooth gamepad stops sending events after a few seconds

  12. 12

    Cursor stops blinking after a few seconds on Windows 10

  13. 13

    Local DNS stops working after 5 minutes

  14. 14

    Windows batch script stops working after a few iterations

  15. 15

    Windows batch script stops working after a few iterations

  16. 16

    Bash script seemingly stops working after a few hours

  17. 17

    mouse randomly stops responding for a few seconds

  18. 18

    Add a subview after a few seconds

  19. 19

    App crashes after few seconds

  20. 20

    Jquery (2.2.0) click listener stops working after few clicks when using .on() but .click() works fine

  21. 21

    speech-dispatcher stopped working, spd-say starts, but stops after a few words

  22. 22

    setinterval Stops Working After 540 seconds (time limit in Firebase hosting), How to Solve this?

  23. 23

    Verifying form input stops for few seconds using Selenium

  24. 24

    Download of the Android Studio stops in Ubuntu 14.04 with in a few seconds.

  25. 25

    android alarm manager stops after few hours

  26. 26

    ;y application stops a few moments after launching

  27. 27

    MPMoviePlayerController Stops Playing After 5 seconds - Swift

  28. 28

    Destroying div after few seconds mixed with PHP

  29. 29

    Couchbase times out after few seconds

HotTag

Archive