Recommended Posts

I'm having a nightmare with ISA server and OSX. After googling i can see there are known issues but nothing seems to fix my problems.

I only really care about access to HTTP, HTTPS and FTP.

In network prefs page in go to proxies and have entered the correct settings: firewall:8080 username domain\username and then password.

HTTP works fine.

I entered the same info for HTTPS and only some websites work. why is this?

For example, https://mail.gmail.com works flawlessly. https://olb2.nationet.com (online banking) doesn't work at all. It just loads for about 5-10 mins then hangs.

FTP doesn't work at all. It just times out.

Any ideas?

----

I read i should configure OSX and a SecureNAT client by putting the Router (default gateway) as the IP of the FIREWALL SERVER. In this case it's 192.168.16.4, and then unticking 'all must authenticate' on ISA. This doesn't work at all, but we have a complicated structure. i can't actually ping 192.168.16.4 from my workstation, if i wanted to access the firewall directly i would be required to login to the server.

network layout:

Workstation (192.168.16.X) -> Server (192.168.16.2) -> ISA Firewall (192.168.16.4) -> Internet (10.83.112.10)

I think the firewall is hidden behind the server, so i can't connect to it unless i'm at the server level. Even though, we connect to 'firewall' proxy, so maybe there is a way?

If this rules out SecureNAT what other ways can i try and allow authentication to the server as the Firewall Proxy is windows software only.

Link to comment
https://www.neowin.net/forum/topic/912640-isa-server-and-osx/
Share on other sites

So your behind a double nat - and your wondering why your having issues? Your ISA firewall should have a PUBLIC address on internet facing interface.

Confused about how your drawing a server between you and the ISA firewall?

Also its impossible for your router/gateway to be on a different segment than your inteface is on -- how exactly do you expect the packets to get there?? I don't know about OS X, but windows is smart enough to warn you of this. Your gateway is used to send packets to different network, so to talk to it it has to be on the same network your interface is on.. So how would your machine on the 192 send traffic to a 10 network when its on a different network??

post-14624-12772112780662.jpg

I am confused by your drawing for sure.. you have server inline with your isa firewall -- are they all connected to a switch and you just didn't draw it that way? Are you running the 10 network on the same physical wires as the 192 network?

Please give better details of your network layout and will get you fixed up.. But yeah from that drawing with double nat 192 to 10 to public yeah your going to have problems with things working, especially stuff like ftp and https

Yes sorry, they are all connected to a switch.

We are given our 10.x... address scope by our LEA, they provide our internet and it's configured to use 10.83.112.X

A couple of years ago we got some bespoke software in, including a new DC to run it on. They changed our network to 192.168.16.X because that's what they had built their software around (or something along those lines). It's hard to explain in these terms so i'll show you IP layout will probably explain better:

Workstation - 192.168.16.XX picked up from DHCP (Server)

-

Server -

1 NIC -> SWITCH

IP Address: 192.168.16.2

Subnet Mask: 255.255.252.0

Default Gateway: 10.83.112.1

Preferred DNS: 192.168.16.2

-

Firewall ISA -

1st NIC (LAN) -> SWITCH

IP Address: 192.168.16.4

Subnet Mask: 255.255.252.0

Default Gateway:

Preferred DNS: 192.168.16.2

2nd NIC (Internet) -> SWITCH

IP Address: 10.83.112.3

Subnet Mask: 255.255.240.0

Default Gateway: 10.83.112.1

Preferred DNS: 10.83.112.2

Cachepilot (Internet box) -> SWITCH

IP Address: 10.83.112.2

I can't ping the Firewall from a workstation, i must be logged into the Server. Which is annoying because i need to remote into the server to remote into the firewall.

HTTP, HTTPS and FTP all works fine on Windows. Just not OSX.

To be honest -- from what I can make of your setup -- nothing should work.. Your running 2 different addresses spaces on the same physical wire, but not putting IPs in the space on the machine.

