Hello, I installed Kilo neutron. I can create networks, namespaces are created and neutron-ns-metadata-proxy is running. However, VM's cannot get SSH keys. I've isolated the problem down the network namespace and a particular iptables rule. Here is the iptables rule, it accepts the packets marked with 0x1 and rejects it:
-A neutron-vpn-agen-INPUT -m mark --mark 0x1 -j ACCEPT -A neutron-vpn-agen-INPUT -p tcp -m tcp --dport 8775 -j DROP When I remove the DROP rule, everything works. My question is how are these packages to 169.245.169.254 is marked with 0x1? The iptables rules inside the namespace can be found here: http://paste.ubuntu.com/12237691/ Regards, -- Eren Türkay, System Administrator https://skyatlas.com/ | +90 850 885 0357 Yildiz Teknik Universitesi Davutpasa Kampusu Teknopark Bolgesi, D2 Blok No:107 Esenler, Istanbul Pk.34220
signature.asc
Description: OpenPGP digital signature
_______________________________________________ OpenStack-operators mailing list OpenStack-operators@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators