<div dir="ltr">Hi guys,<div><br></div><div>I've managed to disable NAT by deleting the correct rule. This means all my instances are properly routable no, which is exactly what I want.</div><div><br></div><div style>To do this, I'm using </div>
<div style><br></div><div style>iptables -vnL -t nat --line-numbers </div><div style><br></div><div style>to get the rule number from the nova-network-snat chain and deleting it using:</div><div style><br></div><div style>
iptables -t nat -D nova-network-snat <num><br></div><div style><br></div><div style>My question is when and where are those snat rules created, so that I can prevent them from being setup in the first place.</div><div style>
<br></div><div style>Kind regards</div><div style><br></div><div style> -- joe.</div><div style><br></div></div>