Ubuntu 16.04 Full Stack Configuration (with Bonding Config): Difference between revisions
Appearance
	
	
Content deleted Content added
| No edit summary | |||
| Line 306: | Line 306: | ||
|  iptables -t nat -A POSTROUTING -o DEV_AA_WAN2_C -m comment --comment NAT -j MASQUERADE |  iptables -t nat -A POSTROUTING -o DEV_AA_WAN2_C -m comment --comment NAT -j MASQUERADE | ||
|  # Default drop everything from outside |  # Default drop everything from outside  | ||
|  # Note that these drops are *important* because we don't reject any traffic in the rules themselves, without these, stuff will be wide open | |||
|  iptables -P FORWARD DROP |  iptables -P FORWARD DROP | ||
|  iptables -P INPUT DROP |  iptables -P INPUT DROP | ||