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

Two instances launched from the same image do not get an IP #61

Open
Bobarshad opened this issue Feb 14, 2019 · 0 comments
Open

Two instances launched from the same image do not get an IP #61

Bobarshad opened this issue Feb 14, 2019 · 0 comments

Comments

@Bobarshad
Copy link

I have two Images bionic-lxd and xenial-lxd. when creating two instances by attaching an internal interface from one of these images, just one instance getting IP.
+-------------------+---------+------------------+------+------------+-----------+
| NAME | STATE | IPV4 | IPV6 | TYPE | SNAPSHOTS |
+-------------------+---------+------------------+------+------------+-----------+
| instance-00000008 | RUNNING | 10.5.5.10 (eth0) | | PERSISTENT | 0 |
+-------------------+---------+------------------+------+------------+-----------+
| instance-0000000c | RUNNING | | | PERSISTENT | 0 |
+-------------------+---------+------------------+------+------------+-----------+

When making two instances from different image both instances will get IP and work.
+-------------------+---------+------------------+------+------------+-----------+
| instance-00000008 | RUNNING | 10.5.5.10 (eth0) | | PERSISTENT | 0 |
+-------------------+---------+------------------+------+------------+-----------+
| instance-0000000c | RUNNING | 10.5.5.8 (eth0) | | PERSISTENT | 0 |
+-------------------+---------+------------------+------+------------+-----------+

When attaching an external interface in every case using the same or different images it does not work, I mean none of them getting IP.
In all the above scenarios, the horizon shows everting it looks fine.

@Bobarshad Bobarshad changed the title Two instances launched from the image do not get an IP Two instances launched from the same image do not get an IP Feb 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant