*nix Thread, Random users don't have Net access through Censornet in Technical; I have a weird thing going on here!!
Random users don't have Net access through Censornet, the log in window ...
-
19th January 2007, 12:11 PM #1
- Rep Power
- 0
Random users don't have Net access through Censornet
I have a weird thing going on here!!
Random users don't have Net access through Censornet, the log in window just doesn't appear and the browser doesn't pick up settings. It is completely random through all 5 school year groups?? It is picking user up via AD and most users are fine.
Any ideas would be greatly appreciated, I did post on the Censornet site but the forum has been down a while. I am probably missing something obvious though!!
ops:
-
-
IDG Tech News
-
19th January 2007, 12:15 PM #2 Re: Random users don't have Net access through Censornet
1) When you say random users, do you mean the same users every time but no apparent connection between them, or the problem randomly occurs for all users?
2) 'Picking up browser settings' - shouldn't be a Censornet issue, should be group policy? If the browser settings aren't picked up properly, obviously the user won't get the login prompt as their machine won't try to contact the CN box... See if you can nail down if there are issues with those users profiles?
-
-
19th January 2007, 01:01 PM #3
- Rep Power
- 0
Re: Random users don't have Net access through Censornet
Is it definately user specific not machine specific? I don't know much about Censornet in practice (see my other thread) but I am aware that you need to register the MAC address of each station allowed to use the 'net. Could this be the issue.
-
-
19th January 2007, 01:06 PM #4
- Rep Power
- 0
Re: Random users don't have Net access through Censornet
It is down to the same users, wherever they log on they don't get the log in screen and the default home page is the schools site but for these users in tries to go off to the default Microsoft site and all our users are set up the same way.
You can use MAC address or IP address, we use IP.
Cheers for the help
-
-
19th January 2007, 01:52 PM #5 Re: Random users don't have Net access through Censornet
Not sure if Censornet is at fault here. Can you check the GPOs are applying ok for the user? In particular the IE branding and the proxy settings?
-
-
19th January 2007, 03:57 PM #6 Re: Random users don't have Net access through Censornet

Originally Posted by
Geoff Not sure if Censornet is at fault here. Can you check the GPOs are applying ok for the user? In particular the IE branding and the proxy settings?
Geoff is right there, the behaviour you are seeing is because of one of 3 reasons.
1) Connection has been disabled for that machine in CN.
2) The Machine is Not registered with CN.
3) The proxy settings have not been applied.
It does point to no 3.
I use this in my logon script when I have trouble just to do a quick check.
Code:
Set objWMIService = GetObject("winmgmts:\\" & strComputerName _
& "\root\cimv2\Applications\MicrosoftIE")
Set colIESettings = objWMIService.ExecQuery _
("Select * from MicrosoftIE_LANSettings")
For Each strIESetting in colIESettings
Wscript.Echo "Proxy: " & strIESetting.Proxy & VbCrLf & "Proxy override: " & strIESetting.ProxyOverride _
& VbCrLf & "Proxy server: " & strIESetting.ProxyServer
Next
-
-
26th January 2007, 10:17 AM #7
- Rep Power
- 0
Re: Random users don't have Net access through Censornet
All the PC's are set up and enabled for CN and allow other users onto the Net. I agree that it looks like the proxy settings not being applied, anyone any idea why it is happening? and so randomly?
The script you attached, excuse my numbness but how do you run this? Beyond batch files I am a bit lost.
-
-
26th January 2007, 12:15 PM #8 Re: Random users don't have Net access through Censornet
Save it as whateveryouwant.vbs it a vbscript.
Get that popping up to see if the setting is applying easy and if not you need to review how the settings are applied.
It could be DNS, NIC problems or something that can be fixed by simply reimaging/RISing the machine and GPs will work correctly.
Run netdiag and use the group policy management console to do modelling and GPresults.
-
SHARE: 
Similar Threads
-
By edie209 in forum Windows
Replies: 8
Last Post: 14th September 2007, 12:18 PM
-
By WithoutMotive in forum Windows
Replies: 5
Last Post: 7th September 2007, 11:17 AM
-
Replies: 4
Last Post: 12th March 2007, 09:05 AM
-
Replies: 5
Last Post: 23rd February 2007, 10:16 PM
-
By russdev in forum Comments and Suggestions
Replies: 4
Last Post: 21st March 2006, 10:22 AM
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