no service running at port 9697
Here is my problem
$ sudo ip netns exec qrouter-429424ce-6d82-49cc-bc6a-9dc5236ba313 iptables-save | grep 169
-A neutron-l3-agent-PREROUTING -d 169.254.169.254/32 -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 9697
$ sudo ip netns exec qrouter-429424ce-6d82-49cc-bc6a-9dc5236ba313 netstat -pantu | grep 9697
So somehow i don't see any service running at port 9697 when i check the namespace. I am using juno, wtih neutron + gre settings.
$ ps -efl | grep neutron
5 S root 370 1 0 80 0 - 23678 ep_pol Mar26 ? 00:00:02 /usr/bin/python /usr/bin/neutron-ns-metadata-proxy --pid_file=/var/lib/neutron/external/pids/1d518823-dd8e-4308-a41c-5338cfe3e6af.pid --metadata_proxy_socket=/var/lib/neutron/metadata_proxy --network_id=1d518823-dd8e-4308-a41c-5338cfe3e6af --state_path=/var/lib/neutron --metadata_port=80 --log-file=neutron-ns-metadata-proxy-1d518823-dd8e-4308-a41c-5338cfe3e6af.log --log-dir=/var/log/neutron
4 S neutron 6054 1 0 80 0 - 29574 ep_pol 10:00 ? 00:00:00 /usr/bin/python /usr/bin/neutron-l3-agent --config-file=/etc/neutron/neutron.conf --config-file=/etc/neutron/l3_agent.ini --config-file=/etc/neutron/fwaas_driver.ini --log-file=/var/log/neutron/l3-agent.log
0 S open 8473 4669 0 80 0 - 2616 pipe_w 10:21 pts/0 00:00:00 grep --color=auto neutron
4 S neutron 9138 1 0 80 0 - 27906 ep_pol Mar27 ? 00:05:34 /usr/bin/python /usr/bin/neutron-dhcp-agent --config-file=/etc/neutron/neutron.conf --config-file=/etc/neutron/dhcp_agent.ini --log-file=/var/log/neutron/dhcp-agent.log
5 S nobody 9184 1 0 80 0 - 7050 poll_s Mar27 ? 00:00:00 dnsmasq --no-hosts --no-resolv --strict-order --bind-interfaces --interface=tap83f31177-be --except-interface=lo --pid-file=/var/lib/neutron/dhcp/1d518823-dd8e-4308-a41c-5338cfe3e6af/pid --dhcp-hostsfile=/var/lib/neutron/dhcp/1d518823-dd8e-4308-a41c-5338cfe3e6af/host --addn-hosts=/var/lib/neutron/dhcp/1d518823-dd8e-4308-a41c-5338cfe3e6af/addn_hosts --dhcp-optsfile=/var/lib/neutron/dhcp/1d518823-dd8e-4308-a41c-5338cfe3e6af/opts --leasefile-ro --dhcp-range=set:tag0,172.16.4.0,static,86400s --dhcp-lease-max=256 --conf-file=/etc/neutron/dnsmasq-neutron.conf --domain=openstacklocal
5 S nobody 9187 1 0 80 0 - 7050 poll_s Mar27 ? 00:00:00 dnsmasq --no-hosts --no-resolv --strict-order --bind-interfaces --interface=tap9e0f9bde-3c --except-interface=lo --pid-file=/var/lib/neutron/dhcp/79811367-b27d-4efd-83c9-902bd5c78aed/pid --dhcp-hostsfile=/var/lib/neutron/dhcp/79811367-b27d-4efd-83c9-902bd5c78aed/host --addn-hosts=/var/lib/neutron/dhcp/79811367-b27d-4efd-83c9-902bd5c78aed/addn_hosts --dhcp-optsfile=/var/lib/neutron/dhcp/79811367-b27d-4efd-83c9-902bd5c78aed/opts --leasefile-ro --dhcp-range=set:tag0,172.16.3.0,static,86400s --dhcp-lease-max=256 --conf-file=/etc/neutron/dnsmasq-neutron.conf --domain=openstacklocal
4 S neutron 12591 1 0 80 0 - 28058 ep_pol Mar13 ? 00:04:49 /usr/bin/python /usr/bin/neutron-lbaas-agent --config-file=/etc/neutron/lbaas_agent.ini --config-file=/etc/neutron/neutron.conf --log-file=/var/log/neutron/lbaas-agent.log
4 S neutron 14606 1 0 80 0 - 57192 ep_pol Apr28 ? 00:03:56 /usr/bin/python /usr/bin/neutron-server --config-file /etc/neutron/neutron.conf --log-file /var/log/neutron/server.log --config-file /etc/neutron/plugins/ml2/ml2_conf.ini
4 S neutron 14656 1 0 80 0 - 26708 ep_pol Apr28 ? 00:03:07 /usr/bin/python /usr/bin/neutron-openvswitch-agent --config-file=/etc/neutron/neutron.conf --config-file=/etc/neutron/plugins/ml2/ml2_conf.ini --log-file=/var/log/neutron/openvswitch-agent.log
4 S root 14814 14656 0 80 0 - 15524 poll_s Apr28 ? 00:00:00 sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf ovsdb-client monitor Interface name,ofport --format=json
4 S root 14816 ...