15.03.2012 16:04, Stéphane Graber kirjoitti:

> http://www.stgraber.org/2012/02/24/dns-in-ubuntu-12-04/
>
> - From what you described, it looks like your problem is that you have
> NetworkManager running even though you're using a static network
> configuration in /etc/network/interfaces
>
> Disabling Network Manager or at least its dns plugin should fix the
> problem.
>
> Hope it helps

I'm sorry, it have to be my mistake. I did purge/reinstall resolvconf 
and network-manager and follow steps carefully. Now it seems to work.

Thin client boots just fine and finds internet.
For local apps I did filled /etc/resolvconf/resolv.conf.d/base, too.

Best Regards Asmo Koskinen.


root@lubuntu:~# cat /etc/resolvconf/resolv.conf.d/base
nameserver 192.168.100.1
nameserver 8.8.8.8
nameserver 8.8.4.4


root@lubuntu:~# cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by 
resolvconf(8)
#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 127.0.0.1
nameserver 192.168.100.1
nameserver 8.8.8.8
nameserver 8.8.4.4


root@lubuntu:~# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
        address 192.168.100.10
        netmask 255.255.255.0
        network 192.168.100.0
        broadcast 192.168.100.255
        gateway 192.168.100.1
        dns-nameservers 192.168.100.1 8.8.8.8 8.8.4.4


Thin client boots just fine and finds internet.

For local apps I did filled /etc/resolvconf/resolv.conf.d/base, too.


root@ltsp201:~# cat /etc/resolvconf/resolv.conf.d/base
nameserver 192.168.100.1
nameserver 8.8.8.8
nameserver 8.8.4.4


root@ltsp201:~# cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by 
resolvconf(8)
#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 192.168.100.1
nameserver 8.8.8.8
nameserver 8.8.4.4

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to