Recommended Posts

Hi -

Need some help here, with some simple instructions.

I want to use a PFSense installation to act as the edge device in my esx between my main home network and a bunch of VMs.

My home network has a router which has an IP Address of 192.168.0.1, and gives out address 192.168.0.2-199 over DHCP and 200-255 are for static assignment.

I have set up my PFSense box so that it plugs into my router and I want it to have two interfaces (which it has). One of these interfaces is a WAN interface (the one plugged into router) which I want to have an IP address of 192.168.0.210. For the LAN interface of the PFSense box, it has the IP address of 192.168.1.1 and gives out 192.168.1.2-255 over DHCP for machines plugged in on that side.

Can someone tell me what I need to configure in my PFSense box so that:

1) I can get to the PFSense web configurator from the 192.168.0.x network, for convenience.

2) The PFSense box has a static IP address of 192.168.0.210 on its WAN interface.

3) All the boxes in the 192.168.1.x network (i.e. PFSense LAN) are able to get to the internet.

Chances are I have missed a lot of detail. My understanding of networking is elementary at best, so if your responses are met with some dumb questions, please humour me until I try to comprehend the advice you give me.

Many thanks as always.

Link to comment
https://www.neowin.net/forum/topic/1156074-pfsense-static-ips-etc/
Share on other sites

1)Well you need to allow access to the webgui from the WAN, normally that is not a good idea because the wan is normally the internet/hostile network. You are normally on the lan, private/safe side.

2) Set a static on it, via interfaces - change from dhcp to static.. Pretty straight forward. Do you need a picture?

3) Yeah - but they are double natting, unless you turn off nat on pfsense and just turn it into a firewall/router - but now its going to be a bit more difficult for you current router lan to know how to get to the pfsense lan.

For why do you want to do this? Normally the lan is secure, why should you need to isolate your vms from your lan?

If you did want to do that - then just make pfsense your actual internet router and have multiple segments where you have lan and vm segment, dmz, wireless -- you can have as many segments as you want - then pfsense can firewall between them all while doing nat to the public internet.. And you still accessing the webgui from a lan side interface.

1)Well you need to allow access to the webgui from the WAN, normally that is not a good idea because the wan is normally the internet/hostile network. You are normally on the lan, private/safe side.

2) Set a static on it, via interfaces - change from dhcp to static.. Pretty straight forward. Do you need a picture?

3) Yeah - but they are double natting, unless you turn off nat on pfsense and just turn it into a firewall/router - but now its going to be a bit more difficult for you current router lan to know how to get to the pfsense lan.

For why do you want to do this? Normally the lan is secure, why should you need to isolate your vms from your lan?

If you did want to do that - then just make pfsense your actual internet router and have multiple segments where you have lan and vm segment, dmz, wireless -- you can have as many segments as you want - then pfsense can firewall between them all while doing nat to the public internet.. And you still accessing the webgui from a lan side interface.

pfsense will become my internet router eventually - just don't feel I know networking well enough yet for this to happen right now.

Can you tell me the exact settings I need to change for the above and more importantly why?

Do you know networking enough to have a router that your using now to give you internet? Pfsense is a router/firewall - not really any different than the one your using now.. Just more features available is all, you don;'t have to use the features if you don't want too.

Vs setting up some nonsense where you use pfsense from the wrong side, ie the wan.. I would use it as your router now, I use it via a vm on esxi as my wan router.. I can show you exactly how to set that up..

Or we can go this vm route if you want - but its kind of a pointless step if you ask me.

Or we can go this vm route if you want - but its kind of a pointless step if you ask me.

I didn't ask your opinion as to whether it was a good idea - just want your help in achieving it.

Now if you want to help in answering the question I actually asked, I would be most grateful

I already answered your questions... You need pictures?

1) Open the port your web ui is running on - mine is just http, yours might be https??

http://doc.pfsense.org/index.php/How_can_I_access_the_webGUI_from_the_WAN%3F

