SuperITMan links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
1 result tagged stackoverflow  ✕
pfsense - Block communication between hosts in the same VLAN - Network Engineering Stack Exchange https://networkengineering.stackexchange.com/questions/52813/block-communication-between-hosts-in-the-same-vlan
Fri Apr 26 22:08:39 2024
QRCode
cluster icon
  • Monitor Network Traffic from Individual Hosts/Devices in pfSense (2.3.x) - ntopng | Digiex : Great tutorial explaining how to use the ntopng tool in order to monitor properly the network usage
  • Network Address Translation — NAT Reflection | pfSense Documentation :
  • Tutorial Pfsense - Configuration Portail Captive [ Étape par étape ] : Another tutorial regarding Captive Portal and other tutorials for pfSense
  • pfSense VLAN Cannot Access Internet - A Troubleshooting Guide - Virtualization Howto :
  • [SOLVED] Different DNS forwarders for VLAN's | Netgate Forum :
thumbnail

Quick summary:

As has already been stated, communication between devices on the same VLAN (or layer-2 segment) does not cross a router but only the switch(es) in between the devices.

Depending on the switches' capabilities, there are several methods to control traffic within a VLAN.

VLAN-based ACLs: packets are filtered when entering a certain VLAN from a port or by layer-3 switching
port-based ACLs: packets are filtered when they are received on a certain port
port-based filtering: packet flows are limited to certain ingress/egress port combinations

ACLs work by permiting or denying certain source/destination IPs, or TCP or UDP ports. E.g. you can permit all devices within the 10.1.2.0/24 to communicate with a server at 10.1.2.10 while denying all other inter-VLAN traffic:

1000 permit ip 10.1.2.0/24 10.1.2.10/32
1010 permit ip 10.1.2.10/32 10.1.2.0/24
1010 deny ip 10.1.2.0/24 10.1.2.0/24
9999 permit ip any any

Port-based filtering works by limiting the client ports to communication with the server and router ports and filtering all else. This is sometimes also called protected ports or source-port filtering where these ports are not allowed to communicate with each other. Port-based filtering doesn't work well across up and downlinks as they cannot distinguish between wanted server and unwanted peer traffic across multiple switches.

pfsense stackoverflow
836 links, including 77 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn