Lab 1.0: Firewall and Work Station
Summary
During this lab I learned how to set up a pfsense firewall and have a working windows 10 computer connect through it. We started with connecting to the Vsphere client to access our virtual machines from there we set up the networking for the Firewall VM. Then turned to the windows VM and changed the hostname and the IPv4 configuration to use the ip of the firewall as the DNS of the workstation. After that and once the connection was set we pinged the Champlain servers to confirm it was connected.
Commands Used
In PfSense, 1 allows you to reassign the network interfaces.
In PfSense, 2 allows you to set the IP interfaces.
whoami
In Windows 10, this command displays who you are logged in as.
hostname
In Windows 10, this command displays the name of the machine.
ping -n 1 champlain.edu
In Windows 10, this command will ping champlain.edu one time.
ipconfig
In Windows 10, this command displays the networking information about the machine.
Last updated