That worked! Thank you so much!

On Thursday, July 04, 2013 08:06:16 PM Jakob Unterwurzacher wrote:
> On 04.07.2013 14:46, David Burleigh wrote:
> > Thank you, Rolf. I have tried a few settings with iptables, but I must be
> > doing something wrong because it has the effect of blocking the desktop
> > environment from being set up on the client after login. I'm sure it's
> > because I really don't understand iptables properly. Perhaps its a matter
> > of which network interface is being controlled. My client-side interface
> > is eth1 (192.168.0.1), while the router side is eth0 (192.168.1.1).
> 
> > On Thursday, July 04, 2013 01:10:59 PM Sprachschule Eilert wrote:
> Wow, thanks Alikis, I didn't know this was possible with iptables!
> 
> David, I think the command for blocking internet access for student123
> should look like this:
> 
> iptables -A OUTPUT -o eth0 -m owner --uid-owner student123 -j REJECT
> 
> This should not interfere with traffic to/from the thin clients (eth1 in
> your case) as far as I can see.
> 
> ----------------------------------------------------------------------------
> -- This SF.net email is sponsored by Windows:
> 
> Build for Windows Store.
> 
> http://p.sf.net/sfu/windows-dev2dev
> _____________________________________________________________________
> 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
-- 
David Burleigh
------------
828-475-5126

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_____________________________________________________________________
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