Asmo Koskinen kirjoitti: > There must something in some script that should change that mode in chroot?
Here is a fix. This one is for server with one nic. This works also with two nics (forward & nat). I tested it, too. 1. admin-lt...@ubuntu-ltsp5:~$ cat /opt/ltsp/i386/etc/init.d/chmod-resolv.sh #! /bin/sh chmod 644 /etc/resolv.conf admin-lt...@ubuntu-ltsp5:~$ 2. admin-lt...@ubuntu-ltsp5:~$ cat /var/lib/tftpboot/ltsp/i386/lts.conf # SEARCH_DOMAIN = ubuntu-ltsp5 DNS_SERVER = 192.168.1.1 # RCFILE_01=/etc/init.d/chmod-resolv.sh admin-lt...@ubuntu-ltsp5:~$ 3. admin-lt...@ubuntu-ltsp5:~$ ssh [email protected] [email protected]'s password: r...@ltsp200:~# ls -al /etc/resolv.conf -rw-r--r-- 1 root root 43 2002-01-13 17:13 /etc/resolv.conf r...@ltsp200:~# 4. ltsp-localapps works with Internet. Best Regards Asmo Koskinen. -- edubuntu-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
