Recommended Posts

hello again people of the networking forum I know how much you are dying to hear my next issue :P...

 

I am setting up a GRE tunnel... though its a bit weird im using a debian linux behind an office network to connect to the tunnel, the tunnel is setup for me i just need to connect...

 

ip tunnel add gre1 mode gre remote TUNNELIP local IP-OF-LINUX(connected to office router) ttl 255

ip link set gre1 up

ip addr add 10.10.10.1/30 dev gre1

 

I have run these commands, the ip address i used as the local was my private address of the linux machine, should i be using my public address?

Link to comment
https://www.neowin.net/forum/topic/1220167-gre/
Share on other sites

Yeah your trying to setup a gre tunnel through a nat.. Good luck with that, does the router your going through allow protocol 47? Is it forwarded to your IP on your side?

I have set up a forwarder anything on 47 will go to my linux box, though allowing it? I assume it does as it is letting me forward it, cant see any other settings/fire wall to change (netgear router ftw, small office :( ) 

Link to comment
https://www.neowin.net/forum/topic/1220167-gre/#findComment-596473013
Share on other sites

47 the protocol - not the port.

I cannot tell on this thing....I dont think il have a problem...but there is nothing about service forwarding just service blocking (Id prefer it so much more if i could just create my own router using an ITX, but apprently I am strapped for time)

Link to comment
https://www.neowin.net/forum/topic/1220167-gre/#findComment-596473057
Share on other sites

What router are you using - I doubt many soho support protocol forwarding. What is the other end that your connecting too? Why do you want to setup a gre tunnel? And why would the tunnel not be router to router, vs some box behind the nat router?

Link to comment
https://www.neowin.net/forum/topic/1220167-gre/#findComment-596473101
Share on other sites

What router are you using - I doubt many soho support protocol forwarding. What is the other end that your connecting too? Why do you want to setup a gre tunnel? And why would the tunnel not be router to router, vs some box behind the nat router?

I can only answer some of those questions the ones I can answer is, we are a small company (a small office) having loads of networking equipment is not possible. the router is a wnr1000v2 ...sadly that is all i can answer :(

 

I seem to be pinging the address at the end of the tunnel 10.10.10.2/30 ...but i am not sure if its just ghosting...

Link to comment
https://www.neowin.net/forum/topic/1220167-gre/#findComment-596473147
Share on other sites

What router are you using - I doubt many soho support protocol forwarding. What is the other end that your connecting too? Why do you want to setup a gre tunnel? And why would the tunnel not be router to router, vs some box behind the nat router?

i got them to skip the GRE and go straight for a VPN....how do i set up a VPN ? :D 

Link to comment
https://www.neowin.net/forum/topic/1220167-gre/#findComment-596473247
Share on other sites

what vpn is it - lets hope ssl based and not some other protocol that your soho router doesn't support :)

That router is something you would have in a home on a budget, not a company or business location of any size ;) Its like a $25 router for gosh sake.

Link to comment
https://www.neowin.net/forum/topic/1220167-gre/#findComment-596473255
Share on other sites

what vpn is it - lets hope ssl based and not some other protocol that your soho router doesn't support :)

That router is something you would have in a home on a budget, not a company or business location of any size ;) Its like a $25 router for gosh sake.

 

:( I know, its a new company I just came in recently and have to do all of this stuff... well mr budman :D I am in control (and bricking it) tell me what kind of VPN I should use... ive started with open vpn.... lol

Link to comment
https://www.neowin.net/forum/topic/1220167-gre/#findComment-596473263
Share on other sites

so openvpn is the other end.. That is easy - your just a road warrior then? Your not wanting a site to site connection. Just install the client on the box you want to use and put in the info.

Well if they are using a home wireless router, you got lots of low hanging fruit to pick ;)

Link to comment
https://www.neowin.net/forum/topic/1220167-gre/#findComment-596473271
Share on other sites

so openvpn is the other end.. That is easy - your just a road warrior then.. Just install the client on the box you want to use and put in the info.

Well if they are using a home wireless router, you got lots of low hanging fruit to pick ;)

 

 

sadly I dont know what they will be using I was just hoping to use open vpn my end...dont know about them yet... im waiting to hear about their equipment.... they are ALOT bigger then the company i work in and its network orientated so something tells me it will be serious kit.

Link to comment
https://www.neowin.net/forum/topic/1220167-gre/#findComment-596473277
Share on other sites