So no you should not be able to rdp from your box on the 192.168.16/22 -- why are you using that mask I am curious -- how many hosts do you have on that network.. with a /22 like that you could have 1022 hosts, then on your 10 your using a /20 = 4096 hosts... Why are your masks so large?? And no from what your showing even the server should not be able to rdp too it.. Unless you have another IP address setup on it that your not showing in the 10 network?

Your telling it its on the 192.168.16/22 -- but telling it to talk to gateway with IP 10.83.112.1, which device has that IP?? You posted that the internet box has a 10.83.112.2 address -- so what is this .1 device? You can not talk to devices on other networks without routing it.. What your doing is not according to how its suppose to work.. So yeah your going to have all kinds of weird issues.. Remember how my windows machine bitched at me when I told it its gateway was on a different network than its interface.

If for whatever reason you think your locked to the 192.168.16/22 address space??? If you also wanting a machine to talk on the 10.83.112/20 network then you need to give it an IP address in that space on that interface.. So for example..

post-14624-12772334814245.jpg

ipconfig /all

Ethernet adapter gig:

Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller

Physical Address. . . . . . . . . : 00-21-9B-03-AC-A7

DHCP Enabled. . . . . . . . . . . : No

IPv4 Address. . . . . . . . . . . : 192.168.1.100(Preferred)

Subnet Mask . . . . . . . . . . . : 255.255.255.0

IPv4 Address. . . . . . . . . . . : 10.83.112.100(Tentative)

Subnet Mask . . . . . . . . . . . : 255.255.240.0

Default Gateway . . . . . . . . . : 192.168.1.253

DNS Servers . . . . . . . . . . . : 192.168.1.4

NetBIOS over Tcpip. . . . . . . . : Enabled

Now I could put other machines on the same wire as my 192.168.1/24 with a 10.83.112/20 address - and this machine could talk to it.. But if wanted to get off either the 192.168.1/24 or 10.83.112/20 networks it would talk to the gateway at 192.168.1.1 to go to say the internet, or any other network that it is not directly connected too.

I would really suggest you rethink your addressing -- double check that you can not put your servers on the 10.83.112/20 directly?? If you have something that is hard coded for the 192.168.16/22 then can you change the IP of your internet router??

With this

"I can now access all HTTPS websites, but FTP still won't work "

IP: 192.168.16.9

Subnet: 255.255.252.0

Router: 10.83.112.1

Well how ever your managing to talk to that router -- your bypassing the ISA server all together. Your telling your machine there to talk to anything not on the 192.168.16/22 to talk to 10.83.112.1 -- which to be honest it shouldn't even really be able to do, Without a IP on that network.

If you can not change your devices to be on the 10, nor change your internet device to be on the 192 -- then I would put everything behind the ISA with it having one interface in the 192 and public interface in the 10.. Then all machines on your network should use the ISA 192 address as is its gateway to get off the 192 network. Now this is behind a double nat -- but atleast it can be worked with -- trying to run 2 different address space on the same wire is a cluster F___ that is going to be nothing but painful.

Im curious what your trying to do exactly with the ISA? Your already behind a NAT -- what are wanting to accomplish exactly with the ISA server?? That you could not do on the Cachepilot (Internet box)?

Glad to help you out there dude -- but unless Im missing some info, you got one cluster F there, and no wonder the MAC is not working -- from what you have shown, nothing should be working.

lol, that made me laugh, it is a confusing set up but it does work. We also have an admin network that goes straight from the 10 network. Your right, we are running 2 address spaces on the same wire. I can connect to 10 and 192.

I'm not sure why, it's not needed but that was just how it was set up when i came to work here, shortly after we got some software which is when ISA came into play. It was setup by a company, it worked.. so i left it.

I can only assume 10.83.112.1 is the router. The server interface has another IP address in the space 10.83.112.4 but that's so it can talk to the admin network (same as your image above)

