Differences between revisions 21 and 22
Revision 21 as of 2021-08-26 16:46:28
Size: 1382
Editor: scot
Comment:
Revision 22 as of 2021-08-26 16:49:18
Size: 388
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
 1. Download the new scripts: [[attachment:nat]], [[attachment:interface]], [[attachment:list]]
 1. Using !FileZilla or your favorite scp client and login to your server (use the Host=IP address, username=[name given in class] and port=22).
 1. Upload the "nat" file you downloaded. (A real linux person would use wget or some such utility to get it directly from this site to your linux machine if you want try that instead ;-)
 1. On your linux machine issue the commands:
    a. {{{ chmod u+x nat }}}
    a. {{{ chmod u+x list }}}
 1. Now run it {{{./nat -a [your ip address]}}} /* How do you find your IP address? # ifconfig */

Your system is now setup! You can double check this by running {{{ ./list }}} which shows the configuration changes that we just made. Of course you can always just look at the script to see what it did ;-}


=== Troubleshooting ===

So you may have noticed that there is already a nat script on your server. Well it does an extra thing that will cause trouble. If you ran that script you need to edit /etc/network/interfaces and remove the duplicate eth1 information.
In 2021 we are going to use pfSense as our router firewall. Set it up using the diagram above and the instructions in class.

Virtual Network Configuration

Below is a diagram that shows how your virtual network sees the world and how the world sees it. The IP address 10.10.4.X is a place holder for your IP address.

Network Diagram.png

Instructions

In 2021 we are going to use pfSense as our router firewall. Set it up using the diagram above and the instructions in class.

WindowsAdministration/VirtualNetworkConfiguration (last edited 2021-08-26 16:49:18 by scot)