SlideShare una empresa de Scribd logo
1 de 14
Descargar para leer sin conexión
Configuring Netgate Appliance
Integrated Switches
on pfSense 2.4.4
July 2018 Hangout
Jim Pingle
About this Hangout
● Netgate News
● Netgate Hardware with Integrated Switches
● Integrated Switch Capabilities
● Integrated Switch Limitations
● Switch Modes
● Default Switch Configuration
● Configuring the switch and pfSense to use discrete ports
● Other Example Configurations
Netgate News
● 2.4.4 Release Highlights article
– https://www.netgate.com/blog/pfsense-software-version-2-4-4-release-highlights.html
● pfSense Gold content will be free starting with 2.4.4-RELEASE
– See the blog for details https://www.netgate.com/blog/pfsense-gold-free-starting-with-2-4-4.html
– AutoConfigBackup service integrated into 2.4.4 and is free for all
– Book will be free to access
– Hangouts will be migrating to Youtube
– Certified VMWare appliance discontinued, but you can still install from iso and install the tools, just no certification
process run
● XG-7100 Desktop now available for Preorder
– https://www.netgate.com/blog/xg-7100-desktop-available-for-pre-order.html
● 2.4.4 will natively support the MinnowBoard Turbot Dual Ethernet we sell
– Can run CE, not preinstalled, but will install/run and the HDMI issue has been resolved
– https://www.netgate.com/blog/pfsense-2-2-4-on-minnowboard-turbot-dual-ethernet.html
● More new hardware coming very soon!
Netgate Hardware with Integrated Switches
● XG-7100 1U and Desktop
– Marvell 6000 Series
– Switch has 8x 1Gbit/s ports plus 2x internal 2.5Gbit/s uplinks
● SG-3100
– Marvell 6000 Series
– Switch has 4x 1Gbit/s ports plus 1x internal 2.5Gbit/s uplink
● SG-1000
– TI Common Platform Ethernet Switch
– Two ports are on a switch, but primarily useful as LAN+WAN
– This switch is handled differently than the 7100/3100 switches and won’t be covered today
● More devices with switches coming soon!
Integrated Switch Capabilities
● True switch in that traffic between ports in the same group/VLAN
does not get processed by the uplink (pfSense)
● Can work in 802.1q mode or port VLAN mode
● Ports can be configured in one or more groups to effectively have
multiple switches or one large switch
● Ports can be configured as discrete ports, individually
addressable/isolated as if they were separate physical ports
● Supports link aggregation between multiple ports (LAGG) in 2.4.4
● Switch port status shown in the Interfaces widget on the Dashboard
Integrated Switch Limitations
● 128 VLAN tag limit in 802.1q mode on the switch
– Port VLAN mode passes tags, can be used to trunk >128 VLANs to another switch if necessary
● Though the individual port status can be tied to interface status on 2.4.4, it does not yet
affect HA so HA using switch ports is not ideal
– This is still being actively worked on and may be resolved before 2.4.4-RELEASE
● Though the switch supports LAGG, the only supported LAGG mode at this time is Load
Balance – No support for LACP
● Can't set speed/duplex on switch ports at this time
● Restoring from another platform can be tricky due to the differences in interface layouts
– We are working on ways to make this easier, including a switch configuration wizard
– Pre-configure switch and VLANs, take backup, splice switch/VLAN settings from there into old
backup from old hardware, adjust interfaces
Switch Modes
● 802.1q Mode
– Supports multiple VLANs (Up to 128)
– Can send tagged or untagged traffic on a port
– Configurable PVID to set VLAN ID of arriving untagged traffic
– Through the use of VLANs, can effectively make isolated interfaces out of switch ports
– Assign and use VLAN tagged interfaces for discrete ports using the uplink as a VLAN parent
● lagg0 or ix2/ix3 on 7100, mvneta1 on 3100
● Port VLAN Mode
– Retains VLAN tags, does not add or remove them
– Untagged traffic from the uplink (pfSense) is sent untagged
– Ports can be configured in groups similar to separate switches/VLANs
– Assign and use the uplink interface directly to talk to clients sharing a port group with uplink
● lagg0 or ix2/ix3 on 7100, mvneta1 on 3100
Default Switch Configuration
● XG-7100 1U/DT
– 10 switch ports, 8 physical plus 2 uplink
– Uplinks are 2.5Gbit/s ix2 & ix3 configured as lagg0 in pfSense and as LAGG 0 on switch
– Default mode is 802.1q
– First port tied to VLAN 4090 and assigned as WAN
– Remaining ports on VLAN 4091 and assigned as LAN
● SG-3100
– 5 switch ports, 4 physical plus 1 uplink
– Uplink is 2.5Gbit/s, mvneta1
– Default mode is Port VLAN
– Uplink assigned as the pfSense LAN by default
Configuring Discrete Ports
● This assumes a default starting configuration and that all ports will be separate
● Do not perform this configuration from a port on the switch, you will lose connectivity!
– On 7100, configure and use OPT1 (ix0), OPT2 (ix1), or an add-in port
– On 3100, configure and use OPT1 (mvneta0) or WAN (in a lab setup)
● Before staring, need a plan
– What VLANs to use? Which port for which VLAN?
– These VLANs are internal to the switch.
– Packets will be untagged so clients do not need to know VLANs
– If there are other VLANs on the network, these should be different/not conflict.
● For example on an SG-3100
– VLAN 4081 = Port 1, VLAN 4082 = Port 2, VLAN 4083 = Port 3, VLAN 4084 = Port 4
● For 7100, use 4081-4088 for ports 1-8
● These are only suggestions, change to suit your needs!
● Required tasks:
– Configure Switch
– Create VLAN tagged interfaces
– Assign and configure VLAN tagged interfaces
● The switch may be configured before or after the interfaces
Discrete Ports – Switch Configuration
● Interfaces > Switches, VLANs tab
● Check Enable 802.1q VLAN mode, click Save
– SG-3100 needs changed by default, XG-7100 defaults to this mode (and clear out existing entries)
● For each VLAN (4081, 4082, etc) click +Add Tag – For this example, VLAN 4081 for Port 1
– Enter the VLAN Tag for this VLAN (4081)
– Set Member set to the port number decided previously (Port 1)
– For this member entry, Tagged should be unchecked
– Add another member entry for 5 and check Tagged (on 7100, add 9 and 10 as tagged)
● For the uplink so pfSense can talk to that VLAN
– Repeat for each port that will be mapped to a VLAN
● Edit VLAN group 0, remove Member entries for ports that now have individual VLANs
● Switch to the Ports tab
● Click the PVID and change to the corresponding VLAN (e.g. Port 1, PVID 4081), repeat for each port
● Click Save
Discrete Ports – VLAN Tags
● Interfaces > Assignments, VLANs tab
● For each VLAN…
– Click + Add
– Pick mvneta1 for the parent (SG-3100) or lagg0 (XG-7100)
– Set VLAN tag to the one picked earlier (e.g. 4081)
– Click Save
– Repeat for each other port (e.g. 4082, 4083, 4084)
Discrete Ports – Interface Configuration
● Interfaces > Assignments
● Assign each VLAN as its own interface
● For each of these interfaces (OPT3, OPT4, etc)
– Interfaces > OPTx
– Check Enable
– Choose Switch Port to monitor status
– Set an IP address (e.g. 192.168.81.1/24)
– Click Save, Apply Changes
● These now can be used like any other physical port
● You will have to setup DHCP, add firewall rules, and so on, the same as any other interface
● With each port on its own network, no need for the old “LAN”
– Can be disabled, reassigned as one of these ports, etc.
Other Examples
● More documentation on the website
– https://www.netgate.com/docs/pfsense/solutions/xg-7100/switch-overview.html
– https://www.netgate.com/docs/pfsense/solutions/sg-3100/switch-overview.html
● Other common examples:
– All ports on one switch, or discrete ports (already covered)
– Mix of separate and discrete ports (similar to 7100 default configuration)
– Two isolated 4-port switches, each using one uplink (7100)
● In docs above
– Port isolation (clients can reach uplink but not each other)
● https://forum.netgate.com/topic/125336/sg-3100-switch-configuration
– Many other common switch configuration scenarios, varies widely from customer to
customer!
Conclusion
● Questions?
● New Hangout format starting next month, details to come
● Ideas for hangout topics? Post on forum, Reddit, etc

