I am trying this tutorial https://www.digitalocean.com/community/tutorials/how-to-set-up-highly-available-haproxy-servers-with-keepalived-and-floating-ips-on-ubuntu-14-04
But After I enable DO Cloud Firewall, my keepalived not working
How to make it work?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hey @hss,
I believe that the Cloud Firewalls do not support this as of the time being.
The best thing to do to get your voice heard regarding this would be to head over to our Product Ideas board and post a new idea, including as much information as possible for what you’d like to see implemented.
In the meantime, what you could do is to setup a firewall on your Droplet itself. You could use
iptables
orufw
for example.Hope that helps!
- Bobby.