Open main menu

CDOT Wiki β

Changes

OPS705 Lab 6 (2211)

20 bytes added, 00:50, 7 September 2021
m
Chris.johnson moved page OPS705 Lab 6 to OPS705 Lab 6 (2211) without leaving a redirect
# Create a firewall rule to allow forwarded traffic destined for TCP port 80: <code>iptables -A FORWARD -p tcp --dport 80 -j ACCEPT</code>
# Create a firewall rule to allow forwarded traffic sent from TCP port 80: <code>iptables -A FORWARD -p tcp --sport 80 -j ACCEPT</code>
# Watch your firewall rules and their packet counters with the following command: <code>watch iptables -nvL --line-numbers</code>
# In a browser on your own computer, paste the URL for your Linux VM, adding ''':8080''' to the end of the address, then hit Enter.
# If you've done your work right, the Windows IIS web page should appear!
Submit to Blackboard full-desktop screenshots (PNG/JPG) of the following:
# Browser window showing the Windows IIS page (on your computer, not displayed on your VM).
# SSH session window with your iptables rules listed.(Both normal and NAT rules)
Your professor will review your page directly; the screenshots are a backup in case of catastrophic issues.