Skip to content

Can I bind foundationdb to 0.0.0.0 #12715

@shivdeepak

Description

@shivdeepak

I am trying to figure out how to make the foundation DB accessible via the EC2 instance's public IP. Looks like I can only bind the foundation DB to network interfaces that are exposed within the instance, i.e., the ones that show up when I run the `ip a ' command. EC2 instances don't expose public IPs; instead, they perform Network Address Translation (NAT) from a public IP to the EC instance's private IP.

Meaning I cannot bind fdbserver to the instance's public IP. If it were any other server, I could just bind it to 0.0.0.0 and be good to go. But I am not able to do that with Foundation DB.

Here are my questions:

  1. Is there a way to bind fdbserver on 0.0.0.0?
  2. is it possible to host an FDB server/cluster on ec2 instances with their public ips?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions