Thin Client and Virtual Machines Thread, internet on/off how to terminal clients in Technical; Hi all we use symsntec web security to group clients based on machine names and ip addresses to block/filter internet ...
-
30th March 2007, 01:28 PM #1
- Rep Power
- 12
internet on/off how to terminal clients
Hi all we use symsntec web security to group clients based on machine names and ip addresses to block/filter internet how can i apply or find out for sure which ip/name my tsclients get issued. they are windows 98 machines not connected to the domain logging into a customised mstsc.exe shell?
thanks in advance.
-
-
IDG Tech News
-
30th March 2007, 02:58 PM #2 Re: internet on/off how to terminal clients
I've been playing with TS and am also a SWS user (although hoping to get away from it). I haven't spent much time testing, but I think SWS recognises all requests as being from the server, and not from clients, which isn't at all surprising.
-
-
30th March 2007, 03:09 PM #3 Re: internet on/off how to terminal clients
you need some way of reading the clientname variable rather than hostname or computername. I do not know how SWS works so cannot help much more than this... sorry.
-
-
30th March 2007, 03:23 PM #4 Re: internet on/off how to terminal clients
If you can do what you want via the command line you can check if it's run in the context of a terminal session by the presence of a couple of environment variables.
For Citrix:
Code:
echo %sessionname% | find /I "ICA-tcp"
if %errorlevel%==0 goto (GOTO:EOF)
For MS Terminal Services:
Code:
echo %sessionname% | find /I "RDP-Tcp"
if %errorlevel%==0 goto (GOTO:EOF)
-
-
30th March 2007, 04:49 PM #5
- Rep Power
- 12
Re: internet on/off how to terminal clients
ok i figure i can do this via dhcp reservation and ip address range in sws any thoughts?
-
-
30th March 2007, 09:52 PM #6 Re: internet on/off how to terminal clients
Change the gateway address of the terminal server temporarily?
-
-
31st March 2007, 03:13 PM #7
- Rep Power
- 12
Re: internet on/off how to terminal clients
this would work if all my clients were in one room only but i have about three rooms so need to be able to isolate via ip.
-
SHARE:
Similar Threads
-
By thegrassisgreener in forum Windows
Replies: 1
Last Post: 16th July 2007, 01:48 PM
-
By localzuk in forum Thin Client and Virtual Machines
Replies: 6
Last Post: 7th March 2007, 10:16 PM
-
By wesleyw in forum Thin Client and Virtual Machines
Replies: 8
Last Post: 26th February 2007, 02:03 PM
-
Replies: 15
Last Post: 1st June 2006, 10:37 AM
-
By Dos_Box in forum Windows
Replies: 4
Last Post: 25th May 2006, 01:26 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules