Hi David, I had built a vlc server/client streaming system in my classroom with feisty. I wasn´t necessary to change something like ip forwarding/NAT or something else.
I tried your advice > https://wiki.ubuntu.com/ThinClientHowtoNAT But there doesn´t exist a file /etc/network/options you can edit? So I used sudo sh -c 'echo 1 > /proc/sys/net/ipv4/ip_forward' and sudo iptables --table nat --append POSTROUTING --jump MASQUERADE --source 192.168.0.0/24 No success I installed apache2 (server-side), now I could see the startpage (192.168.0.254) in firefox (client-side) but no internet. Reiner > > On 10/30/07, Reiner Schmid <[EMAIL PROTECTED]> wrote: > > > > Hello Michael, > > > > thanks for your help to build the kiosk mode. But there is still a > problem > > > > > > > > I changed the line: > > > > > > chroot $ROOT mv /etc/rc2.d/K13gdm /etc/rc2.d/S13gdm > > > to > > > > > > chroot $ROOT mv /etc/rc2.d/K30gdm /etc/rc2.d/S30gdm > > > > > > and rebuilt the kiosk. > > > > I did so. The messages > > ------------------------------------------------------ > > Warning: found port in use already > > Info: raising nbdroot portnumber by one to be 2001 > > Info: updating inetd config > > Info: updating PXE > > Info: Installation erfolgreich [successful]abgeschlossen. > > ---------------------------------------------------------- > > > > in /var/lib/tftboot/ltsp/i386/pxelinux.cfg/default > > DEFAULT vmlinuz ro initrd=initrd.img quiet splash nbdport=2001 > > ---------------------------------------------------------- > > The clients boot, then I can see the kiosk-firefox browser, but there is > > no connection/routing to the internet. > > But a ping from terminal server to a client is succesful. > > For your information I use two network interfaces (one to my > > router-internet/ one to my clients) > > > > I also try vlc instead of firefox to connect to a video stream which was > > sent from my server. No success, because no stream was received! > > > > There is no firewall. > > > > Can you tell me the trick? > > > > Reiner > > > > > > > > > > > > > > > > -- > > Psssst! Schon vom neuen GMX MultiMessenger gehört? > > Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger > > > > -- > > edubuntu-users mailing list > > [email protected] > > Modify settings or unsubscribe at: > > https://lists.ubuntu.com/mailman/listinfo/edubuntu-users > > -- Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten Browser-Versionen downloaden: http://www.gmx.net/de/go/browser -- edubuntu-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
