[Bug 1426280] Re: Devstack (Libvirt driver) install on Ubuntu 14.04.2 floating IPs not working

2015-03-13 Thread Boris Derzhavets
Correct command is :- $ iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE It keeps floating IPs 100% usable and security rules 100% effective Command like :- $ iptables -t nat -A POSTROUTING -s 172.24.4.0/24 -j MASQUERADE disables floating IPs if 172.24.4.0/24 is devstack public network Thank

[Bug 1426280] Re: Devstack (Libvirt driver) install on Ubuntu 14.04.2 floating IPs not working

2015-02-27 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make Ubuntu better. It seems that your bug report is not filed about a specific source package though, rather it is just filed against Ubuntu in general. It is important that bug reports be filed about source packages so that people

[Bug 1426280] Re: Devstack (Libvirt driver) install on Ubuntu 14.04.2 floating IPs not working

2015-02-27 Thread Boris Derzhavets
Typo here, should be :- I ping from 192.169.142.53 (host running stack.sh instance ) floating IP 192.168.10.154 ( private IP 50.0.0.13) . `tcpdump -vv -i eth0` is running inside VM (192.168.10.154, 50.0.0.13) -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1426280] Re: Devstack (Libvirt driver) install on Ubuntu 14.04.2 floating IPs not working

2015-02-27 Thread Boris Derzhavets
Bug update :- On qbra7a715f5-02 ICMP replies from VM are already lost ** Description changed: - $ git clone https://git.openstack.org/openstack-dev/devstack - $ cd devstack - $ ./stack.sh + $ git clone https://git.openstack.org/openstack-dev/devstack + $ cd devstack + $