Más contenido relacionado

La actualidad más candente

Cisco commands List for Beginners (CCNA, CCNP)
Cisco commands List for Beginners (CCNA, CCNP)Cisco commands List for Beginners (CCNA, CCNP)
Cisco commands List for Beginners (CCNA, CCNP)DH Da Lat
 
Local DNS with pfSense 2.4 - pfSense Hangout April 2018
Local DNS with pfSense 2.4 - pfSense Hangout April 2018Local DNS with pfSense 2.4 - pfSense Hangout April 2018
Local DNS with pfSense 2.4 - pfSense Hangout April 2018Netgate
 
Layer 2 switching fundamentals(networking)
Layer 2 switching fundamentals(networking)Layer 2 switching fundamentals(networking)
Layer 2 switching fundamentals(networking)welcometofacebook
 
Providing Local DNS with pfSense - pfSense Hangout August 2016
Providing Local DNS with pfSense - pfSense Hangout August 2016Providing Local DNS with pfSense - pfSense Hangout August 2016
Providing Local DNS with pfSense - pfSense Hangout August 2016Netgate
 
Bandwidth Monitoring - pfSense Hangout March 2015
Bandwidth Monitoring - pfSense Hangout March 2015Bandwidth Monitoring - pfSense Hangout March 2015
Bandwidth Monitoring - pfSense Hangout March 2015Netgate
 
Segment Routing Lab
Segment Routing Lab Segment Routing Lab
Segment Routing Lab Cisco Canada
 
Traffic Shaping Basics with PRIQ - pfSense Hangout February 2016
Traffic Shaping Basics with PRIQ - pfSense Hangout February 2016Traffic Shaping Basics with PRIQ - pfSense Hangout February 2016
Traffic Shaping Basics with PRIQ - pfSense Hangout February 2016Netgate
 
MPLS L3 VPN Tutorial, by Nurul Islam Roman [APNIC 38]
MPLS L3 VPN Tutorial, by Nurul Islam Roman [APNIC 38]MPLS L3 VPN Tutorial, by Nurul Islam Roman [APNIC 38]
MPLS L3 VPN Tutorial, by Nurul Islam Roman [APNIC 38]APNIC
 
Spannig tree
Spannig treeSpannig tree
Spannig tree1 2d
 
Spanning Tree Protocol
Spanning Tree ProtocolSpanning Tree Protocol
Spanning Tree ProtocolManoj Gharate
 
Ccna Commands In 10 Minutes
Ccna Commands In 10 MinutesCcna Commands In 10 Minutes
Ccna Commands In 10 MinutesCCNAResources
 
Vxlan deep dive session rev0.5 final
Vxlan deep dive session rev0.5   finalVxlan deep dive session rev0.5   final
Vxlan deep dive session rev0.5 finalKwonSun Bae
 
PLNOG 13: Emil Gągała: EVPN – rozwiązanie nie tylko dla Data Center
PLNOG 13: Emil Gągała: EVPN – rozwiązanie nie tylko dla Data CenterPLNOG 13: Emil Gągała: EVPN – rozwiązanie nie tylko dla Data Center
PLNOG 13: Emil Gągała: EVPN – rozwiązanie nie tylko dla Data CenterPROIDEA
 