They state you should change to https Because wan is normally hostile not your own lan.

post-14624-0-10642300-1370218243.png

2) Pick static vs dhcp

http://doc.pfsense.org/index.php/Interface_Settings#Static_IP

post-14624-0-48648000-1370218287.png

3) Yes devices/vms on pfsense have access to the wan - pfsense out of the box will nat them. If pfsense wan has internet access.. Then lan devices will have internet access.

Your instructions for setting a static IP address now mean that my VMs can't see the internet. Incomplete instructions I imagine.

I set:

Address type: Static

IP Address: 192.168.0.210

Gateway: none --> as you didn't tell me to set one.

Also unchecked Blocked private networks as my WAN also lies in a private address space.

Unlike your screenshot, I don't have separate IPv4 and IPv6 configuration.

Any idea what settings may also need to be filled in and where?

post-11693-0-92789500-1370381301.png

"I set:

Address type: Static

IP Address: 192.168.0.210

Gateway: none --> as you didn't tell me to set one."

Really you don't understand that you need a gateway and dns?? Do you really need me to show a picture of what your SETTINGS should be for your static address? Look at one of your clients that is dhcp.. use those settings for your gateway IP and dns.

Did you read the link I pointed too?

"For Static IP interfaces, you manually enter the IP address and CIDR mask.

If this will be a WAN-type interface, you can either select a gateway from the list or click "add a new one" to create a new gateway.

If you are creating a gateway, you can check the box to select it as a default gateway, enter a name, gateway IP address, and a description."

Yes I have ipv6 because I run 2.1 dev -- what does that have to do with setting your ipv4 address?

As to setting your DNS, your going to have to go to your system: general setup area and set one or more since your not getting that info from dhcp any more.

Since you stated your router is 192.168.0.1, that would be your gateway and dns I would assume.

I did ask you for exact instructions, not sure how much clearer I could have been :-)

I set those settings and my VMs still can't see the internet.

If I go in to Chromium and go to www.google.co.uk I get ERR_NAME_NOT_RESOLVED and if I go to 173.194.66.94 I get ERR_ADDRESS_UNREACHABLE.

Any suggestions?

"with some simple instructions."

I gave you "simple" instructions - you did not ask for EXACT PICTURES of what you need to do.

I guess I wrongly assumed you had a "basic" understanding of how to setup static IPs - since you have reserved space on your lan for statics. "200-255 are for static assignment." Guess my bad that since you put in 255 as a usable address - which would be the broadcast on a /24 and not a viable static address ;)

So since you mention chrome I guess your doing that on client VM? On the pfsense lan..

So what are the settings you have in place.

So you have this

internet (router) 192.168.0.1 --- your current lan ---- 192.168.0.210 (wan - pfsense - lan) 192.168.1.1 ---- 192.168.1.2 vm client

So can you post a picture of your esxi vswitch setup? Your pfsense interfaces should be connected to the vswitch that is connected to your current lan via the esxi host physical interface connected to your current lan.

Then I would assume you have another vswitch that your pfsense lan inteface is connected to and your other vms have their interfaces connected too - lets call this the pfsenseLAN vswitch.

So in this setup pfsense wan would be 192.168.0.210/24 gateway 192.168.0.1, dns should most likely be your router as well 192.168.0.1

You should be able to then on pfsense be able to use diagnostic menu dns lookup.. And resolve stuff via the pfsense box. Ping your router IP 192.168.0.1 etc..

Now your vms that are the 192.168.1.0/24 network on the pfsense lan side should use 192.168.1.1 as their gateway and 192.168.1.1 as their dns - this should be gotten from dhcp from pfsense.

They will then be able to ping 192.168.1.1, they should be able to ask 192.168.1.1 for dns, which in turn asks 192.168.0.1 for dns and then your router would ask your isp or whatever dns you have setup on that to resolve say www.google.com

Your then good to go.