You can use SSL VPN, Site to Site VPN. With SSL you can use client or a web browser to connect to the other site/network with Site to Site you don't need any client you're connected 24/7. What is your porpuse of using this VPN? Is it office to office and you want to use the resource at the other site all the time then you should go with S2S VPN otherwise use SSL.

 

As for GRE it seems your router doens't support it.

 

Edit: Didn't see the last two replies. :)

Link to comment
https://www.neowin.net/forum/topic/1220167-gre/#findComment-596473279
Share on other sites

You can use SSL VPN, Site to Site VPN. With SSL you can use client or a web browser to connect to the other site/network with Site to Site you don't need any client you're connected 24/7. What is your porpuse of using this VPN? Is it office to office and you want to use the resource at the other site all the time then you should go with S2S VPN otherwise use SSL.

 

As for GRE it seems your router doens't support it.

 

Edit: Didn't see the last two replies. :)

yea 24 hour is preferable lol....I DONT KNOW lol i hate being under fire like this I have never set a vpn before and Im starting to look like an idiot infront of partners

Link to comment
https://www.neowin.net/forum/topic/1220167-gre/#findComment-596473293
Share on other sites

Here is the thing if you want a site to site.. Ie network at your location talks to network at their location. This really needs to be done router to router at the edge of the networks. Trying to set it up from a box inside your nat for your whole network to use is not best method.

And I sure wouldn't setup gre for site to site, GRE is not even encrypted.

What I would suggest is ask them what vpn technologies they support at their router, and then get a router for your end that supports that.

Link to comment
https://www.neowin.net/forum/topic/1220167-gre/#findComment-596473295
Share on other sites

yea 24 hour is preferable lol....I DONT KNOW lol i hate being under fire like this I have never set a vpn before and Im starting to look like an idiot infront of partners

Are you the network guy or you are just an IT guy and they assume you should know networking as well? We can help you to set up a VPN tunnel, it easy but you'll have to provide us more info. As BudMan said, ask them and let us know. IF you are not responsible of these stuff, then you should have told them that before getting yourself into this. ;)

 

Are you gonig to use your Netgear router to set the VPN up with the other location? Or you have another router/firewall as well?

Link to comment
https://www.neowin.net/forum/topic/1220167-gre/#findComment-596473311
Share on other sites

As a side note I am curious as to why you are on the Janet network in the UK?  :shiftyninja: Do you go to Uni or something? 

I did :P

 

Are you the network guy or you are just an IT guy and they assume you should know networking as well? We can help you to set up a VPN tunnel, it easy but you'll have to provide us more info. As BudMan said, ask them and let us know. IF you are not responsible of these stuff, then you should have told them that before getting yourself into this. ;)

 

Are you gonig to use your Netgear router to set the VPN up with the other location? Or you have another router/firewall as well?

 

and a bit of both, im actually a systems developer and systems administrator. (yup my official titles). I do networking here quiet alot but its mostly internal, and simple things like ospf, PPP etc I understand the logic of it but Im simply trying to deal with a lack of equipment more then anything right now

And  they use it in the office, WHY, WHY, WHY??

its just meant for 4 people to use the internet ;( all of our work is normally off line in restricted down labs, our work doesnt have access to the internet, im hacking things together.

Link to comment
https://www.neowin.net/forum/topic/1220167-gre/#findComment-596473367
Share on other sites

even if it was 1 user, I wouldn't use that sort of device for a "business" site. Personally I wouldn't use such a device in a home ;)

Not saying you need a 3k$ 5515 ASA, but there are some fairly decent boxes for $200 you could use.

Link to comment
https://www.neowin.net/forum/topic/1220167-gre/#findComment-596473373
Share on other sites

even if it was 1 user, I wouldn't use that sort of device for a "business" site. Personally I wouldn't use such a device in a home ;)

Not saying you need a 3k$ 5515 ASA, but there are some fairly decent boxes for $200 you could use.

haha im feeling much hate for this device right now....

 

we are going to try vpnc

Link to comment
https://www.neowin.net/forum/topic/1220167-gre/#findComment-596473385
Share on other sites

As BudMan says, if you need a decent router that doesn't lack functions, you'll need to upgrade. So you think OSPF and PPP are simple stuff? oO How do you use OSPF and PPP in that router?

Link to comment
https://www.neowin.net/forum/topic/1220167-gre/#findComment-596473389
Share on other sites

Not there is no way that router supports OSPF, I would be surprise if ripv1 ;) He must be talking in his labs.

So they have a cisco vpn concentrator at their end? Again doing it from a box inside your network to create a site to site is not best way. Your going to have issues with routing since the endpoint is not your gateway. Going to have to create host routes on your devices most likely.

Link to comment
https://www.neowin.net/forum/topic/1220167-gre/#findComment-596473463
Share on other sites

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

    • No registered users viewing this page.
  • Posts

    • Hands-on with BOOX Tappy: cute little reading accessory by Taras Buria Page turners are quite popular accessories for e-readers, as they enable a hands-free reading experience, which is particularly useful with large readers featuring 10-inch or larger displays. The BOOX Tappy is a new accessory that was introduced earlier this year, and we took this cute-looking thingy for a spin. The Tappy comes in a small box, with two additional buttons and a user manual. The device is made of glossy green plastic and resembles old appliances from the nuclear age. Material quality is great, and each part feels quite premium. Plastic is high-quality, the switch is nice to flick, and the buttons are not rattly. At the bottom, four rubberized feet prevent slipping when used on a desk. Unfortunately, there are no color options, and the Tappy is only available in green. It looks good, but I wish there were other options as well. There are two removable buttons, an on/off switch, and an LED indicator that displays connection mode, charging status, and more. The buttons resemble those of an old typewriter, with quite a long travel distance and a pleasant clack. In the box, you have four buttons with different icons: heart, coffee, O, and X. You can easily swap buttons by simply pulling them upwards. Tip: buttons come with plastic covers, but they are quite tricky to remove. It is hard to call the Tappy the most ergonomic remote control, but after fiddling with it for a few hours, I managed to find a comfortable hand position. Attaching a lanyard to it can make it more comfortable in use without the fear of dropping it, but unfortunately, the Tappy does not come with one. The Tappy connects via Bluetooth 5.2, and it works in three modes, which you can toggle by pressing and holding both buttons for about five seconds: Reading Mode Multimedia Mode Browsing Mode Next / Previous page Next / Previous Track Up / Down scroll If you pair the Tappy with a BOOX device (I tested it with the BOOX Go 10.5 Gen 2 Lumi), you will get small pop-ups indicating the current mode. Plus, you can customize what each button does when pressed one time, two times, or held for a few seconds. The list of available actions and features you can use is massive, and I like that BOOX lets you map stuff like brightness adjustment, app launching, screenshot-taking, screen rotating, navigation, and more. Note, however, that while you can use the Tappy with other readers, its customization is only available on BOOX devices running firmware version 4.2 and newer. I could not connect the Tappy to my computer (Windows 11 claims a driver error when I try), but it worked with the DuRoBo Krono that I recently reviewed. My Kindle Paperwhite refused to work with the Tappy, though, just like my iPhone. The Tappy uses a non-removable Li-Ion battery, which can be recharged with a Type-C cable. BOOX rates the remote for "weeks of use," and I can say that it indeed has very good battery life. While there are no battery indicators on the remote, you can see the current level in the status bar or in Input settings in the BOOX firmware. After a few days of active use, mine still shows about 95%. Overall, the Tappy left a nice impression. It is well-made, and the integration with BOOX devices is great. I also like that BOOX decided to have some fun with its design and swappable buttons. I cannot say I am a fan of its odd shape, though. Still, I managed to find a way to use it comfortably. And when not in use, it just looks neat sitting on the table doing nothing or serving you as a small clacky fidget. Buy BOOX Tappy - $29.99 on Amazon US As an Amazon Associate, we earn from qualifying purchases.
    • AdGuard Family lifetime deal now only $14.97 by Steven Parker Today's highlighted Neowin Deal comes via our Apps + Software section, where you can get a lifetime subscription and save 91% on a lifetime AdGuard Family Plan. AdGuard is a unique program that has all the necessary features for what they claim to be "the best web experience." The software combines the an advanced ad blocker, a privacy protection module, and a parental control tool—all working in one app. This software deals with annoying ads, hides your data from a multitude of trackers, protects you from malware attacks, and even lets you restrict your kids from accessing inappropriate content. Install AdGuard and see the internet as it was supposed to be: clean and safe. Get rid of annoying banners, pop-ups & video ads once and for all Hide your data from the multitude of trackers & activity analyzers that swarm the web Avoid fraudulent and phishing website and malware attacks Protect your kids online by restricting them from accessing inappropriate & adult content Good to know Family Plan Length of access: lifetime This plan is only available to new users Redemption deadline: redeem your code within 30 days of purchase Max number of devices: 9 Access options: desktop & mobile Software version: AdGuard Family Updates included A lifetime subscription of AdGuard Family Plan normally costs $169.99, but this deal can be yours for just $14.97, that's a saving of $157.02. For full terms, specifications, and license info please click the link below. Get this AdGuard Family lifetime deal for just $14.97 (was $169.99) Although priced in U.S. dollars, this deal is available for digital purchase worldwide. As an online publication, Neowin too relies on ads for operating costs and, if you use an ad blocker, we'd appreciate being whitelisted. In addition, we have an ad-free subscription for $28 a year, which is another way to show support! Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • Passkeys: Think of them like a broken heart necklace. Imagine one of those heart necklaces that breaks into two matching pieces. One person keeps one half, and the other person keeps the other half. With passkeys, the website has one half, and you have the other half. If the website gets hacked and someone steals its half, that stolen piece is useless by itself. It cannot unlock your account without your matching half. This particular heart necklace is one of a kind, there is only one in existence. Your half of the necklace has to be stored somewhere. It might be stored on your phone, tablet, computer, security key, or a password manager that can sync it between all your devices. A security key is a small physical device that you keep with you, kind of like a house key, car key, or flash drive. I would not usually recommend a security key as the first option for the average person. For most people, it is easier to use their phone, computer, or a password manager that can sync passkeys between their devices. A security key is more like a spare key you keep in a safe place, just in case you lose access to your other devices or your password manager. Some security keys plug into your computer. Some plug into your phone or tablet. Some get tapped against your device. The idea is simple: a security key can hold another passkey for the same website. Think of it like creating a second one-of-a-kind heart necklace for the same account. One necklace could be paired with your password manager, while another necklace could be paired with your security key. That means the website has more than one matching half on file. One half matches the passkey in your password manager. Another half matches the passkey stored on your security key. So, if you lose access to your phone, computer, or password manager, you would still be able to log in using the passkey stored on your security key. Think of it like keeping an extra special necklace piece on a tiny keychain, stored somewhere safe. The website still has the matching half for that security key, but your half is safely stored inside the little key. A passkey does not automatically exist on every device you own. It lives wherever you save it. If your half is stored on one device, then that device is the one that has the matching piece. For example, if you create the passkey on your Windows computer and it is only saved to that computer, your iPhone does not automatically have that same half. If you create it on your iPhone and it only stays on that iPhone, your Android phone does not automatically have it either. That is where password managers come in. A password manager can act like a protected jewelry box for your passkeys. Instead of your half of the necklace being locked to only one device, the password manager can securely sync that half to your other approved devices. For example, Apple Passwords and iCloud Keychain can sync passkeys between your Apple devices. Google Password Manager can sync passkeys with your Google account. But password managers such as 1Password and Bitwarden can sync passkeys between everything, your phones, tablets and computers. Now, you might ask: “What happens if I lose access to the device that has my passkey?” That depends on where your passkey was saved and what recovery options the website gives you. If your passkey was synced through a password manager, you may be able to sign in from another device that has access to that same password manager. For example, if your passkey is saved in iCloud Keychain, Google Password Manager, 1Password, or Bitwarden, another approved device may still have access to it. If your passkey was saved only on one phone, computer, or security key, and you lose that device, then you may not have your half of the necklace anymore. In that case, you would usually need to use the website’s backup login or account recovery options. A lot of websites that support passkeys still let you fall back to your regular password. So if you lose access to your passkey, the site may still let you log in with your password, a code sent to your email, a text message, a recovery code, or some other account recovery process. That is convenient, but it is also important to understand: if the website still allows password login, then your password still matters. Passkeys are safer than passwords, but if your account still has a password as a backup, you should still use a strong, unique password and turn on two-factor authentication if the website offers it. This is why it is a good idea to have more than one safe way back into important accounts. For example, you might keep your passkey in a syncing password manager, add a second trusted device, save recovery codes somewhere safe, or set up a backup security key. A passkey is very secure, but just like a real key, you need a backup plan in case you lose access to it. Now, you might ask: “What stops a hacker from copying my half of the necklace?” That’s the important part: your half is protected. It is not something you type in, and it is not something the website gets to keep. Think of your half as being locked inside a tiny safe on your phone, computer, security key, or password manager. That safe only opens when you approve it with your fingerprint, face, PIN, or device password. When you log in, the website does not need to see your half. It only needs proof that your half matches its half. Your actual half is not handed over to the website. This is different from a password. With a password, you type the secret into the website. If you type it into a fake website, the hacker now has it. With a passkey, you are not typing your secret into the website. Your device is proving you have the matching half without giving the half away. That also helps protect you from fake websites. If someone makes a fake login page that looks like the real site, your device can tell it is not the real match. It will not use your passkey there. Now, could someone use your passkey if they stole your device, got into your password manager, or somehow unlocked the safe that holds your half? Yes, that is why your device password, PIN, fingerprint, face unlock, and password manager security still matter. But a hacker cannot just steal your passkey from the website or trick you into typing it into a fake page like they can with a password. That is why passkeys are safer than passwords. The two matching pieces have to come together, like two lovebirds who were once separated and are finally reunited.
    • Newegg offers insane combo deal on Amazon Prime Day 2026 that beats Steam Machine by Sayan Sen Building a PC is undoubtedly difficult nowadays but with this epic combo deal, Newegg is trying to make it as easy for you as it is possible. If you are making a new one or even upgrading an old system to a new Windows 11 device, this combo bundle is truly unmissable as you get AMD's Ryzen 9800X3D, a compatible X870 motherboard, a 240mm AIO liquid cooler and finally a Samsung 990 PRO SSD all for under $1000 (purchase link under the specs table down below). This should beat out the newly launched Steam Machine from Valve in terms of performance and performance per dollar especially if you are willing to set Linux up on it. Essentially with this combo you will get the AMD Ryzen 7 9800X3D 8-core 3D V cache CPU, Samsung's 990 PRO 2TB NVMe SSD, the MSI MAG X870 TOMAHAWK WIFI ATX Motherboard, and finally the Cooler Master Elite Liquid 240. Thanks to that massive vertically stacked L3 cache, the X3D desktop processors, including the 9800X3D, also come with the benefit of not needing fast memory. Even DDR5-5600 should be plenty for it. The technical specifications of the Ryzen 7 9800X3D are given in the table below: Specification Value Architecture Zen 5 Cores / Threads 8 / 16 Base Clock 4.7 GHz Max Boost Clock Up to 5.2 GHz L1 Cache 640 KB L2 Cache 8 MB L3 Cache 96 MB Total Cache 104 MB CPU Core Process TSMC 4nm FinFET I/O Die Process TSMC 6nm FinFET Socket AM5 Default TDP 120W Max Temperature (Tjmax) 95°C Thermal Solution Not included Memory Type DDR5 Max Capacity 256 GB Memory Speeds 2x1R: DDR5-5600 2x2R: DDR5-5600 4x1R: DDR5-3600 4x2R: DDR5-3600 PCIe Version PCIe 5.0 PCIe Lanes (Total/Usable) 28 / 24 USB 3.2 Gen 2 (10Gbps) 4 USB 2.0 1 Graphics Cores 2 CU RDNA 2 Frequency 2200 MHz DisplayPort over USB-C Yes Overclocking Unlocked Up next we have the tech specs for the MSI MAG X870 TOMAHAWK WIFI Motherboard: Specification Value Chipset AMD X870 CPU Support AMD Ryzen 9000 / 8000 / 7000 Series Desktop Processors Socket AM5 Memory Slots 4 × DDR5 UDIMM Maximum Memory Capacity 256GB Memory Support DDR5 8400–5600 MT/s (OC), DDR5 5600–4800 MT/s (JEDEC) Integrated Graphics Outputs 1 × HDMI 2.1 FRL (up to 8K 60Hz) 2 × USB4 Type-C with DisplayPort 1.4 HBR3 (up to 4K 60Hz) Expansion Slots PCI_E1: PCIe 5.0 x16 (CPU) PCI_E2: PCIe 3.0 x1 (Chipset) PCI_E3: PCIe 4.0 x4 (Chipset) Audio Realtek ALC4080 Codec 7.1-Channel USB High Performance Audio Supports up to 32-bit/384kHz playback on front panel S/PDIF output M.2 Slots 4 × M.2 M2_1: PCIe 5.0 x4 (CPU, 22110/2280) M2_2: PCIe 5.0 x4 (CPU, 2280/2260) M2_3: PCIe 4.0 x2 (Chipset, 2280/2260) M2_4: PCIe 4.0 x4 (Chipset, 2280/2260) SATA Ports 4 × SATA 6Gb/s RAID Support RAID 0, 1, 5, 10 for M.2 NVMe storage devices Rear USB Ports 4 × USB 2.0 3 × USB 5Gbps Type-A 2 × USB 10Gbps Type-A 1 × USB 10Gbps Type-C 2 × USB4 40Gbps Type-C Front USB Headers 4 × USB 2.0 4 × USB 5Gbps Type-A 1 × USB 20Gbps Type-C LAN Realtek 8126-CG 5G LAN Wireless Wi-Fi 7 (M.2 Key-E module pre-installed) Supports 2.4GHz / 5GHz / 6GHz bands Up to 5.8Gbps Supports 802.11 a/b/g/n/ac/ax/be Bluetooth Bluetooth 5.4, MLO, 4KQAM Internal Power Connectors 1 × 24-pin ATX Power 2 × CPU Power Connectors 1 × PCIe 8-pin Power Connector Fan Headers 1 × CPU Fan 1 × Combo Fan (Pump/System) 6 × System Fan RGB Headers 3 × Addressable V2 RGB (JARGB_V2) 1 × RGB LED (JRGB) Other Internal Headers 1 × EZ Conn-header 2 × Front Panel Headers 1 × Chassis Intrusion 1 × Front Audio 1 × TPM 2.0 Header Debug Features 4 × EZ Debug LEDs 1 × EZ Digit Debug LED Rear I/O Ports Clear CMOS Button Flash BIOS Button HDMI 2 × USB 40Gbps Type-C 1 × USB 10Gbps Type-C 4 × USB 10Gbps Type-A 3 × USB 5Gbps Type-A 4 × USB 2.0 5G LAN Port Wi-Fi/Bluetooth Antenna Connectors Audio Connectors Form Factor ATX The Samsung 990 PRO is a PCIe Gen4 NVMe SSD and still one of the fastest drives available today for under $500. Speaking of fast, sequential reads and writes are rated at 7450 MB/s and 6900 MB/s, respectively. The random throughputs for reads and writes are 1400K IOPS and 1550K IOPS, respectively. The 990 PRO is based on Samsung's 7th Gen V-NAND flash, and it too is TLC. It packs 2 gigs of LPDDR4 DRAM cache, which helps the random performance. The endurance rating for this is 1200 TBW (terabytes written), which should be sufficient for most users. The Samsung 990 PRO is compatible with the PlayStation 5, but if you are going to use the 990 PRO on a PC, check out the Samsung Magician app that lets you track your drive's health, update its firmware, customize various settings, and more. The tech specs are given below: Specification Value Interface PCIe Gen 4.0 x4, NVMe 2.0 Form Factor M.2 2280 Controller Samsung In-house Controller NAND Flash 3D TLC DRAM Cache 2GB LPDDR4 Sequential Read (Max) 7,450 MB/s Sequential Write (Max) 6,900 MB/s Random Read (4K) Up to 1,400,000 IOPS Random Write (4K) Up to 1,550,000 IOPS TBW (Endurance) 1,200 TBW MTBF 1,500,000 hours Operating Temperature 0°C to 70°C Storage Temperature -40°C to 85°C Shock Resistance 1,500G / 0.5ms Heatsink No Get the combo deal at this link: AMD Ryzen 7 9800X3D, Samsung 990 PRO 2TB, MSI MAG X870 TOMAHAWK WIFI motherboard, Cooler Master Elite Liquid 240: $784.99 + $25 off with promo code FTTF77: $759.99 (Sold and Shipped by Newegg US) Good to know This Newegg deal is U.S. specific, and not available in other regions unless specified. We only use first-party seller links (at the time of article publishing); ensure that you purchase from a first-party seller link only. Check out Today's Deals on Amazon | or our recent tech deals. Become a Prime member (for Students or SNAP) via Neowin Get Prime Access - Prime for half price (for qualifying Medicaid, EBT, SNAP) Subscribe to Prime Video, Audible Plus, Music Unlimited or Kindle Unlimited via Neowin As an Amazon Associate, we earn from qualifying purchases.
  • Recent Achievements

    • One Month Later
      timbobit earned a badge
      One Month Later
    • One Month Later
      nates earned a badge
      One Month Later
    • Week One Done
      Almohandis earned a badge
      Week One Done
    • Rookie
      dorf went up a rank
      Rookie
    • First Post
      mike_rumble earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      469
    2. 2
      +Edouard
      165
    3. 3
      PsYcHoKiLLa
      104
    4. 4
      Michael Scrip
      87
    5. 5
      Steven P.
      70
  • Tell a friend

    Love Neowin? Tell a friend!