Changes

Jump to: navigation, search

OPS705 Lab 4

43 bytes added, 20:42, 29 January 2023
Part 2: Port Forwarding Using NAT
# Set up NAT for all forwarded traffic: <code>iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE</code>
# Confirm your new NAT table rules with the command from Step 4.
# Once confirmed, save your updated rules!
== Part 3: Adding Forwarding Firewall Rule Exceptions ==

Navigation menu