Comment 2 for bug 1797455

Revision history for this message
Harald Jensås (harald-jensas) wrote :

With patches:
 https://review.openstack.org/609858 and https://review.openstack.org/609845 the result is:

Chain POSTROUTING (policy ACCEPT)
target prot opt source destination
RETURN all -- 172.20.0.0/26 172.20.0.0/26 state NEW,RELATED,ESTABLISHED
RETURN all -- 172.20.0.0/26 172.20.0.128/26 state NEW,RELATED,ESTABLISHED
RETURN all -- 172.20.0.0/26 172.20.0.64/26 state NEW,RELATED,ESTABLISHED
RETURN all -- 172.20.0.128/26 172.20.0.0/26 state NEW,RELATED,ESTABLISHED
RETURN all -- 172.20.0.128/26 172.20.0.128/26 state NEW,RELATED,ESTABLISHED
RETURN all -- 172.20.0.128/26 172.20.0.64/26 state NEW,RELATED,ESTABLISHED
RETURN all -- 172.20.0.64/26 172.20.0.0/26 state NEW,RELATED,ESTABLISHED
RETURN all -- 172.20.0.64/26 172.20.0.128/26 state NEW,RELATED,ESTABLISHED
RETURN all -- 172.20.0.64/26 172.20.0.64/26 state NEW,RELATED,ESTABLISHED
MASQUERADE all -- 172.20.0.0/26 anywhere state NEW,RELATED,ESTABLISHED
MASQUERADE all -- 172.20.0.128/26 anywhere state NEW,RELATED,ESTABLISHED
MASQUERADE all -- 172.20.0.64/26 anywhere state NEW,RELATED,ESTABLISHED

Chain FORWARD (policy ACCEPT)
target prot opt source destination
ACCEPT all -- 172.20.0.0/26 anywhere state NEW,RELATED,ESTABLISHED
ACCEPT all -- 172.20.0.128/26 anywhere state NEW,RELATED,ESTABLISHED
ACCEPT all -- 172.20.0.64/26 anywhere state NEW,RELATED,ESTABLISHED
ACCEPT all -- anywhere 172.20.0.0/26 state NEW,RELATED,ESTABLISHED
ACCEPT all -- anywhere 172.20.0.128/26 state NEW,RELATED,ESTABLISHED
ACCEPT all -- anywhere 172.20.0.64/26 state NEW,RELATED,ESTABLISHED