Hi there,
I'm a networking student so there is still much for me to learn. I'm trying to build out a lab where I can learn more on the network & sys admin side. In addition I'm wanting to use it as a blue team lab to prepare for a collegiate cyber defense competition.
Everything is running in VMWare Workstation.
My topology is as follows:
- pfSense firewall VM with two virtual network adapters
- WAN (eth0) adapter is in bridge mode and set up with DHCP to simulate a dynamic ISP connection. Network is 192.168.88.0/24 with the gateway (my home router) 192.168.88.1
- LAN (eth1) adapter is host-only and set up with static IP on 192.168.10.2/24
- VyOS router with two virtual adapters
- eth0 is connected to the same network as pfSense LAN interface. VyOS IP is static 192.168.10.3/24
- eth1 is configured with static IP on network 192.168.20.1/24
- Static router is...