I don't have time currently but I could duplicate your setup on my esxi host and show you pictures of how to setup.. And use the exact version of pfsense that your using.. Are you using 2.0.2, 2.0.3 i386 or amd64? What driver are you using for the pfsense interfaces? e1000 or vmxnet2 or 3?

to use vmxnet you will most likely need to have vmtools installed on pfsense. Your first step is going to get pfsense wan to connect to your current lan. You should be able to verify this via console on esxi. Once you have that working - then you can setup a vm on the pfsense lan side and use that to connect to the web ui. From there you can continue the setup and then allow web gui access from the pfsense wan side - your current lan network 192.168.0.0/24

Let me know if any of the above does not make sense and we can move forward with either better instructions (pictures) or troubleshoot what is not working.

Any details/pictures you can post would be helpful.. Can you show your esxi setup for your pfsense and its vswitches for example. Output from your current lan dhcp client will help us verify the gateway and dns settings that should be used for static. And if you could show the dhcp output from a vm connected to your pfsense lan would also be helpful.

Configuration of pfsense in this manner is a bit more complicated.. Since out of the box you can not access the web gui, you have to be coming from the lan side. So since yours is a vm - we need to be coming from a vm connected to the pfsense lan side to even allow access from wan, etc.

The Chromium browser I am running is in an Ubuntu VM on the LAN side.

The name of my pfSense machine is obrien, riker is the name of my Ubuntu VM - I've attached the config of the networks in ESX.

All vNICs on all VMs are E1000.

The network settings on the Ubuntu VM and my Windows 8 physical machine (on the LAN which is the WAN side of pfSense) are also attached.

The config I have:

internet (router) 192.168.0.1 --- your current lan ---- 192.168.0.210 (wan - pfsense - lan) 192.168.1.1 ---- 192.168.1.103 vm client

I can't ping my router (192.168.0.1) from my pfSense VM - I get the attached.

I can ping my router (192.168.0.1) from my Windows 8 machine just fine

I can't ping the pfSense box (192.168.0.210) from my Windows 8 machine, I get request timed out, 100% packet loss.

I am using pfSense 2.0.3 i386.

Not sure if there is anything else I can add. Don't understand why this works perfectly with DHCP turned on for WAN interface of the pfSense VM but not when the same machine is statically addressed.

Edit: For completeness, added images of my pfSense Interface, DNS and Gateway configuration.

post-11693-0-62900200-1370557905.png

post-11693-0-12565000-1370557914.png

post-11693-0-31218900-1370557930.png

post-11693-0-48026700-1370557936.png

post-11693-0-23243200-1370557942.png

post-11693-0-64929900-1370558694.png

post-11693-0-47247500-1370558702.png

post-11693-0-45019700-1370558710.png

hmmm - while I can understand why you can not ping pfsense wan IP from your current lan. Until you allow that on firewall rule that would be blocked. I don't understand why you can not ping your router ip 192.168.0.1 from pfsense diag tools? Or cmd line of pfsense via console access on esxi?

Can you post your interface status from pfsense for wan

Problem is -- I am headed out of town early tmrw morning.. Tell you what, let me grab 2.0.3 and add it real quick to my esxi host.. Give me a few minutes..

edit.. Ok downloaded pfSense-LiveCD-2.0.3-RELEASE-i386-20130412-1022.iso

Created a Vm.. put one interface in my lan vswitch, other in dmz vswitch - set its mac so I knew which one it was. Changed it too version 9 vm. Booted the CD.. clicked easy setup.

So it defaulted to dhcp on wan and got an IP in my lan

post-14624-0-74593500-1370576983.png

So then from that esxi console I changed its wan IP to be on static on my network 192.168.1.150, changed the lan network to 192.168.0.0/24 - this is via option 2 in that above screen

Now I did not set a gateway yet for wan, but it lets me ping IPs on my lan network

post-14624-0-32550000-1370577072.png

So now let me fire up vm on that dmz segment that gets IP via dhcp from pfsense dhcp. - brb