I definitely can't change the IP of the router, we would need to move over to the 10.80 network but i'm pretty sure our software would stop working. ISA Server came into play when we bought some software to ease the deployment of software and internet services and websites, very quickly on the fly. For every group of computers in the building we have a set of access rules from which members of staff can apply web filtering and allow different levels of internet access, such as.. specific websites only, unrestricted internet access or no access at all. Each group has their own home page and a member of staff can push links and resources to it from the admin area. This is all powered by ISA servers access rules. The funny thing is that rarely get's used anymore but it may harm the other side of the software which allows staff to enable/disable software. Basically when a group of people logon to our network they get nothing, then a member of staff will assign programs and internet access to that group of computers which then appear in the start bar. Our computers are really locked down as they are mainly used by children, the aim was to eliminate distractions.

ISA Server doesn't really do much as a firewall because we Allow most protocols->from internal->to external and let the other network do the work. but we still run into these problems?

FTP works fine on windows boxes, so does http and https. but OSX: Assigning an IP and setting the gateway to the router seems to allow https but not ftp, http works fine regardless.

I have done live monitoring of my IP and it brings up:

Connection Initiated - HTTP Proxy

why is this?

--

Failed Connection Attempt FIREWALL 22/06/2010 09:45:45

Log type: Web Proxy (Forward)

Status: 1460 This operation returned because the timeout period expired.

Rule:

Source: ( 192.168.16.9:0)

Destination: ( 192.168.16.4:8080)

Request:

Filter information: Req ID: 09cc5608

Protocol:

User: anonymous

Additional information

Client agent:

Object source: Processing time: 0

Cache info: 0x0 MIME type:

Denied Connection FIREWALL 22/06/2010 09:45:45

Log type: Firewall service

Status: A packet was dropped because ISA Server determined that the source IP address is spoofed.

Rule:

Source: Internal ( 192.168.16.9:59827)

Destination: Internal ( 192.168.19.255:137)

Protocol: NetBios Name Service

User:

Additional information

Number of bytes sent: 0 Number of bytes received: 0

Processing time: 0ms Original Client IP: 192.168.16.9

Client agent:

"Status: A packet was dropped because ISA Server determined that the source IP address is spoofed. "

http://support.microsoft.com/kb/832659/

The IP Spoof Detection feature in ISA Server 2000 may drop legal packets on systems that have multiple external interfaces

Look at your setup -- you have both interfaces of the ISA plugged into the same switch so yeah your going to have packets being seen on both interfaces.

"The IP Spoof Detection feature may drop packets that arrive on network adapter 2 because they arrive on network adapter 2 but they leave from network adapter 1."

You can disable it

http://support.microsoft.com/kb/838114

How to disable the IP Spoof Detection feature in ISA Server 2004, ISA Server 2006, Microsoft Forefront Threat Management Gateway Medium Business Edition or Windows Essential Business Server 2008

But to be honest, I don't care if your calling it a admin network or not.. Your going to have problems with that sort of setup - PERIOD!! You don't run different address spaces on the same wire. If you want to run an admin lan -- then go for it.. You would use different nics, connected to different switches.

Why would your software stop working?? Just because the server came shipped with a address on it?? Change it to use the 10.. Or as already mentioned -- isolate your networks..

post-14624-12772983905842.jpg

  • 1 year later...

Hi BudMan,

I'm trying to find the original thread were we discussed my network. Anyway, i want to remove the ISA Server from the network and change all the leases back to 10.83.

The ISA Server is basically a second firewall that serves no actual firewall purpose as we allow-all-from-all. ISA's rules were used to push web addresses to workstations from a central location.

Is there a way i can see what 10.83 addresses are being used and by which devices?

We only have a few static addresses n the 192 range, is it just a case of removing the ISA, patch the cachepilot into the server (instead of isa), change the address range in DHCP and then giving the statics new IPs? or is more work involved.

"Is there a way i can see what 10.83 addresses are being used and by which devices?"

