One of the very most underrated channels here! Oh my God thank you very very much
@intelligencequest10 ай бұрын
Thanks so much for the kind words!
@MrUnisteez2 жыл бұрын
Thanks! This was a simple explanation that gave me just enough information to answer a lot of the questions I had about network segmentation using VLANs.
@theancientvoice927210 ай бұрын
Great content, thank you!
@jackdavies73373 жыл бұрын
So helpful thank you.
@techenthusiast45422 жыл бұрын
Good info brother!
@Allexz3 жыл бұрын
You deserve more subs!
@intelligencequest3 жыл бұрын
Thanks a lot! I appreciate the encouragement
@leaftro3 жыл бұрын
Word of Truth!
@intelligencequest3 жыл бұрын
@@leaftro thanks the feedback is much appreciated!
@zemichaelhailu38933 ай бұрын
Great explanation. Subbed
@lasagna3084 Жыл бұрын
Super helpful!
@sonnix314 ай бұрын
Nicely explained, Thanks
@intelligencequest4 ай бұрын
thanks for the positive feedback! much apprecaited
@techlife45993 жыл бұрын
In Mr. Burns voice....EXXCEELLENT... Great video. I'm a suscriber & sharing 👍
@intelligencequest3 жыл бұрын
Thank you! Let's goooo!
@StuckInTheM1ddle2 жыл бұрын
Appreciate this for for an office environment but just for anyone (like myself) looking for ways to segregate a home network, having a L2 Switch (VLAN capable) is not enough for looking to implement VLAN in this way - you need a router that supports VLAN's and nearly all consumer-level routers don't support this.
@intelligencequest2 жыл бұрын
I would look into Ubiquiti, they offer some great consumer grade products that I have installed in a number of homes. Their equipment is great for network segmentation implementations
@clovisvigneault8 ай бұрын
You can always find a consumer router that can be flashed to openwrt or ddwrt to unlock these « enterprise » feature, they have lists of compatible routers with their specs
@daizy8888 Жыл бұрын
This is great video! would you mind clarifying the use of VRF in a segmented network?
@intelligencequest Жыл бұрын
Absolutely! so in the video above I was addressing L2 segmentation, VRF would effectively allow for segmentation of traffic as it was being routed --> think two sets of clients being routed by the same piece of hardware, but for security, logging, analytics you want each of the client networks have their own routing instances, you can utilize Virtual Routing and Forwarding (VRF) to route this traffic but maintain separation of traffic and routing tables
@rozye3004 Жыл бұрын
You are super cute ! The Humor makes it enjoyable to watch ❤
@omarinv78632 жыл бұрын
Great video thank u so much
@wendy_113 Жыл бұрын
"Thank you very much!"
@31qwoz3 жыл бұрын
Great information
@amigatommy7 Жыл бұрын
Thinking of 2 10gbe switches with Asus 89x router which has 2 10gbe ports. Not sure both can be used at the same time.
@intelligencequest Жыл бұрын
TBH I'm not sure either tom
@SifuNuhai4 ай бұрын
How do you test the VLAN is working accordingly?
@intelligencequest2 ай бұрын
You can do a few things... first would be to ping from devices that should be VLAN separated, you should NOT be able to ping between them until a route is set up between vlans.
@MorgorDre Жыл бұрын
So whats the actual threat prevented?
@intelligencequest Жыл бұрын
So the "threat" in this case is that any one of the device on your network is compromised. If this occurs and your network is segmented the likelihood of your entire network being compromised is significantly lower. To give you a specific threat example, you could have your file storage server compromised (in a small/medium environment this might be a single device like a Synology NAS). Even more specifically, an attacker leverages vulnerabilities in the file sharing protocol SMB to upload and run software establishing persistence on this file server. If your network is segmented appropriately the attacker will NOT have the ability to pivot to all the other devices in the network. If your network is not segmented, all of the other devices are now potentially victims as well.
@techenthusiast45422 жыл бұрын
What gear do you use to draw? (hardware and software) Wacom?
@intelligencequest2 жыл бұрын
Yes wacom intuous tablet and pen
@techenthusiast45422 жыл бұрын
@@intelligencequest I just started using it and long ways to go to make it look natural. Right now I struggle in meetings with new work from home situation. Was so used to whiteboard and markers 🤣
@intelligencequest2 жыл бұрын
@@techenthusiast4542 100%.. it just takes time.. but I still don't think there is any replacing in person white boarding.. I think a mix of virtual and live has to be what we use going forward 👍
@loganborowski3 жыл бұрын
Great content thank you.
@intelligencequest3 жыл бұрын
Thanks! Next up is access control lists!! Should have it out tomorrow!
@macster14573 жыл бұрын
Can I still do with if I want to segregate my wireless security cameras? - am I going to need 2 wireless routers then?
@intelligencequest3 жыл бұрын
There are a couple of things that you can do, but the most common is to make a second SSID aka IOTnetwork with its own password and IP address range and segment that network from your primary wireless network. By segment I mean either add ACL entries if you want to allow certain traffic or deny all traffic from that IOT network to the rest of your network (the implementation of this will be different on different Network Operating Systems - NOS')
@macster14573 жыл бұрын
@@intelligencequest yes... the other thing I need to accomplish is to completely isolate the wireless cameras from the main router. I need to figure out a way to have a 2nd router just for the cameras so the main router has nothing to do with them.
@tamashalmai82243 жыл бұрын
The security concepts such as L2 segmentation, FW, ACL, router on a stick etc. are all fine. However, my impression is that you try to cover too much in this vlog and give the wrong impression to an especially novice user that these basic security techniques are the holly grails that will cure all security concerns. Therefore I would rather start with a top-down analysis, highlight potential attack vectors and demonstrate which technique would be suitable to mitigate what concern. I.e. what you mention few times in your vlog as defense-in-depth
@intelligencequest3 жыл бұрын
Thank you for the feedback! I actually agree to some extent and I think we are trying to fill in the gaps in this content with subsequent videos.. in response to the "cure all nature" of this segmentation video... that certainly was not the intent! How ever we do think segmentation is an area of basic networking that is very under utilized is most small and medium networks.