Jump to content

Recommended Posts

Posted
Ah yes, I saw that issue too.. was a bit baffling. Are you able to rule out the smoothwall by bypassing it?

 

I've brought a pc home and can't replicate the issue.

On first turn on it briefly showed the globe icon but that quicky turned to the normal network icon.

 

Currently trying to see if I can break it to replicate the issues I see at work

 

If not the next call might be too RM / SWGFL to see if they can set up a port on our router with no filtering or firewall rules.

 

I don't think the smoothwall is the issue, as the normal proxy is only set by a user group policy.

 

I'm still unsure though what effect the winhttp proxy setting has with respect to the globe or network icon showing machine has internet or not.

 

Sometimes very frustrating not to come from a background in networking....

Posted

When this PC was still at work and I had the "globe" issue at the logon screen I logged on and it remained in the sys tray instead of the normal network icon.

 

I tried to do a trace route and this was the result...

 

Nointernet6.JPG

 

I could still PING though !

 

And I had internet via the browser.

 

Seconds later the globe turned in to the normal network icon.

Posted
I can try but without a proxy entry of either the smoothwall or the swgfl proxy I won't have any internet access through the browser.

 

Also, the issue is affecting the PC's before anyone is even logged on.

 

This is very frustrating.

 

I'm going to re-image a PC on Monday and see if we can recreate the behaviour before we do any of our post image tasks or install any software or move the PC to the correct OU.

 

In that case, may I suggest you install the latest July 2020 patch for Windows? Even if devices cannot connect to the internet, they can still connect to WSUS.

Posted (edited)

Allow http://www.msftncsi.com and http://www.msftconnecttest.com unauthenticated and with no SSL interception. It needs to be accessible at machine level.

 

Years ago I heard of people putting a DNS entry for the domain in their environment and putting the text file on a webserver as a test on a network with no outbound Internet access.

 

http://www.msftncsi.com/ncsi.txt

 

http://www.msftconnecttest.com/connecttest.txt

Edited by free780
Posted
There was an issue a few months ago. The easiest/quickest fix was to remove the explicit proxy so you connect in transparent mode.

 

I was about to say exactly that. This should work out for you.

Posted
found a few threads online saying its probing http://www.msftncsi.com to check connectivity and whitelisting should resolve this?

 

 

 

also https://mspoweruser.com/windows-10-kb4535996-limited-internet-bug/ ?

 

Hey just checking in on the thread over the weekend.

 

I'll add the whitelist to our smoothwall, my first thought though is if this is blocked why is it ok some of the time?

Also I'm still confused as to how this can be a smoothwall filtering issue if it's showing a globe stating no internet at the login screen before our user GPO sets the proxy.

Posted
Also I'm still confused as to how this can be a smoothwall filtering issue if it's showing a globe stating no internet at the login screen before our user GPO sets the proxy.

 

IIRC the "can I get to t'internet" check is done at system level, hence the suggestions above about the winhttp settings.

Posted
I had a thought this morning to shutdown the smoothwall and see if this affects all the windows 10 newly images PC's, thus proving if the smoothwall could be the source of the blockage.
Posted

OK so I came in this morning and did the following:

 

Disconnected the smoothwall filtering device from the LAN

It appeared to make no difference, on reboot some imaged PC's showed the globe and some the network icon (with internet)

By logon all showed the LAN icon with "internet access" - I could n't at that time get any to show the globe issue (annoyingly intermittent)

 

I also (with the smoothwall disconnected) changed the WinHTTP to a dummy address using:

netsh winhttp set proxy proxy-server="http=dummy.co.uk:8080;https=dummy.co.uk:8080"

Once logged on the LAN icon again showed with "internet access"

Does this prove the device's routing is straight to the SWGfL router, bypassing the smoothwall and ignoring the winhttp proxy? Is this something to do with the DNS settings and routing on my core switch?

Posted
IIRC the "can I get to t'internet" check is done at system level, hence the suggestions above about the winhttp settings.

 

Do you know if this is done on every restart?

Posted

Kenny I did mention it a few pages back but you aren’t supposed to be using http/https settings anymore, that was the old legacy proxy settings for clients, not for system access

 

Try setting the proxy-server direct to the sslfilter etc

 

Or post a screenshot of the current winhttp settings as it’ll show what it’s using

 

Steve

Posted
Do you know if this is done on every restart?

 

 

I thought so, but...

 

Kenny I did mention it a few pages back but you aren’t supposed to be using http/https settings anymore, that was the old legacy proxy settings for clients, not for system access

 

...I'm probably wrong!

Posted
Kenny I did mention it a few pages back but you aren’t supposed to be using http/https settings anymore, that was the old legacy proxy settings for clients, not for system access

 

Try setting the proxy-server direct to the sslfilter etc

 

Or post a screenshot of the current winhttp settings as it’ll show what it’s using

 

Steve

 

Hi,

 

Sorry if I missed or misunderstood your message, I'll get there :)

 

I've just turned on a freshly imaged PC from last week and it's showing the globe (so the device cannot get on the internet)

 

I've logged on as an admin and here are the results for winhttp:

 

 