If you are the physical wire that 10.83 is on, then just use your fav scanner, say angry ip scanner http://www.angryip.org/w/Download

This should give you your mac address of the devices if not more info, and then from there you can look at your switches (if managed or smart) arp table and find out which mac is connected to which port, etc.

I would have to relook over your network, the only thing I remember of it was that it was a complete and utter CF!! And I recall that something you were doing shouldn't have even worked, etc.

So off the top of my head I would say no ;) Just because it was a complete CF to start with :rofl:

Did we ever put together a drawing of your network? Other than what I posted, etc. If you have a actual drawing of your network I would be happy to look at it and check what your wanting to do.

I would have to relook over your network, the only thing I remember of it was that it was a complete and utter CF!! And I recall that something you were doing shouldn't have even worked, etc.

So off the top of my head I would say no ;) Just because it was a complete CF to start with :rofl:

Did we ever put together a drawing of your network? Other than what I posted, etc. If you have a actual drawing of your network I would be happy to look at it and check what your wanting to do.

Yes we did but i am struggling to find it. You setup the drawing on some online app. I've tried to find the thread i made it was around 3 pages long, i will keep looking anyway and let you know.

I think we used gliffy if I recall, I would think the thread would of been around the time this thread was started?

But don't you have a current drawing? There has been no changes to your network in a year? How do you work on something if you don't even have a drawing of how its all connected?

If anything came of the thread I would of hoped a actual drawing of your network would of been it ;)

If I recall we had used a shared drawing on gliffy to work on it? I could see if I could dig up the account I used back then to see if drawings are still there, but I am pretty sure they were posted to the thread. So if we look around the date of when this thread was started we should be able to to find it. Can you search for threads that have us both talking in them around the time frame?

edit: ok I found the drawing on gliffy

post-14624-0-44793800-1310475066.jpg

But would be nice to find the thread to refresh my memory

Thats it.

The only change is that the junior cab now has a HP Pro Curve 2510-48 port switch instead of the 3com

This is all being ripped out next week and building closed for 6 weeks so now i want to jump in and remove that ISA Server.

I've found the thread:

https://www.neowin.net/forum/topic/936022-slow-access-to-server

and here's another:

https://www.neowin.net/forum/topic/881980-access-imapsmtp-behind-isa