How to configure cisco 6500 vss
How to configure cisco 6500 vssHow to configure cisco 6500 vss
How to configure cisco 6500 vssIT Tech
 

La actualidad más candente (20)

Cisco commands List for Beginners (CCNA, CCNP)
Cisco commands List for Beginners (CCNA, CCNP)Cisco commands List for Beginners (CCNA, CCNP)
Cisco commands List for Beginners (CCNA, CCNP)
 
Local DNS with pfSense 2.4 - pfSense Hangout April 2018
Local DNS with pfSense 2.4 - pfSense Hangout April 2018Local DNS with pfSense 2.4 - pfSense Hangout April 2018
Local DNS with pfSense 2.4 - pfSense Hangout April 2018
 
Layer 2 switching fundamentals(networking)
Layer 2 switching fundamentals(networking)Layer 2 switching fundamentals(networking)
Layer 2 switching fundamentals(networking)
 
Providing Local DNS with pfSense - pfSense Hangout August 2016
Providing Local DNS with pfSense - pfSense Hangout August 2016Providing Local DNS with pfSense - pfSense Hangout August 2016
Providing Local DNS with pfSense - pfSense Hangout August 2016
 
EMEA Airheads- Layer-3 Redundancy for Mobility Master - ArubaOS 8.x
EMEA Airheads- Layer-3 Redundancy for Mobility Master - ArubaOS 8.xEMEA Airheads- Layer-3 Redundancy for Mobility Master - ArubaOS 8.x
EMEA Airheads- Layer-3 Redundancy for Mobility Master - ArubaOS 8.x
 
Bandwidth Monitoring - pfSense Hangout March 2015
Bandwidth Monitoring - pfSense Hangout March 2015Bandwidth Monitoring - pfSense Hangout March 2015
Bandwidth Monitoring - pfSense Hangout March 2015
 
Segment Routing Lab
Segment Routing Lab Segment Routing Lab
Segment Routing Lab
 
Traffic Shaping Basics with PRIQ - pfSense Hangout February 2016
Traffic Shaping Basics with PRIQ - pfSense Hangout February 2016Traffic Shaping Basics with PRIQ - pfSense Hangout February 2016
Traffic Shaping Basics with PRIQ - pfSense Hangout February 2016
 
Spanning Tree Protocol Cheat Sheet
Spanning Tree Protocol Cheat SheetSpanning Tree Protocol Cheat Sheet
Spanning Tree Protocol Cheat Sheet
 
MPLS L3 VPN Tutorial, by Nurul Islam Roman [APNIC 38]
MPLS L3 VPN Tutorial, by Nurul Islam Roman [APNIC 38]MPLS L3 VPN Tutorial, by Nurul Islam Roman [APNIC 38]
MPLS L3 VPN Tutorial, by Nurul Islam Roman [APNIC 38]
 
Spannig tree
Spannig treeSpannig tree
Spannig tree
 
Spanning Tree Protocol
Spanning Tree ProtocolSpanning Tree Protocol
Spanning Tree Protocol
 
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
 
Ccna Commands In 10 Minutes
Ccna Commands In 10 MinutesCcna Commands In 10 Minutes
Ccna Commands In 10 Minutes
 
EMEA Airheads- ArubaOS - Cluster Manager
EMEA Airheads- ArubaOS - Cluster ManagerEMEA Airheads- ArubaOS - Cluster Manager
EMEA Airheads- ArubaOS - Cluster Manager
 
Vxlan deep dive session rev0.5 final
Vxlan deep dive session rev0.5   finalVxlan deep dive session rev0.5   final
Vxlan deep dive session rev0.5 final
 
PLNOG 13: Emil Gągała: EVPN – rozwiązanie nie tylko dla Data Center
PLNOG 13: Emil Gągała: EVPN – rozwiązanie nie tylko dla Data CenterPLNOG 13: Emil Gągała: EVPN – rozwiązanie nie tylko dla Data Center
PLNOG 13: Emil Gągała: EVPN – rozwiązanie nie tylko dla Data Center
 
IS-IS Protocol Introduction
IS-IS Protocol IntroductionIS-IS Protocol Introduction
IS-IS Protocol Introduction
 
How to configure cisco 6500 vss
How to configure cisco 6500 vssHow to configure cisco 6500 vss
How to configure cisco 6500 vss
 
EMEA Airheads- Virtual Switching Framework- Aruba OS Switch
EMEA Airheads- Virtual Switching Framework- Aruba OS SwitchEMEA Airheads- Virtual Switching Framework- Aruba OS Switch
EMEA Airheads- Virtual Switching Framework- Aruba OS Switch
 

Similar a Configuring Netgate Appliance Integrated Switches on pfSense 2.4.4 - pfSense Hangout July 2018

Multi-WAN on pfSense 2.3 - pfSense Hangout March 2016
Multi-WAN on pfSense 2.3 - pfSense Hangout March 2016Multi-WAN on pfSense 2.3 - pfSense Hangout March 2016
Multi-WAN on pfSense 2.3 - pfSense Hangout March 2016Netgate
 
Advanced OpenVPN Concepts - pfSense Hangout September 2014
Advanced OpenVPN Concepts - pfSense Hangout September 2014Advanced OpenVPN Concepts - pfSense Hangout September 2014
Advanced OpenVPN Concepts - pfSense Hangout September 2014Netgate
 
CCNA Routing and Switching Lesson 13 - Switching - Eric Vanderburg
CCNA Routing and Switching Lesson 13 - Switching - Eric VanderburgCCNA Routing and Switching Lesson 13 - Switching - Eric Vanderburg
CCNA Routing and Switching Lesson 13 - Switching - Eric VanderburgEric Vanderburg
 