edit2: Ok its been like 5 minutes maybe..

So put a vm on the lan segment of pfsense vswitch so I could connect to it and finish the wizard

So its gets an IP from pfsense dhcp - but it can't go anywhere yet

post-14624-0-81071500-1370577853.png

So I fire up a browser and connect to pfsense - mine is 192.168.0.1 vs your 192.168.1.1 -- my normal lan is 192.168.1 vs 192.168.0 like you have so I just reversed them. And my current pfsense router is 192.168.1.253 vs your 192.168.0.1

So running through the wizard it asks me for dns for pfsense -- which is why I put in my current router (pfsense in my case) 192.168.1.253

post-14624-0-47387400-1370577989.png

It then asks me for gateway

post-14624-0-62039200-1370578014.png

Remember I had changed its IP from the esxi console to be static and on my network already -- see the early screeny

Now the wizard does some stuff

post-14624-0-50333500-1370578078.png

It will finish after a few seconds.. I then went to diag ping area and can ping google

post-14624-0-70632700-1370578125.png

And as you can see my vm can now ping google (internet access) connect to the lan side of my new vm pfsense behind another VM pfsense in my case vs your actual router can ping as well

post-14624-0-50701400-1370578148.png

So not sure what your doing wrong - are you not completing the wizard? So then I go in and change the firewall rules to allow access from my current lan (pfsense wan for web gui access) via my vm on the lan side of pfsense

post-14624-0-98398100-1370578322.png

And there you go I have wan gui access

post-14624-0-93677100-1370578415.png

So that was my 10 minute tutorial - I have to hit the road for trip at 5am.. I will be back on Monday - more than happy to help you figure out where your problem is. If need be you can let me remote in and we will get you fixed up! Hope this helps

From what you posted it looks correct from my quick look - but if your pfsense wan interface can not ping stuff on your current lan - then no its never going to work.. You need to be able to ping your router 192.168.0.1 from pfsense on 192.168.0.210 - if not, then nope never going to work.. So need to figure out what is not right.

edit3:

So you can see my vswitches.. Here is where I brought up my pfsense 203 (pf203)

post-14624-0-70944100-1370579237.png

And the w7-new is the box I used to connect to pfsense I was setting up. The pfsense-vm which is my actual gateway router does have an interface in that vswitch - but its on a different segment

post-14624-0-26905500-1370579461.png

I was following the same process except I wasn't choosing Option 2 from the console menu to set interface IPs.

I decided to choose Option 4 from the console menu and start again, following the very same process that you followed, and now everything is working fine.

I still don't understand why it wasn't working in the first place.

Thank you for all of your help in getting this working.

Was using the WebGUI wizard or the WebGUI screens - clearly this method works better.

It's a very cool platform but I need to spend the best part of ?250 to use it as the gateway for the whole network - which I plan to do over the next 2 months.

After reading all this, man, what a headache. I did study MS's basic networking back in 2000 at the local military/civilian collage for UMUC.

what topography is your favorite btw? I think bus topography is pretty common among most normal users