There is a good chance a lot of problems will be resolved when we remove this ISA server.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Microsoft confirms a new, useful Teams' app is coming very soon by Sayan Sen In the modern digital workspace meeting recordings and summaries are very commonplace, still finding the right recap later can be surprisingly difficult. To address that inconvenience Microsoft is working on a new dedicated meeting recap application designed to bring all meeting recaps into a single, centralized location. In a recent announcement on its Microsoft 365 roadmap website, the company has confirmed the new applet and has explained how the new experience will work and why it believes it can help users stay on top of discussions without having to search through multiple chats, calendars, or files. For those unfamiliar, meeting recaps provide a summary of key discussions, decisions, action items, and other relevant information generated after a meeting ends. They are intended to help participants revisit important points while also allowing those who missed the meeting to quickly catch up on what happened. Traditionally locating older recaps could require users to navigate through various conversations or meeting histories. The new meeting recap app aims to simplify that process by gathering all available recaps into one dedicated hub. According to Microsoft, this should make it easier to browse past meetings, review outcomes, and stay informed about ongoing projects and discussions. One notable feature of the applet is the addition of quick filters which are meant to allow users to instantly narrow down the list of available recaps and surface specific meetings without manually searching through extensive records. Audio recap is also there. If you're wondering how long these recaps will last before self-expiring, the app will provide access to meeting recaps from the past 30 days or approximately one month. You can view the feature entry here on the official Microsoft 365 (M365) website under roadmap ID 564614. Its rollout is set to begin this month (June 2026). Do keep in mind though that new feature rollouts often get delayed.
    • Does it have couch co-op is the question I have here.
    • 7 Days: "Enough is enough," Computex 2026, and the next trillion-dollar company by Aditya Tiwari 7 Days is a weekly roundup of picks of what's been happening in the world of technology - written with a dash of humor, a hint of exasperation, and an endless supply of (black) coffee. This week's highlights are packed with hardware announcements from Computex 2026, Microsoft's BUILD developer conference, and lawsuits against OpenAI and Ring. Let's get started. You can check out the recent issues of the 7 Days weekly roundup. "Enough is enough" From "bribing" users to forcing Edge at startup, Microsoft has turned over every stone to make people use its web browser. Browser Choice Alliance (which includes Chrome, Opera, and Vivaldi) is now after the Redmond giant once more and has penned an open letter to highlight dissatisfaction with its practices. The letter to CEO Satya Nadella emphasizes that "enough is enough" and Microsoft should respect browser choices on Windows. BCA laid down a list of actions to level the playing field and believes that browsers should compete on merit. In other browser news, a fresh update to Firefox fixed a massive VPN button and a bug that disrupted page layout. The Ladybird Browser Project announced that it will no longer accept public pull requests and limit changes to those made by its maintainers as it moves towards its first alpha release. Computex 2026 In one of the week's hottest stories, AMD is trying to make DDR5 RAM even faster on Ryzen systems with its new EXPO ULL (Ultra Low Latency). The feature will enable support for even lower CAS Latency DDR5, bringing significant performance gains over normal EXPO. AMD released new octa-core 3D V-cache CPUs in the form of the new Ryzen 7 5800X3D and Ryzen 7 7700X3D for AM4 and AM5, respectively. The company also brought the 9070 GRE to the USA and other countries. Compared to the NVIDIA RTX 5060 Ti, AMD claims the 9070 GRE offers 22% faster performance and 26% better value. The expo also set the stage for Intel's Crescent Island GPU for data center AI workloads and inference. It can pack up to 480GB LPDDR5X VRAM, and the cooling department is handled by an air cooler with a 350W TDP. The silicon giant's AI-focused data center strategy also includes Clearwater Forest, which comprises new Xeon 6+ up to 288 E-cores. Intel unveiled its OpenVINO Physical AI framework to enable scalable, lower-cost edge robotics with improved efficiency. The company said it has found a way to fill the "missing link" that made it difficult to deploy physical AI at scale across the edge. The next trillion-dollar company? Image via DepositPhotos.com Hitting the trillion-dollar mark is the new fashion in the tech industry. NVIDIA has already done so by a wide margin, and now its CEO, Jensen Huang, says Marvell will be the next trillion-dollar company because of its key role in the AI revolution. Marvell is an American semiconductor company founded in 1995; its stock price jumped by 22% this week after Huang's comment. Backlash for employee tracking Meta previously rolled out the Model Capability Initiative (MCI) tracking system to track keystrokes and screen content within specific apps to train its AI models. It wasn't long before employees raised privacy concerns and complained that the software consumed excessive data and battery life. The company is scaling back by introducing controls that allow employees to pause the tracking for up to 30 minutes and request exemptions. In other news, Meta patched an exploit that reportedly allowed attackers to take over accounts by tricking the Meta AI support assistant. The attackers managed to take control of a dormant Obama White House Instagram account that hadn't posted since 2017. This week in software news Catch up on some of the latest software news updates that arrived throughout the week: Hard battle for AV2: The new AV2 video codec can reduce average bitrate by 30-34% compared to AV1, delivering substantial improvements at equivalent visual quality. However, according to VideoLAN's Jean-Baptiste Kempf, the increased efficiency would come at the cost of dramatically higher computational complexity, making the job for existing CPUs much more difficult. Ring faces lawsuit: The smart doorbell brand is in a legal battle over its "Familiar Faces" feature. The lawsuit claims that the feature collects facial data from millions of other Americans (think delivery drivers, neighbors, mail carriers, and pedestrians) who pass by a camera without their consent. Tuta joins Euro-Office: The German email provider has joined the European effort to break free from American-made software. The open-source office alternative to Microsoft 365 and Google Docs is due for a release this month. Vim Classic: The new Vim fork has successfully launched its first stable version, 8.3.0, which is completely free of LLM-generated code. It's based on Vim 8.2.0148 because the developers wanted to dodge the heavy maintenance footprint of the newer Vim9 Script engine. However, some modern plugins may not work because of it. Fending off data scraping: Strava is done with data scraping for AI. The fitness platform put public data behind a paywall and a login screen to stop AI companies from hammering its servers. DLSS 4.5 Ray Reconstruction: It brings an updated version of NVIDIA's transformer model that promises to deliver even better image quality than before in ray-traced and path-traced games. Fastfetch 2.64 released: The popular command-line system info tool has been updated with experimental scripting support, streamlined compilation options, a smarter logo renderer, and Codec module support. Shotcut 26.6 Beta: The latest beta of the free video editor adds OpenFX and VST2 plugin support, UI tweaks, HDR preview upgrades, and a range of bug fixes. KDE Plasma 6.8: A few changes slated for the next release include a warning on the lock screen that shows when the "Slow Keys" accessibility feature is active, so you don't type incorrect passwords. Improved Linux gaming: Canonical has promoted the Arm64 Steam Snap to the stable channel, using FEX emulation to bring PC gaming to Snapdragon and NVIDIA hardware. This week in hardware news Catch up on some of the latest hardware news updates that arrived throughout the week alongside Computex 2026: Surface Laptop Ultra: NVIDIA is back in the CPU chip game with the new RTX Spark, which debuted on the Surface Laptop Ultra. Promised to be the most powerful Surface to date, it packs a 15-inch mini-LED display, 20-core NVIDIA Grace CPU, NVIDIA Blackwell RTX graphics, and 128GB of unified memory. More information is yet to arrive, alongside RTX Spark-powered computers from other brands. Surface RTX Spark Dev Box: It's a high-performance desktop workstation designed specifically for AI development. With 128GB of unified memory, Surface RTX Spark Dev Box can deliver 1 petaflop of AI compute and run models with up to 120 billion parameters locally, significantly reducing reliance on cloud GPU instances. ROG XBOX Ally X20: ASUS celebrated the 20th anniversary of the ROG brand with a new handheld device, featuring a completely redesigned mainboard, an upgraded display, better joysticks, and even a translucent chassis. Majorana 2: Microsoft unveiled its latest quantum chip, claiming it's 1000x more reliable than last year's Majorana 1. The new development has accelerated the timeline to achieve practical quantum computing from 2035 to 2029. Sony gaming accessories: Sony finally attached a release date to a few of its gaming accessories, including FlexStrike Wireless Fight Stick and 27” Gaming Monitor with DualSense Charging Hook. Both are releasing in August this year. Leaky Surface: Some leaked promo material of the upcoming Surface Pro hints at what the device could offer. The tablet will be powered by a 12-core Snapdragon X2 Elite processor paired with a new Neural Processing Unit operating at up to 80 TOPS. This week in Google News Catch up on some of the latest Google news updates that arrived throughout the week: How to train your AI? An AI model is as good as the data it's trained on. Google is reportedly reaching out to Android developers to get their private codebases to train models and improve development tools, while giving them some cash in return. Design your band: Google published the physical design blueprints for the Fitbit Air, opening doors for anyone with the required skills to customize the screenless tracker and build accessories. The search giant said that certified accessories can also get the official "Made for Google" badge. It's optional now: The UK's competition watchdog has enabled publishers to opt out of Google's generative AI search features, such as AI Overviews and AI Mode. It's also forcing Google to attribute content properly, using clear links to sources, in all AI-generated answers. This week in Apple News Catch up on some of the latest Apple news updates that arrived throughout the week: What to expect? WWDC 2026 is just around the corner. Alongside refinements to Liquid Glass, the iOS 27 update could be centered on the long-awaited upgrade to Siri. iPadOS 27 is also expected to get a major AI boost this year, among various expected updates. Apple smart glasses: If you're hoping to see Apple's new smart glasses at WWDC, you might have to wait. Those plans are reportedly delayed until late 2027. It's said Apple is cautious about launching hardware that relies on underdeveloped visual intelligence systems. Keep in check: A recent court ruling that lifted an injunction on the Texas Age Assurance Law (SB 2420), Apple had to enforce strict age-verification and parental-consent rules for new Apple accounts created in Texas. This week in AI news Catch up on the latest artificial intelligence news updates that arrived throughout the week: OpenAI faces lawsuit: Florida Republican Attorney General James Uthmeier took OpenAI to court, claiming that the AI lab released an unsafe product and misled the public about safety risks associated with ChatGPT. France gets cash for AI: SoftBank plans to invest up to €75 billion ($87 billion) in France's AI infrastructure, making it one of the largest investments in Europe's AI sector. Up to €45 billion will be used to build two AI data centers in Le Bosquel and Dunkirk. AI chaos slows down: After weeks of AI-generated noise and late submissions, Linus Torvalds said that things have quietened down for Linux 7.1 RC6, which is smaller than RC5, and we could be on track for a normal release cycle. ChatGPT memory upgrade: The AI chatbot got a major architectural upgrade to its memory system, significantly improving its long-term context retention. It improved factual recall from 67.9% in 2025 to 82.8% in 2026, and accuracy over time improved from 52.2% to 75.1%. Lockdown Mode expanded: OpenAI is rolling out ChatGPT's Lockdown Mode to all personal and self-serve ChatGPT Business accounts. The feature improves security by disabling live web browsing, Deep Research, Agent Mode, and more. Codex on ChatGPT: The full Codex experience is now available in the ChatGPT app to support knowledge workers, who represent about 20% of Codex users. A new Codex feature called Sites enables users to create and share interactive hosted websites and apps. This week in Microsoft News You can download the Surface Laptop Ultra wallpapers in high resolution. Windows 11 is dominating the gaming market, and data from Steam showed nearly 70% of all participants were using a Windows 11 PC. A third-party tool called OfflineInsiderEnroll is for insiders who want to unlock Windows 11 features with a Microsoft account. You can check out Taras's freshly baked Microsoft Weekly roundup to catch up on all the interesting stories this week. This week in science news Image by Drew Rae via Pexels Catch up on some of the latest science and out-of-this-world updates that arrived throughout the week: How will the Sun end? Astronomers found that an ancient white dwarf star is still consuming rocky planetary debris after cooling for three billion years, proving systems remain active long after their host star dies. Eye of Sauron: Scientists solved a cosmic mystery. A distant black hole is pointing its intense jet straight at Earth, creating an optical illusion that makes the blindingly bright stream look surprisingly low. This week in gaming news Catch up on some of the latest gaming and virtual world updates that arrived throughout the week: Summer Game Fest: The event went live on June 5 from the Dolby Theatre in Los Angeles, California. The two-hour showcase was hosted by video game journalist Geoff Keighley and introduced games across multiple genres. New racing game: Some former Forza Horizon team members created a brand-new racing game called Clutch. The game offers a story-driven campaign, multiplayer action, and aims to be a "benchmark in car customization." FSR hits a new milestone: AMD announced that the latest generation of its FSR technology now officially supports 300 games, a considerable jump from just 30 at launch. What else in gaming? The latest issue of Pulasthi's Weekend PC Game Deals curates several exciting games on sale this week. The final leg of the Epic Games Store's mystery giveaways brings copies of Rogue Waters and Songs of Conquest to claim for PC gamers. Xbox Free Play Days welcomed ten new games this weekend from a single publisher, including Little Rocket Lab, Spirittea, Descenders Next, and Let's Build a Zoo. Meanwhile, Prime members can grab Mafia III, Tomb Raider remasters, and 13 more games in June to keep. That said, here are some more stories from the gaming world: Crystal Dynamics pushes Tomb Raider remake to 2027 A roguelike and a 4X strategy game are free to claim on the Epic Games Store Looks like EA's Star Wars Zero Company will be out this August God of War Laufey announced, introducing Kratos' wife as new protagonist From the review corner If you have been thinking about capturing the night sky, the DWARF mini is the world's smallest smart telescope for night-and-day sky captures, which Steven reviewed this week. For an amateur astronomer spending $399, the telescope offers premium build quality, automated tracking, and a low learning curve. However, the tracking may not always work straight away, and the connection can be finicky. GEEKOM Air12 2026 Edition It's a small mini PC from GEEKOM fitted with an Intel Tiger Lake Pentium Gold 7505, up to 16GB of RAM, and up to a 512GB SSD. GEEKOM Air12 2026 Edition comes with a lightweight chassis, a 15W TDP, supports up to three 4K 60Hz displays, and Type-C on the front. However, points are deducted for its single-rank (2666 MHz) DDR4 RAM, and the front USB port is data-only. AMD RX 9070 GRE Steven and Sayan joined their forces to put the new AMD RX 9070 GRE against the RX 9070, RX 9070 XT, NVIDIA 5070 FE, and some other cards in gaming as well as productivity. AMD has pitched it against the Nvidia RTX 5060 Ti 16GB, which is typically sold at around this price range. The GRE performed quite well against both the 7800 XT and the 4070. It offers balanced performance, sufficient VRAM, and runs cool. However, the ray tracing might feel mediocre. Cuktech 10 Ultra How about a wall charger with a big screen that shows the stats in real time? Taras reviewed the Cuktech 10 Ultra charger, which features four ports, a large display, and up to 110W of power output. Its 1.57-inch display with 700 nits max brightness is the main highlight, capable of showing total output power, current temperature, power distribution across ports, and more. 007 First Light Pulasthi's review of 007 First Light said the game delivers an immersive, globe-trotting origin story for James Bond, packed inside a tightly choreographed action game. It features over-the-top action sequences, Bond's right amount of overconfidence, and satisfying gunplay. On the other hand, stealth can be too predictable, enemy AI is not very bright, and the missing FOV slider is a pain. More price drops! We got you covered with some hot tech deals all week. For some reason, if you missed out on a great discount, here is a summary of some recent deals that are still alive: Samsung 990 PRO SSD 2TB NVMe - $389.99 (39% off) Sonos Sub 4 - Wireless Subwoofer - $759 (16% off) Logitech MX Creative Console - $159.99 (20% off) To view all of our recent deals, click here. So, these were some of the biggest tech news and other updates from this week. There will be more issues of our 7 Days series in the coming weeks and months, so stay tuned. You can also support Neowin by registering for a free member account or subscribing to extra member benefits, along with an ad-free tier option. Have a great weekend!
    • Thanks, Sony and Nintendo, you effectively killed platform-agnostic gaming. Long gone are the days when you could wish to play a specific game on whatever platform you were. Now, you have to buy the hardware just to play that single game. What, you're only interested in THAT game and nothing more? Bad luck, suck it and buy our console.
  • Recent Achievements

    • Proficient
      Eric Biran went up a rank
      Proficient
    • Dedicated
      Conjor earned a badge
      Dedicated
    • Week One Done
      Windows Guy earned a badge
      Week One Done
    • Dedicated
      Mark Spruce earned a badge
      Dedicated
    • Collaborator
      conkir earned a badge
      Collaborator
  • Popular Contributors

    1. 1
      +primortal
      492
    2. 2
      PsYcHoKiLLa
      248
    3. 3
      Steven P.
      71
    4. 4
      +Edouard
      70
    5. 5
      ATLien_0
      67
  • Tell a friend

    Love Neowin? Tell a friend!