Week 9 VLAN, SISTIM INFORMASI MANAGEMEN
Week 9   VLAN, SISTIM INFORMASI MANAGEMENWeek 9   VLAN, SISTIM INFORMASI MANAGEMEN
Week 9 VLAN, SISTIM INFORMASI MANAGEMENSetyady Peace
 
ccna3mod9_VLAN Trunking Protocol (1).pptx
ccna3mod9_VLAN Trunking Protocol (1).pptxccna3mod9_VLAN Trunking Protocol (1).pptx
ccna3mod9_VLAN Trunking Protocol (1).pptxGiyaShefin
 
Virtual LAN and Vlan Trunking Protocol.pptx
Virtual LAN and Vlan Trunking Protocol.pptxVirtual LAN and Vlan Trunking Protocol.pptx
Virtual LAN and Vlan Trunking Protocol.pptxmarunkumareee77
 
69632 configuring-cat-ip-phone
69632 configuring-cat-ip-phone69632 configuring-cat-ip-phone
69632 configuring-cat-ip-phoneRayan Darine
 
Config Lab L2 EtherChannel 2 Both layer 2 EtherChannel and layer 3 Eth.pdf
Config Lab L2 EtherChannel 2 Both layer 2 EtherChannel and layer 3 Eth.pdfConfig Lab L2 EtherChannel 2 Both layer 2 EtherChannel and layer 3 Eth.pdf
Config Lab L2 EtherChannel 2 Both layer 2 EtherChannel and layer 3 Eth.pdf21stcenturyjammu21
 
Cisco lab, guide to configure interface stp attributes
Cisco lab, guide to configure interface stp attributesCisco lab, guide to configure interface stp attributes
Cisco lab, guide to configure interface stp attributesIT Tech
 
configuration of switch campus network
configuration of switch campus networkconfiguration of switch campus network
configuration of switch campus networksubhash subbu
 
Inter VLAN Routing
Inter VLAN RoutingInter VLAN Routing
Inter VLAN RoutingNetwax Lab
 
pfSense 2.4.4 Short Topic Miscellany - pfSense Hangout August 2018
pfSense 2.4.4 Short Topic Miscellany - pfSense Hangout August 2018pfSense 2.4.4 Short Topic Miscellany - pfSense Hangout August 2018
pfSense 2.4.4 Short Topic Miscellany - pfSense Hangout August 2018Netgate
 
CCNA R&S-13-Spanning Tree Protocol Implementation
CCNA R&S-13-Spanning Tree Protocol ImplementationCCNA R&S-13-Spanning Tree Protocol Implementation
CCNA R&S-13-Spanning Tree Protocol ImplementationAmir Jafari
 
OpenFlow Extensions
OpenFlow ExtensionsOpenFlow Extensions
OpenFlow ExtensionsUS-Ignite
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 4
CCNA (R & S) Module 04 - Scaling Networks - Chapter 4CCNA (R & S) Module 04 - Scaling Networks - Chapter 4
CCNA (R & S) Module 04 - Scaling Networks - Chapter 4Waqas Ahmed Nawaz
 
WEBINAR_23_Basic Etherchannel_Agus Sangra_v1.0.pdf
WEBINAR_23_Basic Etherchannel_Agus Sangra_v1.0.pdfWEBINAR_23_Basic Etherchannel_Agus Sangra_v1.0.pdf
WEBINAR_23_Basic Etherchannel_Agus Sangra_v1.0.pdfRickyNugraha13
 

Similar a Configuring Netgate Appliance Integrated Switches on pfSense 2.4.4 - pfSense Hangout July 2018 (20)

Multi-WAN on pfSense 2.3 - pfSense Hangout March 2016
Multi-WAN on pfSense 2.3 - pfSense Hangout March 2016Multi-WAN on pfSense 2.3 - pfSense Hangout March 2016
Multi-WAN on pfSense 2.3 - pfSense Hangout March 2016
 
3 2
3 23 2
3 2
 
Advanced OpenVPN Concepts - pfSense Hangout September 2014
Advanced OpenVPN Concepts - pfSense Hangout September 2014Advanced OpenVPN Concepts - pfSense Hangout September 2014
Advanced OpenVPN Concepts - pfSense Hangout September 2014
 
RFI
RFIRFI
RFI
 
CCNA Routing and Switching Lesson 13 - Switching - Eric Vanderburg
CCNA Routing and Switching Lesson 13 - Switching - Eric VanderburgCCNA Routing and Switching Lesson 13 - Switching - Eric Vanderburg
CCNA Routing and Switching Lesson 13 - Switching - Eric Vanderburg
 
Week 9 VLAN, SISTIM INFORMASI MANAGEMEN
Week 9   VLAN, SISTIM INFORMASI MANAGEMENWeek 9   VLAN, SISTIM INFORMASI MANAGEMEN
Week 9 VLAN, SISTIM INFORMASI MANAGEMEN
 
Frogger vlan hopping
Frogger vlan hoppingFrogger vlan hopping
Frogger vlan hopping
 
Day 14.2 inter vlan
Day 14.2 inter vlanDay 14.2 inter vlan
Day 14.2 inter vlan
 
ccna3mod9_VLAN Trunking Protocol (1).pptx
ccna3mod9_VLAN Trunking Protocol (1).pptxccna3mod9_VLAN Trunking Protocol (1).pptx
ccna3mod9_VLAN Trunking Protocol (1).pptx
 
Virtual LAN and Vlan Trunking Protocol.pptx
Virtual LAN and Vlan Trunking Protocol.pptxVirtual LAN and Vlan Trunking Protocol.pptx
Virtual LAN and Vlan Trunking Protocol.pptx
 