(sorry, didn't mean to hijack the thread.) I hope you get it figured out Fahim, best wishes!

Why would you need to 250 to make it the gateway for your network? What would you need to buy even - you already have 2 nics in it..

"After reading all this, man, what a headache." What?

Other than having to put up pictures for the OP.. This is literally like 5 minutes tops worth of setup.. I brought up the VM and created the little tutorial in that. If you were not worried about pictures and explaining it to someone take all of 2 minutes to setup.

"what topography is your favorite btw? - did you mean Topology? No "bus" is not common among normal users ;) A "star" would be the common setup where their home router is the center (switch) and their computer/devices all connect to the switch.

And if you would of read all of it - you would of seen he has it working..

  • Like 1

After reading all this, man, what a headache. I did study MS's basic networking back in 2000 at the local military/civilian collage for UMUC.

what topography is your favorite btw? I think bus topography is pretty common among most normal users

(sorry, didn't mean to hijack the thread.) I hope you get it figured out Fahim, best wishes!

It's not really a headache. Most things are much easier to do than to look at :p

As budman noted, it's topology >.< Bus network topologies are pretty rare. Star network topologies are far more common as they are cheaper and more resilient.

There are some great learning resources online if you want to get up to speed again (honestly Google could teach you a lot here :))

Why would you need to 250 to make it the gateway for your network? What would you need to buy even - you already have 2 nics in it..

"After reading all this, man, what a headache." What?

Other than having to put up pictures for the OP.. This is literally like 5 minutes tops worth of setup.. I brought up the VM and created the little tutorial in that. If you were not worried about pictures and explaining it to someone take all of 2 minutes to setup.

"what topography is your favorite btw? - did you mean Topology? No "bus" is not common among normal users ;) A "star" would be the common setup where their home router is the center (switch) and their computer/devices all connect to the switch.

And if you would of read all of it - you would of seen he has it working..

Be nice >.>

I guess he wants a dedicated box instead of running it in a VM? I'd just run it as a VM tbh.

Lastly, I'd have told him to cram it earlier.. Kudos for sticking it out >.<

Ah -- sure if he breaks it out on its own box, then sure it would cost some cash.. Maybe that is his plan?

But he could make it his router now for his whole network, not just his vms without having to buy anything. From what I can tell of his network.

The "I didn't ask your opinion" almost put me off - but It think about the next guy wanting to do this, etc. ;)

It's going to cost money because the server lives (and must live) in a different room from where the fibre modem and current router lives so getting the PPPOE output from the fibre modem to the room where the server lives, then getting LAN traffic back to the original location and putting a 8-port switch and access point to where the current router lives.

Also want to upgrade the RAM in the server to make sure it has enough as it is going to be 'production'.

It shouldn't cost $250 for some Ethernet cables and a switch, I bought 30m of Cat6 for like $30.

It shouldn't need that much RAM either unless you're running other stuff on it. My router only has 128MB of RAM and like 80% of that is cached/free in normal operation.

There are 5 other VMs running on, and the last time I checked it was struggling - so yes, it needs RAM.

Also if I wanted unsightly cable everywhere it wouldn't cost much, but unfortunately my wife has forbid that.