C:\windows\system32>netsh winhttp show proxy

 

Current WinHTTP proxy settings:

 

Proxy Server(s) : http=rubbish:8080;https=rubbish:8080

Bypass List : (none)

 

Once I'm logged on I get the standard LAN connected icon (with internet)!

(As part of the user group policies applied, one sets the proxy for IE etc to our smoothwall address)

 

On another PC that seems to be showing the LAN connected with internet access at logon screen reliably I logged in and changed the winhttp proxy to a dummy address, after each reboot the LAN icon with internet access was showing...

Posted

On the telephone with RM...

Call time currently 1hr 28.

He's working on filtering and firewall rules.

He can see the issue first hand so....

 

Everything crossed currently!

Posted (edited)

To rephrase my last post as was on phone so tried to do it shorter, basically it works in 3 steps

 

DNS query against - http://www.msftconnecttest.com

HTTP Get against - http://www.msftconnecttest.com/connecttest.txt

DNS query against - dns.msftncsi.com

 

All 3 of these need to pass for it to get a successful connection, so by default you should have the below two in your filtering/bypasses

 

*.msftncsi.com

*.msftconnecttest.com

 

However, in regards to my comment about WINHTTP, my point was that the way you're setting http/https separately was for user based proxies in previous OS's, for Win10 you should only need a single proxy set on the client

 

e.g. proxy-server="sslfilter.swgfl.org.uk:8080"

 

Doing it the legacy way, splitting HTTP/HTTPS/FTP/SOCK5 etc doesn't work in WinHTTP anymore (afaik, if anyone wants to clarify?), I've always just used the single proxy setting, which then will bypass the Smoothie and only be affected by RM/SWGFL filtering which should have both of those whitelisted anyway

 

(Now as a last point, but I assume this was checked earlier in your comments, unless you've disabled activeprobing etc via GPO for any reason? :p)

 

Steve

Edited by Steve21
  • Thanks 1
Posted
To rephrase my last post as was on phone so tried to do it shorter, basically it works in 3 steps

 

DNS query against - http://www.msftconnecttest.com

HTTP Get against - http://www.msftconnecttest.com/connecttest.txt

DNS query against - dns.msftncsi.com

 

All 3 of these need to pass for it to get a successful connection, so by default you should have the below two in your filtering/bypasses

 

*.msftncsi.com

*.msftconnecttest.com

 

However, in regards to my comment about WINHTTP, my point was that the way you're setting http/https separately was for user based proxies in previous OS's, for Win10 you should only need a single proxy set on the client

 

e.g. proxy-server="sslfilter.swgfl.org.uk:8080"

 

Doing it the legacy way, splitting HTTP/HTTPS/FTP/SOCK5 etc doesn't work in WinHTTP anymore (afaik, if anyone wants to clarify?), I've always just used the single proxy setting, which then will bypass the Smoothie and only be affected by RM/SWGFL filtering which should have both of those whitelisted anyway

 

(Now as a last point, but I assume this was checked earlier in your comments, unless you've disabled activeprobing etc via GPO for any reason? :p)

 

Steve

 

That could be very useful information for the RM engineer looking in to this.

 

I'll pass on your post information.

Posted
The only time this happens to me is when a new user logs in, they have to open IE first and that then sets the proxy for the other browsers, its random thing so does not affect every user and is more frequent in W10, probably due the proxy gpo not kicking.
Posted
The only time this happens to me is when a new user logs in, they have to open IE first and that then sets the proxy for the other browsers, its random thing so does not affect every user and is more frequent in W10, probably due the proxy gpo not kicking.

 

So do you have a LAN connected or GLOBE icon before a user logs on?

Posted

So RM are scratching their heads a bit.

 

I've just turned on 11 PC's imaged last week and ten are fine and 1 is showing the globe at the logon screen.

 

I know when we hit the SWGfL proxies it's pot luck which one you hit so I do suspect some kind of upstream filtering or proxy issue as that would explain why it appears to be random at our side...

Posted

Well if its any help @kennysarmy I don't have msftconnecttest.com in our SWGfL Safetynet list and the only time we ever get the globe icon is when the network cable is disconnected on the station.

 

All our stations pick up the transparent proxy at SWGfL by default, and the users get the userbased sslfiltered proxy assigned once they log on. We don't use smoothwall.

  • Thanks 1
Posted

Issue continues.

So frustrating.

 

Machines that would not shake off the globe last Friday are now fine.

 

Machines that would not shake off the globe this morning now appear fine.

 

Two identical machines imaged on Friday and booted up today; both have a globe at logon screen, one keeps the globe after logon and the other gives the correct LAN icon after logon.

Posted

Contacted Microsoft and arranged a call back for later in the week...in the meantime RM still looking in to it.

May take another PC home tonight that's playing up to again prove the issue is not with the device...

 

Can't think of anything else to try at this stage.

Posted
Contacted Microsoft and arranged a call back for later in the week...in the meantime RM still looking in to it.

May take another PC home tonight that's playing up to again prove the issue is not with the device...

 

Can't think of anything else to try at this stage.

 

On a problematic machine, can you manually install the July 2020 patch?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...