1,576
edits
Changes
→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 ==