Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lxc container network reachability acrosss different physical hosts #2908

Closed
selvakumars3 opened this issue Mar 13, 2019 · 1 comment
Closed

Comments

@selvakumars3
Copy link

Hi All,
I have a question regarding LXC container networking configuration so that I can reach the LXC container from different hosts.
My requirement is I have two hosts , host A and host B and I tried to spawn a lxc container on B , I wanted to reach the lxc container on B from host A.
How it is acheived? your help is greatly appreciated

@stgraber
Copy link
Member

You can bridge to the physical network or use macvlan or ipvlan.

You can also have private bridges with separate subnets and routes place on the host, or even use VPNs or software defined network solutions.

LXC isn't very specific here, all we care about is a working bridge :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants