Questions tagged [vlan]

VLAN or Virtual Lan is the name of the protocol standard from IEEE to 802.1q, which specifies the ethernet requisites to implement an independent area of a LAN isolated from another LAN with a tag on ethernet protocol(Layer 2).

A Virtual LAN, commonly known as VLAN is a logically independent network. Several VLANs can co-exist on the same switch (switch) in order to divide a local area network (physical) network in more than one (virtual), creating separate broadcast domains. A VLAN also makes it possible to put in the same broadcast domain, hosts with different physical locations and connected to different switches. Another purpose of a virtual network is to restrict access to network resources without considering the network topology, but this method is questionable.

Virtual LANs operate at Layer 2 of the OSI model. However, a VLAN is usually configured to map directly to a network or IP subnet, which gives the impression that the layer 3 is involved.

435 questions
93
votes
5 answers

What is the difference between a VLAN and a subnet?

I have read numerous forums and articles regarding VLANs and subnets. However, I haven't understood the functions of each apart from the following: Subnets allow the segmentation of a network VLANs are an isolated portion of a…
40
votes
3 answers

How to Ditch CenturyLink Fiber "Modem"

How can I ditch the rented router CenturyLink gave me and use my own router with CenturyLink Fiber internet? Can I use routers like Orbi or Google Wifi that don't support VLAN tagging?
user96136
8
votes
2 answers

TP-Link TL-SG108E - VLANs to separate one device from all others

I have a typical home network comprised of an ASUS RT-N16 router running DD-WRT, and a handful of wired and wireless clients. New to the network is a Raspberry Pi which will be used by a team for a school project I am working on. The Pi is set up to…
TroyDowling
  • 138
  • 1
  • 1
  • 7
6
votes
1 answer

How to Connect two LANs?

I have the following LANs: LAN A IP Range: 192.168.1.x Subnet Mask: 255.255.255.0 Default Gateway: 192.168.1.1 In LAN A using a NetGear Router (Model WGR614v9) I am connected with WAN. Router B (TP-Link TL-WR741N) is connected with Router A…
Tareq
  • 169
6
votes
1 answer

Difference between VPN and VLAN

Just curious about know is there any difference between VPN and VLAN? If yes how? Is it possible to setup VLAN and VPN if I have these equipments? I have - 1 dell laptop with wired and wireless lan card, One iPad2, One samsung galaxy S mobile, One…
6
votes
2 answers

VLC is unable to open the MRL 'file:///dev/video0'. Check the log for details

I'm using Ubuntu 16.04 with VLC 3.0.4 (Vetinari). I want to use VLC 3.0.4 with an USB camera for rendering. VLC says VLC is unable to open the MRL 'file:///dev/video0'. Check the log for detail. Google search was a bit helpful regarding this but…
6
votes
4 answers

Router cannot ping an IP-Camera attached to a switch

My router cannot ping an IP-Camera attached to a switch. Therefore I cannot reach this IP-Camera from over the internet using port forwarding. Other PCs can ping the IP-Camera within the network. The router cannot. The IP-Camera is connected to the…
Valamas
  • 1,555
  • 6
  • 28
  • 44
5
votes
2 answers

how to split up network into two subnets with only one router

I have one router on my home network. This acts as the main WiFi access point for all devices, as well as being connected to a simple switch for my home lab. I would like to be able to isolate my home lab onto a different subnet, where all machines…
Hamza
  • 51
5
votes
2 answers

Extract video frames display time and frame number

I would like to extract each frame and its display time. The purpose will be to later compare the output between two videos (reference/original video and the transmitted video) and see what frames are missing. I plan on using Big Buck Bunny…
5
votes
2 answers

How do I use a single wireless adapter for both an access point and client on Raspberry Pi?

I have been able to create a wireless access point on my Raspberry Pi using a USB Wi-Fi dongle using hostapd on wlan0. What I would like to be able to do is have the access point be on some virtual interface (i.e. wlan0:1) or vlan (wlan0.123) and…
Gabe
  • 171
  • 1
  • 1
  • 5
5
votes
1 answer

VLAN configuration utility in Windows 7

Is there any equivalent of Linux vconfig utility in Windows 7? From reading Wireshark docs, I see that Windows doesn't have any built in support mechanism for VLAN. How can you setup Windows workstations in a multi-homed VLAN environment?
TiCL
  • 453
5
votes
2 answers

How to setup VLAN from Mac OS Mojave using terminal

I need to create a VLAN in order to be able to ssh from my macbook to another computer(Comp1). My macbook is connected to this computer(Comp1) peer to peer using ethernet cable. If this computer(Comp1) was connected to my ubuntu machine, I would…
Rose
  • 151
5
votes
2 answers

Difference between DMZ and VLAN

I would like to know the difference between a DMZ and a VLAN (either a private or community VLAN). It would be wonderful if you could help me out! Thanks in advance!
5
votes
0 answers

Use systemd to start ppp on a VLAN on boot

I'm replacing my consumer router/AP with a linux box. My consumer router dialed in to my ISP via a PPPoE link on a tagged VLAN. I have a working setup configured where ppp uses the tagged device enp7s0.201 and it runs fine until I reboot. When…
Huckle
  • 628
  • 1
  • 8
  • 24
5
votes
1 answer

How to get LACP teaming and VLANs working again after Windows 10 version 1511 upgrade?

I have Intel PRO/1000 PT dual port gigabit adapter. I installed Windows 7 drivers in my Windows 10 computer, and they were working fine, both LACP and multiple VLANs were working properly. Now, my Windows 10 computer was "upgraded" to Windows 10…
haimg
  • 23,153
  • 17
  • 83
  • 117
1
2 3
28 29