So I need some homeplugs (decided I'd reuse 2 that I already had, replacing them with higher spec ones, will replace a 3rd also with a higher spec one) - ?120, more memory - ?50, an AP (Cisco probably) - ?80,

  • 3 weeks later...

Very happy to report that today I went 'live' with pfSense being my main router for my network - after some time messing around with PPPoE settings, I finally got it to work!

 

I am currently using my old router as an Access Point but would like to replace this in the longer term with a proper Access Point.

 

It seems to be faster and is much more powerful than the router it replaces.  I would encourage anyone who is considering it to go for it.

 

And thanks to BudMan for all his advice on the topic.

This topic is now closed to further replies.
  • Posts

    • While LibreOffice is not pleased to see a new competitor, they are absolutely correct in stating that Euro-Office using a MS file standard as a default is not being truly "European." Using a MS standard just means Euro-Office is just a "bastardized MS Office Suite." (Wasn't a major purpose of Euro-Office was to get away from being captive and enslaved to MS's Office Suite??)
    • Microsoft continues its long-term policy of spying on their users--despite vehement denials. That feature will be disabled (or removed) either "elegantly" with MS providing a true way to disable it, or "quick and dirty" via a third-party who WILL come up with a way to disable it. Your choice MS...
    • Helium Browser 0.13.3.1 by Razvan Serea Helium is a private, fast, and honest Chromium-based web browser — built for people, with love. It offers the best privacy by default, unbiased ad-blocking, and a clean experience free from bloat and noise. Proudly based on Ungoogled-Chromium, Helium removes Google’s clutter while keeping a fast, efficient development pipeline. With thoughtful touches like native !bangs and split view, Helium is a people-first, fully open-source browser that puts control back in your hands. Privacy, security, and control come first. Ads, trackers, and third-party cookies are blocked automatically, HTTPS is enforced everywhere, and all Chromium extensions work seamlessly — while Google can’t track your activity. Helium’s 13,000+ offline-ready !bangs let you jump straight to sites or AI tools like ChatGPT instantly. Open-source, people-first, and unbiased, Helium delivers a browsing experience that’s fast, secure, and free from noise, ads, and compromises. Helium Browser key features: Performance Fast, efficient, and lightweight — built on Chromium’s optimized engine. Energy-saving and consistent — stays fast over time without slowing down. No bloat — stripped of unnecessary components for maximum speed. Minimalist interface — compact, clean, and distraction-free. Customizable toolbar — hide elements you don’t need. Smooth and stable — no flicker, lag, or animation glitches. Comfort-focused experience — intuitive and unobtrusive. Privacy & Security Best privacy by default — blocks ads, trackers, phishing, and third-party cookies. Unbiased ad-blocking — powered by community filters and uBlock Origin. No telemetry or analytics — zero background web requests on first launch. Strict HTTPS enforcement — warns for insecure sites. Passkeys supported — modern authentication made simple. No built-in password manager or cloud sync — your data stays yours. Extension Compatibility Full Chromium extension support — including MV2 extensions. Anonymized Chrome Web Store requests — Google can’t track extension installs. Extended MV2 support — maintained for as long as possible. Smart Features Native !bangs — browse faster using 13,000+ offline-ready shortcuts. AI integration — use !chatgpt and others directly from the address bar. Offline functionality — bangs work without an Internet connection. Philosophy People-first design — open source, transparent, and community-driven. No ads, no noise, no bias — privacy and honesty over profit. Helium Browser 0.13.3.1 changelog: f53b28d update: helium 0.13.3.1 (#292) b3cbb2ba revision: bump to 3 (#1925) bcacb8c7 chromium: update to 149.0.7827.114 (#1924) Download: Helium 64-bit | Portable 64-bit |~100.0 MB (Open Source) Download: Helium ARM64 | Portable ARM64 Links: Helium Home Page | macOS | Linux | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Microsoft Weekly: Xbox exclusives are back, big Windows app updates, and more by Taras Buria This week's news recap is here. Microsoft is returning to XBOX exclusives, Windows 11 gets new preview builds, the Low-latency Profile is here, big updates for inbox Windows apps, Patch Tuesday updates, and more. Quick links: Windows 10 and 11 Windows Insider Program Updates are available Reviews are in Gaming news Great deals to check Windows 11 and Windows 10 Here, we talk about everything happening around Microsoft's latest operating system in the Stable channel and preview builds: new features, removed features, controversies, bugs, interesting findings, and more. And, of course, you may find a word or two about older versions. The June 2026 Patch Tuesday updates are now publicly available. Windows 11 users can download KB5094126, which introduces plenty of new features and security updates, including the Low-latency Profile for better performance, shared Bluetooth audio support, and more. Windows 10 users with PCs enrolled in the Extended Security Update program can download KB5094127. In addition, Microsoft released new Defender updates for its operating systems. Speaking of Defender, Microsoft will now deliver EDR updates via Microsoft Update for faster security improvements independent of Patch Tuesday updates. Following the release of this month's Patch Tuesday updates, Microsoft also published new Windows 11 images available in the Media Creation Tool app. Now, you can create bootable USB media for clean Windows 11 installations with the latest releases. Some unfortunate stuff is going on with certain PCs from Dell and HP. Dell acknowledged that the SupportAssist bug causes black screens of death, while HP systems are suffering from Secure Boot update issues and boot loops. Both companies issued official advisories. Windows Insider Program Here is what Microsoft released for Windows Insiders this week: Builds Canary Channel Builds 29610.1000 and 28120.2302 This week's "Canary" builds only contain performance improvements and fixes, including the Low-latency mode, which is now available in the Stable channel for all Windows 11 24H2 and 25H2 users. Dev Channel Build 26300.8687 Microsoft brought some useful File Explorer changes with this build. You can now open folders in a new tab by middle-clicking them in the address bar. Beta Channel Build 26220.8680 and 28020.2298 Screen Tint, improved Windows Widgets, and other enhancements are included in this week's Beta releases. Release Preview Channel Builds 26200.8728 and 26100.8728 These builds also feature better widgets, new Windows Update controls, point-in-time restore, File Explorer improvements, and more. In addition to new Windows 11 preview builds, Microsoft announced that inbox Windows 11 apps now have their dedicated release notes in the official documentation. Also, Microsoft dropped massive feature updates for six apps, including Paint, Clock, Calculator, Camera, Media Player, Photos, and more. Updates are available This section covers software, firmware, and other notable updates (released and coming soon) delivering new features, security fixes, improvements, patches, and more from Microsoft and third parties. Google has some bad news for those still using MV2-based extensions in Chromium-based browsers, particularly Chrome. The company is now removing flags responsible for Manifest V2-based extensions (uBlock Origin is one of the most popular). However, some browsers resist this change, and Opera issued a statement that it will allow users to continue using MV2 extensions for as long as possible. While Microsoft is still not ready to share new details about MV2 extensions in Microsoft Edge, the company shared important details about the way it will be updating the browser going forward. Now, Microsoft wants to update Edge every two weeks across all platforms instead of the current four-week schedule (only the Extended Stable is exempt from this change). This week, Microsoft confirmed a useful new Teams feature that is coming to the messenger soon. It also detailed all the improvements that made the platform better for users in 2026. However, not all changes are great, as the company is moving ahead with the check-in feature, which many believe will lead to employee monitoring. PowerToys received a feature update this week. Version 0.100 arrived with a big rework for the Shortcut Guide, a new extension gallery for Command Palette, new Dock features, and plenty of other changes. Here are other updates and releases you may find interesting: Microsoft is bringing big performance improvements to OneDrive on Mac Popular Windows 11 file manager Files gets improved tags, layouts, and a new OneDrive icon New Outlook for Windows and Web is getting a simple but very useful email feature Microsoft had to shut down 70+ GitHub repos after getting hacked, bringing back some Microsoft AI boss no longer believes that AI will replace human workers Microsoft wants to end printer driver headaches with Windows Ready Print SQL Server Management Studio 22.7 brings "What's New" page, T-SQL formatting, and lots more Microsoft releases Visual Studio Code 1.124 with smarter autonomous AI agents Windows Server gets DNS over HTTPS (DoH) support Here are the latest drivers and firmware updates released this week: NVIDIA 610.52 Hotfix with multiple fixes for black screens of death, sleep issues, G-SYNC, and more. Reviews are in Here is the hardware and software we reviewed this week Steven Parker reviewed a rather unorthodox device here on Neowin this week. He took for a spin the DWARF mini, the world's smallest smart telescope for night and day sky captures. It tracks objects in the sky, has a sun filter, and has a low learning curve. There is also nice build quality and a quite affordable price. Pulasthi Ariyasinghe reviewed 007 First Light. The game turned out to be a satisfying spy adventure in the James Bond universe with great gunplay and combat, impressive crowds, over-the-top action sequences, and more. There are a few quirks here and there, but overall, the game scored high on our scale. On the gaming side Learn about upcoming game releases, Xbox rumors, new hardware, software updates, freebies, deals, discounts, and more. Microsoft held the latest XBOX Games Showcase this week. There, the company announced plenty of cool stuff, including a remake of Halo: Combat Evolved, a special 25th anniversary XBOX Series X with a classic translucent green design (coming in November 2026), details about Gears of War: E-Day, Spyro: A Realm Beyond after nearly 20 years since the last release, a new Hellblade game from Ninja Theory, a new expansion for DOOM: The Dark Ages, fresh details about State of Decay 3, and even a new entry in the Crazy Taxi series. More improtantly for XBOX fans, Microsoft announced the return of XBOX exclusives, with Gears of War: E-Day and Clockwork Revolution kicking it off. Microsoft also has some good news for Nintendo Switch 2 owners. Minecraft is coming natively to the second-gen Switch, offering better performance and new features, including the visual overhaul called "Vibrant Visuals." Playground Games revealed a 30-minute gameplay video of the upcoming Fable, showcasing combat, action, NPC simulation, relationships, and player choices. Additionally, the studio confirmed a bug with Forza Horizon 6 wiping saves for some gamers. It also had to shut down one of the game's online modes after users discovered an infinite money glitch. NVIDIA announced new games for the GeForce NOW streaming service and a big Summer sale that lets you get 12 months of GeForce NOW for $35 or $70 less, depending on the tier. Speaking of discounts, check out this week's Weekend PC Game Deals article, full of discounts and the latest freebies from the Epic Games Store. Great deals to check Every week, we cover many deals on different hardware and software. The following discounts are still available, so check them out. You might find something you want or need. GIGABYTE Radeon RX 9070 XT Gaming OC ICE 16G - $649.99 | 13% off 1TB Samsung T7 Portable SSD - $189.98 | 31% off AirPods Pro 3 - $179 | $50 off Edifier R1280Ts Powered Bookshelf Speakers - $129.99 | 24% off This link will take you to other issues of the Microsoft Weekly series. You can also support Neowin by registering for a free member account or subscribing for extra member benefits, along with an ad-free tier option.
    • Microsoft Flight Simulator's City Update 15 enhances Midwest cities by Pulasthi Ariyasinghe The third major city update of the year has landed for the original Microsoft Flight Simulator and the 2024 release. The latest drop is upgrading the visuals and regional accuracy of three metropolitan regions in the American states of Illinois, Minnesota, and Wisconsin. The 15th city update is adding eight new areas of interest that have been enhanced with high-fidelity TIN (triangulated irregular network) surface texturing in the mentioned regions. The free update highlights Chicago, Elgin, Cicero, and Arlington Heights in Illinois, as well as Minneapolis, St. Paul, Bloomington, Duluth, Brooklyn Park, Woodbury, Lakeville, Plymouth, and Blaine in Minnesota. In Wisconsin, the development has also upgraded the lands and buildings of Milwaukee, Madison, and Racine. The update lands just as one of the world's largest enthusiast flight simulation conventions, FlightSimExpo, kicks off in downtown St. Paul, Minnesota, on June 14. The Flight Sim development team's 40-minute keynote at the event can be watched here. At the same time, Microsoft is bringing the 6-seat, single-engine, multi-use light civil airplane Piper M600 into the game as a part of its Expert Series 2 program. This premium plane can be purchased from the in-game marketplace for $24.99. City Update 15: The United States Midwest is now available in Microsoft Flight Simulator, as well as the newer Microsoft Flight Simulator 2024, as an optional download. It can be accessed across Steam and the Microsoft Store for PC, Xbox Series X|S, and PlayStation 5, as well as Xbox and PC Game Pass subscriptions. Xbox One, mobile, and PC players can also jump into the new content using Xbox Cloud Gaming if they have a Game Pass Ultimate membership. The game must be updated to the latest version to download this free update from the in-game marketplace.
  • Recent Achievements

    • Week One Done
      ssd21345 earned a badge
      Week One Done
    • Contributor
      MarkHughes4096 went up a rank
      Contributor
    • Dedicated
      jordanspringer earned a badge
      Dedicated
    • Rookie
      Rimplesnort went up a rank
      Rookie
    • One Year In
      Markus94287 earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      507
    2. 2
      +Edouard
      179
    3. 3
      PsYcHoKiLLa
      140
    4. 4
      ATLien_0
      91
    5. 5
      Steven P.
      78
  • Tell a friend

    Love Neowin? Tell a friend!