69632 configuring-cat-ip-phone
69632 configuring-cat-ip-phone69632 configuring-cat-ip-phone
69632 configuring-cat-ip-phone
 
Config Lab L2 EtherChannel 2 Both layer 2 EtherChannel and layer 3 Eth.pdf
Config Lab L2 EtherChannel 2 Both layer 2 EtherChannel and layer 3 Eth.pdfConfig Lab L2 EtherChannel 2 Both layer 2 EtherChannel and layer 3 Eth.pdf
Config Lab L2 EtherChannel 2 Both layer 2 EtherChannel and layer 3 Eth.pdf
 
Cisco lab, guide to configure interface stp attributes
Cisco lab, guide to configure interface stp attributesCisco lab, guide to configure interface stp attributes
Cisco lab, guide to configure interface stp attributes
 
configuration of switch campus network
configuration of switch campus networkconfiguration of switch campus network
configuration of switch campus network
 
Inter VLAN Routing
Inter VLAN RoutingInter VLAN Routing
Inter VLAN Routing
 
pfSense 2.4.4 Short Topic Miscellany - pfSense Hangout August 2018
pfSense 2.4.4 Short Topic Miscellany - pfSense Hangout August 2018pfSense 2.4.4 Short Topic Miscellany - pfSense Hangout August 2018
pfSense 2.4.4 Short Topic Miscellany - pfSense Hangout August 2018
 
CCNA R&S-13-Spanning Tree Protocol Implementation
CCNA R&S-13-Spanning Tree Protocol ImplementationCCNA R&S-13-Spanning Tree Protocol Implementation
CCNA R&S-13-Spanning Tree Protocol Implementation
 
OpenFlow Extensions
OpenFlow ExtensionsOpenFlow Extensions
OpenFlow Extensions
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 4
CCNA (R & S) Module 04 - Scaling Networks - Chapter 4CCNA (R & S) Module 04 - Scaling Networks - Chapter 4
CCNA (R & S) Module 04 - Scaling Networks - Chapter 4
 
WEBINAR_23_Basic Etherchannel_Agus Sangra_v1.0.pdf
WEBINAR_23_Basic Etherchannel_Agus Sangra_v1.0.pdfWEBINAR_23_Basic Etherchannel_Agus Sangra_v1.0.pdf
WEBINAR_23_Basic Etherchannel_Agus Sangra_v1.0.pdf
 

Más de Netgate

Using Google Cloud Identity Secure LDAP with pfSense - Netgate Hangout Octobe...
Using Google Cloud Identity Secure LDAP with pfSense - Netgate Hangout Octobe...Using Google Cloud Identity Secure LDAP with pfSense - Netgate Hangout Octobe...
Using Google Cloud Identity Secure LDAP with pfSense - Netgate Hangout Octobe...Netgate
 
Routed IPsec on pfSense 2.4.4 - pfSense Hangout June 2018
Routed IPsec on pfSense 2.4.4 - pfSense Hangout June 2018Routed IPsec on pfSense 2.4.4 - pfSense Hangout June 2018
Routed IPsec on pfSense 2.4.4 - pfSense Hangout June 2018Netgate
 
Monitoring pfSense 2.4 with SNMP - pfSense Hangout March 2018
Monitoring pfSense 2.4 with SNMP - pfSense Hangout March 2018Monitoring pfSense 2.4 with SNMP - pfSense Hangout March 2018
Monitoring pfSense 2.4 with SNMP - pfSense Hangout March 2018Netgate
 
RADIUS and LDAP on pfSense 2.4 - pfSense Hangout February 2018
RADIUS and LDAP on pfSense 2.4 - pfSense Hangout February 2018RADIUS and LDAP on pfSense 2.4 - pfSense Hangout February 2018
RADIUS and LDAP on pfSense 2.4 - pfSense Hangout February 2018Netgate
 
User Management and Privileges on pfSense 2.4 - pfSense Hangout January 2018
User Management and Privileges on pfSense 2.4 - pfSense Hangout January 2018User Management and Privileges on pfSense 2.4 - pfSense Hangout January 2018
User Management and Privileges on pfSense 2.4 - pfSense Hangout January 2018Netgate
 
Dynamic Routing with FRR - pfSense Hangout December 2017
Dynamic Routing with FRR - pfSense Hangout December 2017Dynamic Routing with FRR - pfSense Hangout December 2017
Dynamic Routing with FRR - pfSense Hangout December 2017Netgate
 
Firewall Best Practices for VoIP on pfSense - pfSense Hangout October 2017
Firewall Best Practices for VoIP on pfSense - pfSense Hangout October 2017Firewall Best Practices for VoIP on pfSense - pfSense Hangout October 2017
Firewall Best Practices for VoIP on pfSense - pfSense Hangout October 2017Netgate
 
Certificate Management on pfSense 2.4 - pfSense Hangout September 2017
Certificate Management on pfSense 2.4 - pfSense Hangout September 2017Certificate Management on pfSense 2.4 - pfSense Hangout September 2017
Certificate Management on pfSense 2.4 - pfSense Hangout September 2017Netgate
 
Backup and Restore with pfSense 2.4 - pfSense Hangout August 2017
Backup and Restore with pfSense 2.4 - pfSense Hangout August 2017Backup and Restore with pfSense 2.4 - pfSense Hangout August 2017
Backup and Restore with pfSense 2.4 - pfSense Hangout August 2017Netgate
 
Server Load Balancing on pfSense 2.4 - pfSense Hangout July 2017
Server Load Balancing on pfSense 2.4 - pfSense Hangout July 2017Server Load Balancing on pfSense 2.4 - pfSense Hangout July 2017
Server Load Balancing on pfSense 2.4 - pfSense Hangout July 2017Netgate
 
