Find the answer to your Linux question:
Results 1 to 2 of 2
hallo all, I use 'vpnc' to connect WLan, after 'dhclient eth0', i assign a static DNS 'namesever *.*.*.*' in /etc/resolv.conf, but the file would be updated every 30 min., how ...
  1. #1
    Just Joined!
    Join Date
    Sep 2005
    Posts
    25

    dhclient - DNS nameserver updated ?

    hallo all,
    I use 'vpnc' to connect WLan,
    after 'dhclient eth0',
    i assign a static DNS 'namesever *.*.*.*' in /etc/resolv.conf,
    but the file would be updated every 30 min.,
    how can i avoid that?
    Thanks !

  2. #2
    Just Joined!
    Join Date
    Aug 2005
    Posts
    66
    I've just added
    Code:
    prepend domain-name-servers 212.143.212.143, 194.90.1.5;
    to dhclient.conf
    It works but slows down the connection.

Posting Permissions

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