Recommended Posts

Would totally agree with you if my router wasn't such a piece of junk.

 

Even though it is now only an AP, I have had to reboot it twice already in 24 hours, because it has been misbehaving.

My reasoning for getting a 'business class' AP, is because of this and no other reason.

Take a look here, When I finally getting around to replacing my aging wrt54g as my AP I think I will go with this

http://www.ubnt.com/unifi

You can pick them on up Amazon

http://www.amazon.com/dp/B004XXMUCQ

My apologies - only clicked the first link. That's the one I liked the look of too, although slightly more expensive than the Cisco model I was looking at.

 

For the sake of completeness, I drew my network in Visio so you can see what you helped implement.

 

 

post-11693-0-28122000-1372637554.png

Was looking at the Cisco WAP121-E-K9-G5.

 

http://www.cisco.com/en/US/products/ps12236/index.html

http://www.amazon.co.uk/gp/product/B007VKMNLQ/ref=ox_sc_sfl_title_2?ie=UTF8&psc=1&smid=A3P5ROKL5A1OLE

 

Would be great to see yours, really interested how a networking expert does it.

  • 2 months later...

@fahim: Why do you have a FreeNAS VM and a separate QNAP NAS box? Isn't QNAP supposed to take care of everything?

 

I've been thinking about a home server set up, where the virtualized server will both serve as a router, NAS, and run whatever else I need (development VMs, web server, etc...), but I'm not sure whether putting all of that on the same machine is a good idea.

 

Wouldn't the NAS be hitting the disks very hard when you're streaming HD movies (say, from multiple home computers), and therefore slow down whatever other services you have running on the same server?

 

I guess I just don't fully understand how the disk management and space allocation would work on such a server. Would you separate the NAS RAID-array from the other VMs or do you use the same RAID-array for everything?

In my setup the nas VM has raw access to the disks it uses to serve up files, no other vm uses those. The only shared disk is the datastore where their OS lives -- os drive is not really a heavy IO hitter, etc.

@fahim: Why do you have a FreeNAS VM and a separate QNAP NAS box? Isn't QNAP supposed to take care of everything?

 

I've been thinking about a home server set up, where the virtualized server will both serve as a router, NAS, and run whatever else I need (development VMs, web server, etc...), but I'm not sure whether putting all of that on the same machine is a good idea.

 

Wouldn't the NAS be hitting the disks very hard when you're streaming HD movies (say, from multiple home computers), and therefore slow down whatever other services you have running on the same server?

 

I guess I just don't fully understand how the disk management and space allocation would work on such a server. Would you separate the NAS RAID-array from the other VMs or do you use the same RAID-array for everything?

 

The QNAP is a TS109 Pro II single bay NAS - it's about 7 years old, has had a single Samsung F1 1TB drive in it since I bought it and I kind of expect it to die soon (although it shows no indication of doing so).  I seldom stream to multiple locations in my home at the same time.  I also don't use a large RAID array in my server.

 