Let's Encrypt - pfSense Hangout April 2017
Let's Encrypt - pfSense Hangout April 2017Let's Encrypt - pfSense Hangout April 2017
Let's Encrypt - pfSense Hangout April 2017Netgate
 
Advanced OpenVPN Concepts on pfSense 2.4 & 2.3.3 - pfSense Hangout February 2017
Advanced OpenVPN Concepts on pfSense 2.4 & 2.3.3 - pfSense Hangout February 2017Advanced OpenVPN Concepts on pfSense 2.4 & 2.3.3 - pfSense Hangout February 2017
Advanced OpenVPN Concepts on pfSense 2.4 & 2.3.3 - pfSense Hangout February 2017Netgate
 
Console Menu - pfSense Hangout December 2016
Console Menu - pfSense Hangout December 2016Console Menu - pfSense Hangout December 2016
Console Menu - pfSense Hangout December 2016Netgate
 
OpenVPN as a WAN - pfSense Hangout October 2016
OpenVPN as a WAN - pfSense Hangout October 2016OpenVPN as a WAN - pfSense Hangout October 2016
OpenVPN as a WAN - pfSense Hangout October 2016Netgate
 
DHCP Server - pfSense Hangout September 2016
DHCP Server - pfSense Hangout September 2016DHCP Server - pfSense Hangout September 2016
DHCP Server - pfSense Hangout September 2016Netgate
 
High Availability Part 2 - pfSense Hangout July 2016
High Availability Part 2 - pfSense Hangout July 2016High Availability Part 2 - pfSense Hangout July 2016
High Availability Part 2 - pfSense Hangout July 2016Netgate
 
Connectivity Troubleshooting - pfSense Hangout June 2016
Connectivity Troubleshooting - pfSense Hangout June 2016Connectivity Troubleshooting - pfSense Hangout June 2016
Connectivity Troubleshooting - pfSense Hangout June 2016Netgate
 
NAT on pfSense 2.3 - pfSense Hangout May 2016
NAT on pfSense 2.3 - pfSense Hangout May 2016NAT on pfSense 2.3 - pfSense Hangout May 2016
NAT on pfSense 2.3 - pfSense Hangout May 2016Netgate
 
pfSense 2.3 Preview - pfSense Hangout December 2015
pfSense 2.3 Preview - pfSense Hangout December 2015pfSense 2.3 Preview - pfSense Hangout December 2015
pfSense 2.3 Preview - pfSense Hangout December 2015Netgate
 
Site-to-Site VPNs - pfSense Hangout November 2015
Site-to-Site VPNs - pfSense Hangout November 2015Site-to-Site VPNs - pfSense Hangout November 2015
Site-to-Site VPNs - pfSense Hangout November 2015Netgate
 

Más de Netgate (20)

Using Google Cloud Identity Secure LDAP with pfSense - Netgate Hangout Octobe...
Using Google Cloud Identity Secure LDAP with pfSense - Netgate Hangout Octobe...Using Google Cloud Identity Secure LDAP with pfSense - Netgate Hangout Octobe...
Using Google Cloud Identity Secure LDAP with pfSense - Netgate Hangout Octobe...
 
Routed IPsec on pfSense 2.4.4 - pfSense Hangout June 2018
Routed IPsec on pfSense 2.4.4 - pfSense Hangout June 2018Routed IPsec on pfSense 2.4.4 - pfSense Hangout June 2018
Routed IPsec on pfSense 2.4.4 - pfSense Hangout June 2018
 
Monitoring pfSense 2.4 with SNMP - pfSense Hangout March 2018
Monitoring pfSense 2.4 with SNMP - pfSense Hangout March 2018Monitoring pfSense 2.4 with SNMP - pfSense Hangout March 2018
Monitoring pfSense 2.4 with SNMP - pfSense Hangout March 2018
 
RADIUS and LDAP on pfSense 2.4 - pfSense Hangout February 2018
RADIUS and LDAP on pfSense 2.4 - pfSense Hangout February 2018RADIUS and LDAP on pfSense 2.4 - pfSense Hangout February 2018
RADIUS and LDAP on pfSense 2.4 - pfSense Hangout February 2018
 
User Management and Privileges on pfSense 2.4 - pfSense Hangout January 2018
User Management and Privileges on pfSense 2.4 - pfSense Hangout January 2018User Management and Privileges on pfSense 2.4 - pfSense Hangout January 2018
User Management and Privileges on pfSense 2.4 - pfSense Hangout January 2018
 
Dynamic Routing with FRR - pfSense Hangout December 2017
Dynamic Routing with FRR - pfSense Hangout December 2017Dynamic Routing with FRR - pfSense Hangout December 2017
Dynamic Routing with FRR - pfSense Hangout December 2017
 
Firewall Best Practices for VoIP on pfSense - pfSense Hangout October 2017
Firewall Best Practices for VoIP on pfSense - pfSense Hangout October 2017Firewall Best Practices for VoIP on pfSense - pfSense Hangout October 2017
Firewall Best Practices for VoIP on pfSense - pfSense Hangout October 2017
 
Certificate Management on pfSense 2.4 - pfSense Hangout September 2017
Certificate Management on pfSense 2.4 - pfSense Hangout September 2017Certificate Management on pfSense 2.4 - pfSense Hangout September 2017
Certificate Management on pfSense 2.4 - pfSense Hangout September 2017
 
Backup and Restore with pfSense 2.4 - pfSense Hangout August 2017
Backup and Restore with pfSense 2.4 - pfSense Hangout August 2017Backup and Restore with pfSense 2.4 - pfSense Hangout August 2017
Backup and Restore with pfSense 2.4 - pfSense Hangout August 2017
 
