You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pfSense CE 2.8.1 deployed as a perimeter firewall on VMware — WAN/LAN/OPT1 interfaces, firewall rules, aliases, hybrid NAT, port forwarding, static routing, and DNS resolver — protecting a full enterprise lab topology.
📋 Project Overview
This project deploys pfSense Community Edition 2.8.1 as a perimeter firewall and internet gateway for an entire virtualized enterprise lab. pfSense sits at the network boundary — all internet-bound traffic from GNS3 virtual devices, Ubuntu Server, Windows Server DC01, and the physical host passes through pfSense for NAT, firewall inspection, and routing.
🏗️ Network Architecture
Internet
|
VMware NAT (192.168.58.0/24)
|
pfSense WAN (em0) — 192.168.58.140 (DHCP)
|
pfSense LAN (em2) — 10.10.10.2 ← Lab network gateway (VMnet4)
pfSense OPT1 (em1) — 192.168.10.254 ← Management GUI (VMnet1)
|
Protected Lab Infrastructure:
├── GNS3 Enterprise Topology (via static routes → HQ Router 203.0.113.1)
├── Ubuntu Server 24.04 (Apache web server — port forwarded on WAN:80)
├── Windows Server 2022 DC01
└── Physical host PC
🛠️ Technologies & Features
Category
Implementation
Platform
pfSense CE 2.8.1-RELEASE (FreeBSD 15.0), VMware Workstation Pro 25
Interfaces
WAN (NAT), LAN (VMnet4 — 10.10.10.2/24), OPT1 (VMnet1 — 192.168.10.254/24)
Firewall Rules
Default deny WAN, allow LAN, Anti-Lockout rule
Aliases
IP aliases (server groups), port aliases (web + admin ports)
NAT
Hybrid Outbound NAT — manual rules for all internal subnets
Port Forwarding
WAN:80 → Ubuntu Server (192.168.100.10:80)
Static Routing
Routes to GNS3 topology via HQ router gateway (203.0.113.1)