I have a total of 9 drives in my server (I have ports for another 3 but not enough physical space for that many without some serious changes):

  • a 'recycled' 64GB SSD for the OS drives for my VMs under ESXi (ESXi itself is also installed here - This is used via a VMFS datastore.  My VMs have always been very quick - although I have no idea how much slower (if at all) they would be if they weren't on a SSD.
  • 4 large drives (3.5") mapped raw to my FreeNAS VM and used as ZFS array.
  • 4 smaller drives (2.5") mapped raw to a NexentaStor Community Edition VM again as a ZFS array - this is mainly to play with.

I will likely add another SSD (possibly 2) at some point I think for more OS storage as I have run out and am nowhere near hitting my CPU or RAM ceilings.  I have a 96GB SSD in my laptop that will likely get recycled at some point :-)

 

I've not experienced a performance hit so far.  If I do, I'll have to carefully consider my next move!

What's interesting to me about this whole setup is that if any of the non-pfSense VMs need to access the Internet, the ESXi server needs to do a context-switch and load up the pfSense VM to service the request first, and then switch back to the original VM and so on and so forth.

I guess if you have a multi-core CPU this performs well (given that internet speeds aren't all that nowdays).

 

Here's another scenario: I was thinking that if I had a FreeNAS VM and I would want to have the ability to stream my media when I'm away from home, I could install Subsonic for music (or something equivalent), and something else for video. But then the FreeNAS VM would be running Internet services and have direct access to my media files, which means that if someone exploits Subsonic (or whatever app you use), then he might gain access to files I don't want him to see.

 

A possible solution to this might be to create a very lightweight VM that runs only those audio/video services and has read-only access only to the relevant media folders. In this case, if this VM is compromised, the attacker only has read-only access to some elementary media files and nothing else.

 

But how do you share files from one VM to the other? Is there an efficient way of sharing folders this way, other than using NFS/Samba?

What's interesting to me about this whole setup is that if any of the non-pfSense VMs need to access the Internet, the ESXi server needs to do a context-switch and load up the pfSense VM to service the request first, and then switch back to the original VM and so on and so forth.

I guess if you have a multi-core CPU this performs well (given that internet speeds aren't all that nowdays).

 

Here's another scenario: I was thinking that if I had a FreeNAS VM and I would want to have the ability to stream my media when I'm away from home, I could install Subsonic for music (or something equivalent), and something else for video. But then the FreeNAS VM would be running Internet services and have direct access to my media files, which means that if someone exploits Subsonic (or whatever app you use), then he might gain access to files I don't want him to see.

 

A possible solution to this might be to create a very lightweight VM that runs only those audio/video services and has read-only access only to the relevant media folders. In this case, if this VM is compromised, the attacker only has read-only access to some elementary media files and nothing else.

 

But how do you share files from one VM to the other? Is there an efficient way of sharing folders this way, other than using NFS/Samba?

 

Such context-switching is what ESXi is good at.  I am using a dual-core CPU in my server but not a very powerful one.

 

You certainly don't want to be putting your FreeNAS VM on the internet.

 

A better idea would be to create a DMZ and have your internet facing VM living there, connecting to your FreeNAS VM through the firewall with only the appropriate ports open.

 

As for protocols, I don't really know - but I guess it would be a choice of NFS or iSCSI.  I don't know enough about iSCSI to know if it would work.

"ESXi server needs to do a context-switch and load up the pfSense VM to service the request first, and then switch back to the original VM and so on and so forth."

 

I don't really think you understand how esxi works to be honest..  You do understand this is run in enterprise with hundreds of VM running on 1 piece of hardware in some setups.  We are not running on 386s or something  ;)

 

This is not a single threaded sort of application - context switching??  Your trying to oversimplify what is going on.

  • 2 years later...
On 28/01/2016 at 6:45 AM, papotz22 said:

HI! Farim S. can you teach how you do it!? seems we almost has same setup., and the config on Access Point wireless router how did you configure it? 

Wow, network doesn't look completely like this anymore.  However:

 

I am not entirely clear what you are asking, but if you want to take a wireless router and use it as an access point, you need to switch off all of the routing functions.

 

If the router you want to use as an AP has a dedicated WAN port, then put some tape over it and make sure you *DON'T* use it.

Next choose an IP Address that is within the subnet that your actual router is in, but outside its DHCP scope.

Configure the router you want to use as an AP to:

- give it the IP Address you chose.

- switch off its DHCP function

 

Pretty simple really. 

 

This topic is now closed to further replies.
  • Posts

    • Quantum Error Correction Validated in Nature: Microsoft and Quantinuum Log 800-Fold Improvement Two years after the original press-release announcement, independently peer-reviewed results published in Nature on June 10, 2026, have confirmed that Microsoft and Quantinuum achieved an 800-fold reduction in quantum error rates on real trapped-ion hardware — the largest gap between physical and logical error rates ever independently validated.    What Quantum Error Correction Actually Does — and Why Breaking Even Is Hard https://www.techtimes.com/articles/318329/20260613/quantum-error-correction-validated-nature-microsoft-quantinuum-log-800-fold-improvement.htm   Quantum Computing Wiring Bottleneck Cracked by HKU Silicon Carbide Chip at Qubit Temperature Engineers at the University of Hong Kong have built the first cryogenic control chip that operates at the same temperature as superconducting qubits — 10 millikelvin, or just one-hundredth of a degree above absolute zero — without generating the heat that has forced every competing approach to park its electronics hundreds of meters of cable away. https://www.techtimes.com/articles/318325/20260613/quantum-computing-wiring-bottleneck-cracked-hku-silicon-carbide-chip-qubit-temperature.htm  
    • RevPDF 4.5.0 by Razvan Serea RevPDF is a free, fully offline PDF editor for Windows, macOS, and Linux that lets you edit text and images directly inside PDF files — no internet connection, no account, and no cloud uploads required. Unlike bloated alternatives that demand subscriptions and constant connectivity, RevPDF fits in under 60MB on desktop while delivering a complete editing toolkit: annotate, redact, sign, compress, split, merge, convert, and reorganize pages, all processed locally on your device. Smart font matching ensures edited text blends seamlessly with the original, and multi-language support includes RTL scripts such as Arabic and Hebrew. Where most PDF editors force you to choose between features and simplicity, RevPDF manages both. You can build interactive forms from scratch with text fields, checkboxes, and dropdowns, permanently redact sensitive data before sharing, draw freehand on contracts and diagrams, and add custom watermarks — all without a single file leaving your machine. Edit Text and Images Directly Inside PDFs RevPDF supports true inline PDF editing — not just annotation layers on top of a document, but actual modification of existing text and images within the file. A smart font-matching engine identifies the font used in the original document and applies it automatically when you make edits, so changes blend naturally with the surrounding content. You can reposition elements, resize images, and update text across single pages or entire documents. RevPDF 4.5.0 release notes: This is one of the biggest updates to RevPDF yet. A lot of things people have been asking for are finally here. New Features Auto Redaction Permanently redact sensitive text and areas from your PDFs before sharing. Clean, irreversible, and fully offline. Comments, Links & Bookmarks Add comments for review, insert clickable links, and create bookmarks to jump around long documents without scrolling forever. Find & Replace Search across the whole document and replace text in one go. Long overdue. Split Pages Vertically or Horizontally Split any page down the middle, vertically or horizontally. Perfect for scanned books or double-page spreads. New Drawing Tools More tools for freehand drawing and markup, better for annotations, sketches, and detailed notes. Continuous Scrolling in Editor The editor now scrolls continuously through pages instead of jumping between them. Working through long documents is a lot smoother now. PDF Metadata Editor View and edit the metadata stored inside your PDFs, including title, author, subject, and keywords. Better Font Matching Text edits now blend in more naturally by doing a better job of matching the original font. Tabbed PDF Viewer Open multiple PDFs at once in tabs and switch between them without going back to the home screen. Add Links Insert hyperlinks anywhere in your PDF, to external URLs or to other pages within the document. Share & Print Shortcuts Share or print directly from the editing screen, home screen, and viewer. No extra steps. Minor Updates Paste images directly from clipboard into your PDF New image editing tools for more control over images inside documents Bug Fixes Fixed file saving issues on Windows and Linux Everything still works fully offline. No login, no cloud, no account. Your files stay on your device. Download: RevPDF 4.5.0 | 58.0 MB (Open Source) Links: RevPDF Home Page | Github | Screenshots 1 | 2 Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Interesting. I'm not using a VPN with my phone. I tried though my home internet (Rogers) and my cellular internet (Telus) using their respective DNS servers and both trigger the dialog above.
    • Three days after Anthropic launched Claude Fable 5 as the most capable AI model it had ever released to the public, the United States government ordered it switched off — and now the company is refunding customers who paid to use a product that vanished almost overnight https://www.techtimes.com/articles/318342/20260613/us-government-pulls-anthropics-fable-5-offline-now-come-refunds-vanished-ai.htm  
    • Microsoft fired the team and replaced them with AI and this is what you get.
  • Recent Achievements

    • Week One Done
      agatameier earned a badge
      Week One Done
    • One Month Later
      agatameier earned a badge
      One Month Later
    • Week One Done
      ssd21345 earned a badge
      Week One Done
    • Contributor
      MarkHughes4096 went up a rank
      Contributor
    • Dedicated
      jordanspringer earned a badge
      Dedicated
  • Popular Contributors

    1. 1
      +primortal
      507
    2. 2
      +Edouard
      175
    3. 3
      PsYcHoKiLLa
      139
    4. 4
      ATLien_0
      90
    5. 5
      Steven P.
      76
  • Tell a friend

    Love Neowin? Tell a friend!