Server Load Balancing on pfSense 2.4 - pfSense Hangout July 2017
Server Load Balancing on pfSense 2.4 - pfSense Hangout July 2017Server Load Balancing on pfSense 2.4 - pfSense Hangout July 2017
Server Load Balancing on pfSense 2.4 - pfSense Hangout July 2017
 
Let's Encrypt - pfSense Hangout April 2017
Let's Encrypt - pfSense Hangout April 2017Let's Encrypt - pfSense Hangout April 2017
Let's Encrypt - pfSense Hangout April 2017
 
Advanced OpenVPN Concepts on pfSense 2.4 & 2.3.3 - pfSense Hangout February 2017
Advanced OpenVPN Concepts on pfSense 2.4 & 2.3.3 - pfSense Hangout February 2017Advanced OpenVPN Concepts on pfSense 2.4 & 2.3.3 - pfSense Hangout February 2017
Advanced OpenVPN Concepts on pfSense 2.4 & 2.3.3 - pfSense Hangout February 2017
 
Console Menu - pfSense Hangout December 2016
Console Menu - pfSense Hangout December 2016Console Menu - pfSense Hangout December 2016
Console Menu - pfSense Hangout December 2016
 
OpenVPN as a WAN - pfSense Hangout October 2016
OpenVPN as a WAN - pfSense Hangout October 2016OpenVPN as a WAN - pfSense Hangout October 2016
OpenVPN as a WAN - pfSense Hangout October 2016
 
DHCP Server - pfSense Hangout September 2016
DHCP Server - pfSense Hangout September 2016DHCP Server - pfSense Hangout September 2016
DHCP Server - pfSense Hangout September 2016
 
High Availability Part 2 - pfSense Hangout July 2016
High Availability Part 2 - pfSense Hangout July 2016High Availability Part 2 - pfSense Hangout July 2016
High Availability Part 2 - pfSense Hangout July 2016
 
Connectivity Troubleshooting - pfSense Hangout June 2016
Connectivity Troubleshooting - pfSense Hangout June 2016Connectivity Troubleshooting - pfSense Hangout June 2016
Connectivity Troubleshooting - pfSense Hangout June 2016
 
NAT on pfSense 2.3 - pfSense Hangout May 2016
NAT on pfSense 2.3 - pfSense Hangout May 2016NAT on pfSense 2.3 - pfSense Hangout May 2016
NAT on pfSense 2.3 - pfSense Hangout May 2016
 
pfSense 2.3 Preview - pfSense Hangout December 2015
pfSense 2.3 Preview - pfSense Hangout December 2015pfSense 2.3 Preview - pfSense Hangout December 2015
pfSense 2.3 Preview - pfSense Hangout December 2015
 
Site-to-Site VPNs - pfSense Hangout November 2015
Site-to-Site VPNs - pfSense Hangout November 2015Site-to-Site VPNs - pfSense Hangout November 2015
Site-to-Site VPNs - pfSense Hangout November 2015
 

Último

DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 

Último (20)

DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 

