Let's talk about VLANs

  Рет қаралды 115,266

Craft Computing

Craft Computing

Күн бұрын

Пікірлер: 319
@MrinmayDhar
@MrinmayDhar 3 жыл бұрын
Fun side quest: Count the number of times the elbows lift off the table. Have a drink for every 10 lifts.
@Hittingman
@Hittingman 3 жыл бұрын
Just had to point it out and now it’s all I can see!
@Phaxify
@Phaxify 3 жыл бұрын
@mspencerl87
@mspencerl87 3 жыл бұрын
speed the video up times 10 and watch it's always the same pattern right elbow left elbow neck I noticed this a few months back
@obi_1_kanobi761
@obi_1_kanobi761 3 жыл бұрын
Better drink near beer or you’ll be wrecked lol.
@te71se
@te71se 3 жыл бұрын
NOW I CAN'T STOP NOTICING!!
@DJCarlido
@DJCarlido 3 жыл бұрын
Haha that physical shudder when mentioning "The Printer". We have a printer in our office and we also have that reaction when we actually have to use physical media. God its awful .
@samtahir863
@samtahir863 3 жыл бұрын
Anytime I get asked to troubleshoot a printer issue it hurts me, that's an hour of my time im not getting back
@Kvantum
@Kvantum 3 жыл бұрын
Any printer beyond a simple, dumb Brother B&W laser printer is an exercise in frustration.
@traewatkins931
@traewatkins931 3 жыл бұрын
@@Kvantum I dont know I have had good with the canon image class printers. The only printer that I ever had less problem with was a HP laserjet 4000, well once I got that pesky jet direct card set up.
@waffleMccoy
@waffleMccoy 3 жыл бұрын
Imagine getting over 30 users on a vpn and having them print to their local printers through rdp, it's either really simple or a terrible nightmare, you can save A LOT of time by just using hp printers and their awesome hp universal printer driver.
@TheBitKrieger
@TheBitKrieger 3 жыл бұрын
Minor thing: the /24 does not indicate a class. Classes were abandoned in the 90s :) See CIDR (the C stands for classless). In a classful network your 10.0.0/24 would not be 'possible' as it would technically be part of one of 128 class A networks (ranging from 0/8 to 127/8). To get a /24 you would have to use 192.0.0/24 to 223.255.255/24. Yes, classes were really that silly... (I know that 10/8 was private even in classful times but it is an illustration.)
@theundertaker5963
@theundertaker5963 2 жыл бұрын
came here to say this basically, thanks for point it out.
@Pyrichia
@Pyrichia 3 жыл бұрын
You are now aware of Jeff’s restless elbows.
@zitoc09
@zitoc09 3 жыл бұрын
Now I can't unsee them...
@Greg-J
@Greg-J 3 жыл бұрын
I had to put a window over the right side of the screen while he's talking.
@darrenfalconer3267
@darrenfalconer3267 3 жыл бұрын
Damn it!!
@notreallyme425
@notreallyme425 3 жыл бұрын
It’s worse at 1.5x
@Deraco1
@Deraco1 3 жыл бұрын
I noticed this first I started watching his videos. Psivevri does the same thing. After a while, it becomes kinda natural for them if you don't focus on it. Just a mannerism
@technicallyblue
@technicallyblue 3 жыл бұрын
Asking nicely for pi hole tutorials for DNS and DHCP!
@OTechnology
@OTechnology 3 жыл бұрын
Didn’t he already do this
@Noppnfolie
@Noppnfolie 3 жыл бұрын
Thank you for asking nicely. I join the motion!
@bprepared5869
@bprepared5869 3 жыл бұрын
I'd like to also like to add to the 'asking nicely', have PiHole DNS and unbound working nicely, but the PiHole DHCP tutorial would be good since I can't find anything decent on the 'web explaining how to set this up for VLANs, and would be greatly appreciated
@KG6ZVP
@KG6ZVP 3 жыл бұрын
For those wondering how to do DNS and PiHole with VLANS, you just do it exactly the same way you would without them, just on a network with VLANS.
@mattcero1
@mattcero1 6 ай бұрын
Dude, he's got the best Pi-hole video on YT and I'm now running it. "You're using your Pi-Hole Wrong" or something like that.
@mlaga97
@mlaga97 3 жыл бұрын
This video conflates VLANs (Layer 2) and subnetting (Layer 3). Both are valuable topics for discussion, and often go hand in hand, but it is worth distinguishing between the two. Reducing broadcast traffic is a layer 3 issue that can be solved through subnetting and using a router. VLANs are layer 2 segmentation, and are more akin to virtualization of switch hardware. You don't need VLANs to reduce broadcast traffic, you just need additional subnets on a router (or routers) with a sufficient amount of distinct ports and separate switch networks for each of those subnets. Obviously VLANs help solve the multiple ports and multiple switch networks by virtualizing all of that infrastructure on top of a single set of physical infrastructure, but VLANs are really only incidental to the reduction of broadcast domain sizes.
@darrenfalconer3267
@darrenfalconer3267 3 жыл бұрын
So if I wanted to separate printers and computers from let's say ip phones I could use subletting rather than vlans? Does that mean say example phone son 192.168.1.x and other PC's and hardware on 192.168.10.x??
@tubastud06
@tubastud06 3 жыл бұрын
@@darrenfalconer3267 In enterprise networking, the phrase "Make a VLAN" is implying that you will be creating both a VLAN and a subnet that would be associated with that new VLAN. The way I always introduce this topic is by saying All VLANs are subnets; but not all subnets are VLANs. They are doing two different things at two different layers, as indicated by Luc Lagarde, but they go hand-in-hand when implemented on your network.
@thebadness6217
@thebadness6217 3 жыл бұрын
@@darrenfalconer3267 yes but you will need the hardware to do that. Most home oriented routers don't.
@darrenfalconer3267
@darrenfalconer3267 3 жыл бұрын
@@thebadness6217 hardware? Would I just be setting static ips on all devices based on the range I need?
@thebadness6217
@thebadness6217 3 жыл бұрын
@@darrenfalconer3267 no you need a router that can create multiple subnets and be able to assign those subnets to ports on the router.
@ramhee98
@ramhee98 3 жыл бұрын
VLAN's are those things which make my homelab complicated. Got a dozend VLAN's hehe
@tucker2k4
@tucker2k4 3 жыл бұрын
Are we just not gonna acknowledge that Klingon D'k tahg in the thumbnail, Jeff? I see what you did there.
@joshhardin666
@joshhardin666 3 жыл бұрын
that's the first thing I noticed too, before the title even.
@MyStuffWH
@MyStuffWH 3 жыл бұрын
Jeff does a wave with his arms and and head like 50 times in one video. Right elbow > right shoulder > headwiggle > left shoulder > (left elbow). Once you see it, you cant unsee it...
@asdf51501
@asdf51501 3 жыл бұрын
"As always, I'm Jeff..." Have you ever not been Jeff? That would be an experience...
@ryannmix
@ryannmix 3 жыл бұрын
Asking nicely for that pihole dhcp video. Also would love to see more about configuring firewall rules across vlans on the udm pro
@sashalexander7750
@sashalexander7750 3 жыл бұрын
With this setup you are still hitting your router each time you need to pass a packet across to another vlan. Router on a stick is not an ideal configuration. Having a layer 3 core switch that does inter vlan routing would be better.
@anactualai7427
@anactualai7427 3 жыл бұрын
1:28 Ah, yes. Szajsung. The polish internet has peaked in it's glory. (rough translation? Shitsung).
@CraftComputing
@CraftComputing 3 жыл бұрын
I knew what I was doing when I picked that clipart image ;-)
@BoingoInstaller
@BoingoInstaller 3 жыл бұрын
Thanks for clarification
@AceBoy2099
@AceBoy2099 3 жыл бұрын
Question about 8:40 mark, or there about, how would it work if my access point has the option of vlans, do I setup the ssid it broadcasts to the vlan desired and the switch will pick that up and anything on that network is then that vlan or am I missing something?
@jdancouga
@jdancouga 3 жыл бұрын
Nice timing. I just started looking into setting up vlan for home NVR.
@asbestinuS
@asbestinuS 3 жыл бұрын
Hey, thank you for the video. I'd like to see some firewall setup in future videos, is that possible? You know, what ports and protokolls are allowed from certain networks to certain networks and why?
@tahersadeghi6773
@tahersadeghi6773 2 жыл бұрын
Thank you for a fun video to watch. I hope to see more!.
@AeonPrime92
@AeonPrime92 3 жыл бұрын
Have to correct at 6:45 , although you're using a /24 SNM it's still a class A network since it's in the A class "block". The three private ranges are each in a seperate class btw. 10 A Class 172 B Class 192 C Class
@jmhm17
@jmhm17 3 жыл бұрын
It's using a VLSM, and its called a classless address - that is very much a class C. The beauty of private networks is you can carve them up however you want. You can create any ip space you want you do not need to have a classfull address of 192.168.1.x to only use a /24. You can literally make any subnet a /24 but the rules of subnetting still apply to your host, and network bits. The mask is what determines your network size. Not your network address.
@sticboy
@sticboy 3 жыл бұрын
Literally just hooked up my UDMP and saw this before powering it on - glad I stopped to watch this! always appreciate your videos and have learned so much this year from you a long with network chuck! Cheers!
@Red1Wollip
@Red1Wollip 3 жыл бұрын
Two items....1)I would love to see a video on PIhole setup for dhcp/dns 2)I heard you mention Procurve. My first love of network switches it was :)
@shetuamin
@shetuamin 3 жыл бұрын
Do you have any recommendations vlan switch for use with pfsense?
@TechnoTim
@TechnoTim 3 жыл бұрын
Nice! It's painful to switch but once you do it's well worth it!
@TechnoTim
@TechnoTim 3 жыл бұрын
Oh, and be prepared for the half baked mDNS with UniFI. I've been fighting it work months. Your printer may not be happy.
@CraftComputing
@CraftComputing 3 жыл бұрын
I've got my own mDNS solution ;-)
@travisaugustine7264
@travisaugustine7264 3 жыл бұрын
Jeff: "I probably know the IP address of your router..." Everyone else! OMG!!!... Me...WRONG! LOL
@The_Unexpected_Inquisitor
@The_Unexpected_Inquisitor 3 жыл бұрын
2:43 Yes, every IT guy knows the pain printers bring to us 😃
@DavidOraha
@DavidOraha 3 жыл бұрын
I heard it was bad to use the .local domain suffix, because it can cause issues with mDNS or any apple services?
@Graham_Rule
@Graham_Rule 3 жыл бұрын
Are you only going to do IPv4 networking? How about IPv6? Oh, and I agree about hazy beers often becoming unpleasant after the first few sips.
@dro3m
@dro3m 2 жыл бұрын
IPv6 has very little use in a home network, or even a business network. I mean what are you gonna do with billons of IP addresses?
@joshualynn5250
@joshualynn5250 3 жыл бұрын
how do you manage traffic between vlans? like if you want say devices on you guest network to have access to your plex server on an other vlan. is it just a matter of giving the plex server access to both vlans so that it has one ip address for each vlan?
@beauslim
@beauslim 3 жыл бұрын
"Class C" actually has nothing to do with subnetting of private networks. In the olden times (before the introduction of CIDR in the mid-90s), you would request a "Class C" from the IP address registry and they would assign a publicly routeable block of 255 addresses to you. I mention this because new network admins seem to think that using /24 blocks is something to conform to, when you are probably better off using larger (or smaller) address spaces for different network setups. IPs for DHCP pools, for example, start adding up quick when you have redundant servers.
@miawgogo
@miawgogo 3 жыл бұрын
Thanks for mentioning the history of classful networking in your correction. I was getting very confused why it was being brought up with private networking and when it has been superseded by CIDR.
@tubastud06
@tubastud06 3 жыл бұрын
@@miawgogo Even though classful networking has been effectively dead since 1993, it was still being taught in IP theory classes well after the fact. It was so ingrained in the "old school" instructors minds that they couldn't stop referring to IP classes. This perpetuated well into the 2000s, my first IP theory class instructor went over classful networking then made a proclamation of "But don't worry about any of that stuff I just went over..." I think that within the last 10 years, we've finally seen classful networking not being taught in networking classes. This is actually the first time I've seen someone on the KZbins mention anything about a "Class C" network or any Class for that matter in a long long time.
@obfuscated3474
@obfuscated3474 3 жыл бұрын
Hey, definitely looking forward to a prtg video!
@patrik5123
@patrik5123 3 жыл бұрын
When I switched over to my pfSense box, I set up different physical networks and made pfSense route between them instead. It's not feasable when you need more than however many ports you have, but in my case it was just enough (5+WAN).
@ManuelRodriguez27
@ManuelRodriguez27 3 жыл бұрын
Nice high level video. I'd like to give a heads up. A broadcast on a VLAN gets sent to every switchport the VLAN is assigned to. The switch isn't looking for a specific IP address, but a specific MAC address. All F's in the MAC header in the frame. Unifi makes it very easy but blurs the divide between layer 2 and layer 3. Otherwise great video. I love the topics you bring up!
3 жыл бұрын
you never mention how to set up IGMP Snooping in new VLANs (if possible that is) in a network. I have an IPTV setup box from my isp a having a hard time routing tv through my L3 switch. the tv setup box gets an IP from the router but also receives IP addresses outside the scope from the isp. somehow this isn't working properly or am I missing something?
@MatejDujava
@MatejDujava 3 жыл бұрын
7:15 not quite right. Switch does not care if it's IP broadcast address or not, as they are operating on L2 so IP addresses are left untouched.
@libertycornwell3144
@libertycornwell3144 3 жыл бұрын
Well, now I know what I'M gunna be doing with the home network this next weekend!!! Thank you for the great tutorials. 👍
@David_Ladd
@David_Ladd 3 жыл бұрын
A nice in-depth video on PiHole with this setup would be handy for sure. I myself would love to see it.
@Rhynri
@Rhynri Жыл бұрын
When you mentioned the 192 address space as the default I was like, aww, he doesn't have a Unifi device. But then you set everything up in the exact same UDM Pro I have, so thanks so much for the video! Love your content, it's excellent.
@c187rocks
@c187rocks 3 жыл бұрын
2:44 Somehow that took me back to high school vocab CCNA/A+ in the early 00s.
@shaunehannen
@shaunehannen 3 жыл бұрын
The printer shiver. My god, I felt that. They're the bain of any technical person- myself included.
@bruhatthedesk5118
@bruhatthedesk5118 3 жыл бұрын
No jokes, i could have used this on Monday. Using a UDM to set up a whole school and trying to figure this shit out on the fly! Thanks a million regardless!
@charlesturner897
@charlesturner897 3 жыл бұрын
It raises the question of why are you setting up a school network without knowledge of VLANs?
@marksterling8286
@marksterling8286 3 жыл бұрын
Nice to see VLANs getting promoted. I have used the 10 network range for the last 25 years. And vlans for about 8 years. Really helps trusted stuff, iot stuff, guest, cctv and voice all on separate networks. Networks like guests and iot go out to the internet through a vpn unlike the trusted stuff
@morosis82
@morosis82 3 жыл бұрын
Perfect timing, was going to set something like this up to segment the clients, cameras and servers.
@Dean-rs2nt
@Dean-rs2nt 4 ай бұрын
What are those 2 blue servers on top of the pile beside you ?
@Pheatrix
@Pheatrix 3 жыл бұрын
Perfect timing! I'm currently looking into using VLANs in my home network and have 0 knowledge about them.
@d3xbot
@d3xbot 3 жыл бұрын
"[...] and one printer [shudders]" same. I've managed to keep my printer working pretty well but I don't have room near my router to hard-wire it and its WiFi support is... well... it exists... When I have a non-rented place of my own, I intend to put my printer somewhere where it can reach a network port or switch port so I don't have to worry about the wifi ever again.
@7633J
@7633J 3 жыл бұрын
So glad I stumbled upon your channel! It’s great!
@seths1997
@seths1997 3 жыл бұрын
my former boss told me years ago he once ran out of IP addresses at his house...needless to say it made me pause. later on, he told me whatever was doing dhcp was for some reason not cleaning up address leases and kept using new addresses until the scope was exhausted. good reason for vLANs :)
@PCTechHustle
@PCTechHustle 3 жыл бұрын
Being a network engineer as my day job I particularly enjoyed this video! But for real... you ain’t styling with VLANS until you stretch them across geographic data centers!
@godspoon
@godspoon 3 жыл бұрын
One of these days he's going to hit us with a "..and as of today, I'm Craig"
@kb1qzh
@kb1qzh 3 жыл бұрын
Procurve switch info would be very useful. Especially how to quiet the fans.
@morosis82
@morosis82 3 жыл бұрын
I hear ya there, have recently set up a S5800 24 PoE, it's actually not super loud, but audible while I'm in bed. Fan swap seems to be the gist of quieting it, have yet to open the lid though.
@HarpinHurst
@HarpinHurst 3 жыл бұрын
I only occasionally alter my network settings when I'm dabbling with something new and VLANs have always been semi confusing. You helped clear some stuff up! On a completely separate note, a Four Loko would probably be an entertaining addition as the "post credits scene" drink. Just be prepared for the foggy memory that comes afterwards.
@jrucker2004
@jrucker2004 3 жыл бұрын
just a heads up, some IoT devices can't handle having an IP address outside of the 192.168.X.X range. I can't remember if it was my chromecast or amazon fire stick that threw a fit, but it completely refused to connect to anything when I assigned it a 10.0.0.X address. It threw off all of my plans, and my network still doesn't look the way I want it to look.
@ERIFNOMI
@ERIFNOMI 3 жыл бұрын
I've never had anything complain about my networks in 172.16/16. That includes Chromecasts, google home devices, fire sticks, rokus, android TVs, smart bulbs and plugs, etc.
@TGYK2019
@TGYK2019 3 жыл бұрын
So quick newbie question: how do the devices in one VLAN communicate with those on another? Is there some form of routing involved, hence the need for a DHCP server?
@aoikuroyuri6536
@aoikuroyuri6536 3 жыл бұрын
It's called inter-vlan-routing and it is most of the time handled by a core-router ... It's basically doing the same thing it does between your LAN and WAN but on the same side of the firewall *Yes this is a really short explanation and may trigger someone, I don't care as this is a youtube comment and not a network engineer course
@ronaldmullins8221
@ronaldmullins8221 3 жыл бұрын
I want to make a homelab/managed home network. I've thought about making physical connections between everything, a main DHCP/DNS and have it branch off to data storage/clients/WAPs each with their own subnet. Is a VLAN a better way of networking than that? It's cheaper I know that, less NICs needed per network. Is there a setup where it would be better to physically segregate a network?
@eDoc2020
@eDoc2020 3 жыл бұрын
IMO you'd only need to physically segregate a network if you need SUPER-high security, like NSA level security. However another benefit of using separate cables (but not necessarily physically separate hardware) is that each connection gets its own dedicated bandwidth.
@josephvalencia57
@josephvalencia57 2 жыл бұрын
Just want to say thanks for providing these videos man. Also, I'm a fan of how you go about presenting them. Good stuff my friend!
@ppwb35
@ppwb35 3 жыл бұрын
what thumb mouse is that you are using.
@blancfilms
@blancfilms 3 жыл бұрын
This video is missing information on why to use VLANs ontop of regular subnetting.
@madprofessor9423
@madprofessor9423 3 жыл бұрын
A slightly off topic question, do you have any plans on making a caching server, for games, windows updates, etc, etc?
@EricFrazierFRAZDOG
@EricFrazierFRAZDOG 3 жыл бұрын
I'm with you about the HAZE CRAZE. They don't look like beer, and frustratingly simple. I do have a Managed switch in the mail to help tame my home network. Looking forward to digging in further.
@chrisyoung8062
@chrisyoung8062 Жыл бұрын
I'd love to see how you get pi-hole to provide DHCP for multiple subnets (vlans)? Did you make a video for this?
@maxmeier532
@maxmeier532 Жыл бұрын
I think it's great that this guy literally just tells you what he's typing without explaining why.
@TheJimNicholson
@TheJimNicholson 3 жыл бұрын
Would love to see how to set up something link this with pfSense/OPNsense.
@z0mb1e564
@z0mb1e564 3 жыл бұрын
I started looking for video about setting up vlans last night, nice timing lol
@zakariahforbes1559
@zakariahforbes1559 3 жыл бұрын
Good stuff! What about less common ip ranges reserved for carrier-grade NAT?
@karlfanega3275
@karlfanega3275 3 жыл бұрын
Awesome... I wanted to ask.. Why use pi-hole as DHCP too? Will it be better to use UniFi as DHCP and pi-hole as DNS like your other tutorial?
@strandvaskeren
@strandvaskeren 3 жыл бұрын
So many vlan numbers to pick from and then you pick vlan numbers in the 1002-1005 range which are reserved for token ring and fddi.. You probably don't use either token ring of fddi, but still - thousands of vlans to pick from and you manage to use some of the very few that are reserved for other things.
@ibullard
@ibullard 2 жыл бұрын
What is the knife used in the video thumbnail? I've seen it before and it's driving me crazy that I can't remember.
@holeinthesest
@holeinthesest 3 жыл бұрын
perfect timing on the vid. Been considering a UDM pro. I wasnt sure what vlanning looked like. Tho im still not sure if i want too. As i currently have pfsense virtualized in proxmox with a pcie nic passed through.
@icedkiller686
@icedkiller686 3 жыл бұрын
You are brilliant! Can't wait for the PRTG video
@technicallyme
@technicallyme 2 жыл бұрын
Why do you prefer a class A address ? Just curious Also there are Vlans that are reserved
@haystackdmilith
@haystackdmilith 3 жыл бұрын
Your "progress bar" is a very cool idea :)
@EricLind77
@EricLind77 3 жыл бұрын
I wonder if the flavors you're getting from the hazy IPAs are about temperature. What about cooling more for the initial open and taste and then considering the profile more as it warms? What if you just like hazy IPAs when they're colder?
@sivi151
@sivi151 3 жыл бұрын
Hey Craft! I have a 2gbit downstream with an ISP provided router on fiber, sadly i can't directly interface with the fiber so i need to manage to get the 2gbit out from two different ports on my ISP provided router. Any ways I can archieve to connect to maybe a pfSense router the two etherenet from the ISP router to the server and get the full bandwith out with a 10 gig card to my pc?
@andymcc3059
@andymcc3059 3 жыл бұрын
if you ISP router outputs 2.5 gig over CAT5, you can get an SFP+ or 2.5 gig eithernet card for a switch or router, and connect to it. The UDM pro also supports SFP+ wan on one of its ports. Google 2.5 gig switchs or SFP+ networking.
@sivi151
@sivi151 3 жыл бұрын
@@andymcc3059 it has only 1 gig ports, so you can only get the 2 gigs out on two separate ports sadly , bad engineering from ISP but thats it :/
@marknewton7170
@marknewton7170 3 жыл бұрын
just curious how does your vpn gateway fit into this new Vlan structure?
@bogd_a4639
@bogd_a4639 3 жыл бұрын
should VLAN1 (the defaul vlan) not to be used?
@andymcc3059
@andymcc3059 3 жыл бұрын
also use a UDM pro, have fun trying to get chromecasts to work across Vlan's
@jozefaz
@jozefaz 3 жыл бұрын
That’s cause unifi is pro-Sumer. Mist/juniper/Cisco can do mDNS/bonjour gateway’ing across vlans.
@pedro_8240
@pedro_8240 3 жыл бұрын
It's not the CIDR that determines the class of the network, it's the IP itself, you are just using a mask that is usually used in class C network in a class A network.
@jonbetts8473
@jonbetts8473 3 жыл бұрын
Technically the "A,B,C" CIDR Classes have been deprecated since 2006 with RFC 4632.
@darrenfalconer3267
@darrenfalconer3267 3 жыл бұрын
Wow , I have actually been wanting to research this for a small site. Thanks
@davidstegmuller6438
@davidstegmuller6438 3 жыл бұрын
What is the difference betwenn Subnetwork and vlans?
@tubastud06
@tubastud06 3 жыл бұрын
A subnet is a Layer 3 technology, where a VLAN is a Layer 2 technology. L3 deals with the IP addressing and network side, and L2 deals with the logical part of a network. When you create a VLAN, you are almost always going to create a subnet that is associated with that new VLAN. They go hand-in-hand with each other with the goal of segmenting and breaking up networks into more manageable chunks.
@davidstegmuller6438
@davidstegmuller6438 3 жыл бұрын
@@tubastud06 Now is clear, thank you!
@davidg4512
@davidg4512 3 жыл бұрын
The dog barking analogy was awesome
@homemedia4325
@homemedia4325 3 жыл бұрын
I have just setup a PiHole VM with DHCP and Lancache Monolithic on my home network (st00pid new mobem/router has preset DNS settings - so disabling that DHCP and running my own is superb).
@JasonLeaman
@JasonLeaman 3 жыл бұрын
Good video! 172.x here ! I don't shudder when i se emy Nice Lexmark Printer because "knocks on wood" behaves :)
@JerimiahMayle
@JerimiahMayle 3 жыл бұрын
I've been meaning to do VLANs in my home and homelab but Im lazy and suck at understanding it. I have subnets to divide up things rn though
@d1t183
@d1t183 3 жыл бұрын
I was just trying to plan out how to do this on a udm pro! Perfect timing!
@Jetta4TDIR
@Jetta4TDIR 3 жыл бұрын
Nice, I've been hoping you were going to do PRTG
@allonmessenberg3129
@allonmessenberg3129 3 жыл бұрын
Please teach us how to configure the RPi as a dhcp server.
@voodoovinny7125
@voodoovinny7125 2 жыл бұрын
Did I miss the Pihole DHCP and DNS server for the different VLANs video? Or did the fans not ask nicely enough?
@brwainer
@brwainer 3 жыл бұрын
Pihole doesn’t have GUI support for multiple DHCP ranges, but I am considering putting in the work in the config files manually to set it up. Please do make a video about it if you do this.
@sampuranbanerjee5278
@sampuranbanerjee5278 3 жыл бұрын
Hi,I want to protect my Dedicated servers which host Virtual Private Servers. Unfortunately my data center does not provide it. How would I go about DDoS protecting them? What software would you suggest? I plan to use another server as a mitigation point.
@sharg0
@sharg0 3 жыл бұрын
One important note/warning about using the 10.x.x.x range: Some ISP uses this for clients and/or their own equipment. Don't know how common this is but if you pick the same range as the ISP use you'll run into issues. (I am using a 10... address myself but I have seen these address used both for clients in mobile networks as well as used for routers in ISP's infrastructure.)
@TonyWilliamson77
@TonyWilliamson77 3 жыл бұрын
Actually vlans do not deny multicast traffic @ layer 3 . Refer RFC 7761 .... just isolates broadcast to a single routing domain
@parulbanga007
@parulbanga007 3 жыл бұрын
Is it done on switch or router?
@craigmurray4746
@craigmurray4746 3 жыл бұрын
Both, if you want a device in network 1 to talk to something in network 2. That's where a router or a layer 3 switch comes in. If the VLANS never need to talk to each other, you just need managed layer 2 switches.
@charlesshipman
@charlesshipman 3 жыл бұрын
Over Covid, I used your videos to set up a simple Unifi home network (USG, 8 port unifi poe switch & Nano AP). Would you consider a video on how to set up Unifi to give the BEST possible Zoom meeting experience? I have 300mb Fios, and sometimes, intermittently, my Zoom meetings just come to a crawl or even disconnect. I'm hoping you might have some advice on settings for QoS to prioritize Zoom traffic. I saw something about enabling "Smart Queues ". The info icon says "Prioritizes traffic and reduces delays when the router/bandwidth becomes overloaded" I did that, but I don't really know what it did or if it helped yet. It seems to have reduced my network speed when I do a speed test. I have struggled to find a good video that walks me through this in a way that is easy to follow and understand. Thanks again, and keep up the GREAT work!!
@grantmurdock7385
@grantmurdock7385 3 жыл бұрын
I have grown to appreciate the Procurve switches I have at work.
@gugajedi
@gugajedi 3 жыл бұрын
Love it!!! I'll do it for sure... but please, please, please, do a video on Pi-Hole as DNS and DHCP server for the main network. Just to explain my idea. Here at my home I have a total of 5 computers, 5 portable devices, 3 game consoles, 1 rack server with some virtual servers (one being the Pi-Hole DNS as you teach in the past video), I also have some IP cameras in the network a NVR device for recording the cameras and Smart TV's. Mainly, what I want to achieve here is to separate the Computers, Consoles, Devices from the cameras and some servers. My router is a TP-LINK ER-6120 and it does support VLAN and also is the main DHCP server in my network. I can also use a MikroTik Hex Rb750gr3 but I'm still studding it. My main doubt is about having access to my cameras from different VLAN's, and still have my main network protected. Also, do a video on Pi-Hole DHCP, this is very interesting.
@DoozyBytes
@DoozyBytes 3 жыл бұрын
separating servers from clients can be tricky....you would then rely on the routing capacity of your router to route traffic between networks (unless you have a router on a stick configuration in which your switch is acting as a L3 switch and is doing inter-vlan routing) - this is fine if every vlan has its own physical interface, but becomes tricky if you use the same interface for many many vlans. You avoid broadcasting traffic at the expense of pushing all traffic through the same interface and saturating its bandwidth.
@newart88
@newart88 3 жыл бұрын
Nice video. Thanks.
@diaz.rodolfo
@diaz.rodolfo 3 жыл бұрын
asking nicely.. can you show us how to make a pihole a dhcp/dns server
@FEPLabsRadio
@FEPLabsRadio 3 жыл бұрын
Good video dude. I just got my UDM Pro installed last week, lit up Pi-hole several days ago. I'd love to see your implementation!
@olegurvingurigard8373
@olegurvingurigard8373 3 жыл бұрын
Configured VLAN on mikrotik first time with a point-to-point trunk (WLAN) link to my basement. so technically my server's are on WiFi XD (luckily radios on mikrotik are super stable)
@stevolus2701
@stevolus2701 3 жыл бұрын
Vlans are amazing if done right. If done wrong, like Ive seen, its a nightmare. Ive worked with people who have some weird mindset where they think absolutely everything ever need to be Vlanned off. Vlan for laptops when on ethernet, vlans for laptops when on wifi etc. Too many vlans becomes a support nightmare. I think its more of an older mindset though.
How Do I Backup All My Servers???
19:49
Craft Computing
Рет қаралды 182 М.
You're running Pi-Hole wrong! Setting up your own Recursive DNS Server!
18:02
УЛИЧНЫЕ МУЗЫКАНТЫ В СОЧИ 🤘🏻
0:33
РОК ЗАВОД
Рет қаралды 7 МЛН
БОЙКАЛАР| bayGUYS | 27 шығарылым
28:49
bayGUYS
Рет қаралды 1,1 МЛН
Network Virtual LANs (VLANs), Explained Simply (VLANs, Part 1)
28:38
Doug Johnson Productions
Рет қаралды 162 М.
DO NOT design your network like this!! // FREE CCNA // EP 6
19:36
NetworkChuck
Рет қаралды 3,4 МЛН
What's ACTUALLY running in my Homelab?
19:21
Hardware Haven
Рет қаралды 265 М.
Home Lab Network Security! - vlans, firewall, micro-segmentation
18:29
VirtualizationHowto
Рет қаралды 54 М.
Proxmox NETWORKING: VLANs, Bridges, and Bonds!
25:09
apalrd's adventures
Рет қаралды 167 М.
NEVER install these programs on your PC... EVER!!!
19:26
JayzTwoCents
Рет қаралды 4,5 МЛН
TWISTED: The dramatic history of twisted-pair Ethernet
28:30
The Serial Port
Рет қаралды 384 М.
Learn vLANs, Subnets, and NAT to Improve Your Network Security
31:25
УЛИЧНЫЕ МУЗЫКАНТЫ В СОЧИ 🤘🏻
0:33
РОК ЗАВОД
Рет қаралды 7 МЛН