Configuring Netgate Appliance Integrated Switches on pfSense 2.4.4 - pfSense Hangout July 2018

  • 1. Configuring Netgate Appliance Integrated Switches on pfSense 2.4.4 July 2018 Hangout Jim Pingle
  • 2. About this Hangout ● Netgate News ● Netgate Hardware with Integrated Switches ● Integrated Switch Capabilities ● Integrated Switch Limitations ● Switch Modes ● Default Switch Configuration ● Configuring the switch and pfSense to use discrete ports ● Other Example Configurations
  • 3. Netgate News ● 2.4.4 Release Highlights article – https://www.netgate.com/blog/pfsense-software-version-2-4-4-release-highlights.html ● pfSense Gold content will be free starting with 2.4.4-RELEASE – See the blog for details https://www.netgate.com/blog/pfsense-gold-free-starting-with-2-4-4.html – AutoConfigBackup service integrated into 2.4.4 and is free for all – Book will be free to access – Hangouts will be migrating to Youtube – Certified VMWare appliance discontinued, but you can still install from iso and install the tools, just no certification process run ● XG-7100 Desktop now available for Preorder – https://www.netgate.com/blog/xg-7100-desktop-available-for-pre-order.html ● 2.4.4 will natively support the MinnowBoard Turbot Dual Ethernet we sell – Can run CE, not preinstalled, but will install/run and the HDMI issue has been resolved – https://www.netgate.com/blog/pfsense-2-2-4-on-minnowboard-turbot-dual-ethernet.html ● More new hardware coming very soon!
  • 4. Netgate Hardware with Integrated Switches ● XG-7100 1U and Desktop – Marvell 6000 Series – Switch has 8x 1Gbit/s ports plus 2x internal 2.5Gbit/s uplinks ● SG-3100 – Marvell 6000 Series – Switch has 4x 1Gbit/s ports plus 1x internal 2.5Gbit/s uplink ● SG-1000 – TI Common Platform Ethernet Switch – Two ports are on a switch, but primarily useful as LAN+WAN – This switch is handled differently than the 7100/3100 switches and won’t be covered today ● More devices with switches coming soon!
  • 5. Integrated Switch Capabilities ● True switch in that traffic between ports in the same group/VLAN does not get processed by the uplink (pfSense) ● Can work in 802.1q mode or port VLAN mode ● Ports can be configured in one or more groups to effectively have multiple switches or one large switch ● Ports can be configured as discrete ports, individually addressable/isolated as if they were separate physical ports ● Supports link aggregation between multiple ports (LAGG) in 2.4.4 ● Switch port status shown in the Interfaces widget on the Dashboard
  • 6. Integrated Switch Limitations ● 128 VLAN tag limit in 802.1q mode on the switch – Port VLAN mode passes tags, can be used to trunk >128 VLANs to another switch if necessary ● Though the individual port status can be tied to interface status on 2.4.4, it does not yet affect HA so HA using switch ports is not ideal – This is still being actively worked on and may be resolved before 2.4.4-RELEASE ● Though the switch supports LAGG, the only supported LAGG mode at this time is Load Balance – No support for LACP ● Can't set speed/duplex on switch ports at this time ● Restoring from another platform can be tricky due to the differences in interface layouts – We are working on ways to make this easier, including a switch configuration wizard – Pre-configure switch and VLANs, take backup, splice switch/VLAN settings from there into old backup from old hardware, adjust interfaces
  • 7. Switch Modes ● 802.1q Mode – Supports multiple VLANs (Up to 128) – Can send tagged or untagged traffic on a port – Configurable PVID to set VLAN ID of arriving untagged traffic – Through the use of VLANs, can effectively make isolated interfaces out of switch ports – Assign and use VLAN tagged interfaces for discrete ports using the uplink as a VLAN parent ● lagg0 or ix2/ix3 on 7100, mvneta1 on 3100 ● Port VLAN Mode – Retains VLAN tags, does not add or remove them – Untagged traffic from the uplink (pfSense) is sent untagged – Ports can be configured in groups similar to separate switches/VLANs – Assign and use the uplink interface directly to talk to clients sharing a port group with uplink ● lagg0 or ix2/ix3 on 7100, mvneta1 on 3100
  • 8. Default Switch Configuration ● XG-7100 1U/DT – 10 switch ports, 8 physical plus 2 uplink – Uplinks are 2.5Gbit/s ix2 & ix3 configured as lagg0 in pfSense and as LAGG 0 on switch – Default mode is 802.1q – First port tied to VLAN 4090 and assigned as WAN – Remaining ports on VLAN 4091 and assigned as LAN ● SG-3100 – 5 switch ports, 4 physical plus 1 uplink – Uplink is 2.5Gbit/s, mvneta1 – Default mode is Port VLAN – Uplink assigned as the pfSense LAN by default
  • 9. Configuring Discrete Ports ● This assumes a default starting configuration and that all ports will be separate ● Do not perform this configuration from a port on the switch, you will lose connectivity! – On 7100, configure and use OPT1 (ix0), OPT2 (ix1), or an add-in port – On 3100, configure and use OPT1 (mvneta0) or WAN (in a lab setup) ● Before staring, need a plan – What VLANs to use? Which port for which VLAN? – These VLANs are internal to the switch. – Packets will be untagged so clients do not need to know VLANs – If there are other VLANs on the network, these should be different/not conflict. ● For example on an SG-3100 – VLAN 4081 = Port 1, VLAN 4082 = Port 2, VLAN 4083 = Port 3, VLAN 4084 = Port 4 ● For 7100, use 4081-4088 for ports 1-8 ● These are only suggestions, change to suit your needs! ● Required tasks: – Configure Switch – Create VLAN tagged interfaces – Assign and configure VLAN tagged interfaces ● The switch may be configured before or after the interfaces
  • 10. Discrete Ports – Switch Configuration ● Interfaces > Switches, VLANs tab ● Check Enable 802.1q VLAN mode, click Save – SG-3100 needs changed by default, XG-7100 defaults to this mode (and clear out existing entries) ● For each VLAN (4081, 4082, etc) click +Add Tag – For this example, VLAN 4081 for Port 1 – Enter the VLAN Tag for this VLAN (4081) – Set Member set to the port number decided previously (Port 1) – For this member entry, Tagged should be unchecked – Add another member entry for 5 and check Tagged (on 7100, add 9 and 10 as tagged) ● For the uplink so pfSense can talk to that VLAN – Repeat for each port that will be mapped to a VLAN ● Edit VLAN group 0, remove Member entries for ports that now have individual VLANs ● Switch to the Ports tab ● Click the PVID and change to the corresponding VLAN (e.g. Port 1, PVID 4081), repeat for each port ● Click Save
  • 11. Discrete Ports – VLAN Tags ● Interfaces > Assignments, VLANs tab ● For each VLAN… – Click + Add – Pick mvneta1 for the parent (SG-3100) or lagg0 (XG-7100) – Set VLAN tag to the one picked earlier (e.g. 4081) – Click Save – Repeat for each other port (e.g. 4082, 4083, 4084)
  • 12. Discrete Ports – Interface Configuration ● Interfaces > Assignments ● Assign each VLAN as its own interface ● For each of these interfaces (OPT3, OPT4, etc) – Interfaces > OPTx – Check Enable – Choose Switch Port to monitor status – Set an IP address (e.g. 192.168.81.1/24) – Click Save, Apply Changes ● These now can be used like any other physical port ● You will have to setup DHCP, add firewall rules, and so on, the same as any other interface ● With each port on its own network, no need for the old “LAN” – Can be disabled, reassigned as one of these ports, etc.
  • 13. Other Examples ● More documentation on the website – https://www.netgate.com/docs/pfsense/solutions/xg-7100/switch-overview.html – https://www.netgate.com/docs/pfsense/solutions/sg-3100/switch-overview.html ● Other common examples: – All ports on one switch, or discrete ports (already covered) – Mix of separate and discrete ports (similar to 7100 default configuration) – Two isolated 4-port switches, each using one uplink (7100) ● In docs above – Port isolation (clients can reach uplink but not each other) ● https://forum.netgate.com/topic/125336/sg-3100-switch-configuration – Many other common switch configuration scenarios, varies widely from customer to customer!
  • 14. Conclusion ● Questions? ● New Hangout format starting next month, details to come ● Ideas for hangout topics? Post on forum, Reddit, etc