-
- Enthusiast
- Posts: 94
- Liked: 3 times
- Joined: Jan 03, 2017 8:15 pm
- Full Name: Mohamed Lrhazi
- Contact:
Restore to ec2: How does IP addressing work?
So we backup our VMs, mostly MS Windows, and offload to S3. I know we have the option to directly restore to ec2.
Our VMs all have their IPs assigned statically.... How would you fix the network config in ec2? Do you restore, then console in and change the NIC to DHCP?
Can this be automated somehow?
Our VMs all have their IPs assigned statically.... How would you fix the network config in ec2? Do you restore, then console in and change the NIC to DHCP?
Can this be automated somehow?
-
- Veeam Software
- Posts: 170
- Liked: 43 times
- Joined: Mar 19, 2016 10:57 pm
- Full Name: Eugene Kashperovetskyi
- Location: Chicago, IL
- Contact:
Re: Restore to ec2: How does IP addressing work?
Creating a new Amazon VPC with the matching IP subnet would make the static IPs already assigned to the VMs valid. Is that an option in your scenario?
Eugene K
VMCA, VCIX-DCV, vExpert
VMCA, VCIX-DCV, vExpert
-
- Enthusiast
- Posts: 94
- Liked: 3 times
- Joined: Jan 03, 2017 8:15 pm
- Full Name: Mohamed Lrhazi
- Contact:
Re: Restore to ec2: How does IP addressing work?
That would be great! is that an option? if my VMs are not using DHCP, would it just work still? I thought ec2 assumes instances are using dhcp and honoring the assigned IPs?
-
- Enthusiast
- Posts: 94
- Liked: 3 times
- Joined: Jan 03, 2017 8:15 pm
- Full Name: Mohamed Lrhazi
- Contact:
Re: Restore to ec2: How does IP addressing work?
Actually, it does not look like I could even console in, to manually fix the network config!
How do people do "restore to ec2" ? is DHCP assumed to be used?
How do people do "restore to ec2" ? is DHCP assumed to be used?
-
- VP, Product Management
- Posts: 6035
- Liked: 2860 times
- Joined: Jun 05, 2009 12:57 pm
- Full Name: Tom Sightler
- Contact:
Re: Restore to ec2: How does IP addressing work?
When you perform the restore to EC2 part of the import/conversion process adds a new NIC adapter and, since this is a new adapter vs the one used on-premises, it is configured for DHCP so it will pick up the new address from the associated VPC. For example, in my lab I have a system with a static IP of 192.160.10.12 using a VMXNET3 virtual NIC, however, when I restore that system to EC2 and select a VPC, which uses 172.16.10.0/24, the restored system ends up with a new virtual NIC which pulls it's IP address from that VPC pool.
-
- Enthusiast
- Posts: 97
- Liked: 21 times
- Joined: Oct 05, 2021 3:55 pm
- Contact:
Re: Restore to ec2: How does IP addressing work?
Restoring to EC2 with static IPs is a bit more complicated than I would like, but I have accomplished it through a lot of trial and error.
- First, you need to create a VPC with a matching subnet (i.e.: if you on-premise LAN is 192.168.1.1/24, create a VPC with this exact same subnet as well.
- Next, restore a VM to EC2 choosing the correct subnet.
- Once the VM is restored, there is an option under the instance's networking to set the static IP. You have to set the static IP manually since the network adapter assigned to the instance is "new" and therefore doesn't inherit the static IP.
- Or, you can boot the restored VM and it will be assigned a random IP via DHCP in your subnet. Then, since you realized you cannot remote into it (your restored VM doesn't have the necessary EC2 stuff set for this to work), you can deploy an AWS Windows Server instance (which will have RDP working), make the newly deployed instance publicly accessible, remote into it, then remote into your restored VM, and finally assign a static IP using Windows.
-
- Enthusiast
- Posts: 94
- Liked: 3 times
- Joined: Jan 03, 2017 8:15 pm
- Full Name: Mohamed Lrhazi
- Contact:
Re: Restore to ec2: How does IP addressing work?
Thanks guys! I have been googling and am surprised I could not find much about this! I would have assumed it's a solved issue (and a common use case)!
-
- Enthusiast
- Posts: 94
- Liked: 3 times
- Joined: Jan 03, 2017 8:15 pm
- Full Name: Mohamed Lrhazi
- Contact:
Re: Restore to ec2: How does IP addressing work?
It turns out you cannot change the primary private IP assigned to an instance after it was launched.
It seems when the instance is created by Veeam, even as I checked "Do not power it on"... it is still past the "launch" phase and won't let me change the IP.
It seems when the instance is created by Veeam, even as I checked "Do not power it on"... it is still past the "launch" phase and won't let me change the IP.
-
- Service Provider
- Posts: 10
- Liked: 3 times
- Joined: Dec 06, 2010 1:23 pm
- Contact:
Re: Restore to ec2: How does IP addressing work?
Hello everyone,
I assume that the this "issue" is not resolved yet because we get the same behaviour in our "restore to ec2" test.
Please let me know if anyone has any update on the matter.
Regards.
I assume that the this "issue" is not resolved yet because we get the same behaviour in our "restore to ec2" test.
Please let me know if anyone has any update on the matter.
Regards.
-
- Lurker
- Posts: 1
- Liked: never
- Joined: Apr 23, 2019 10:56 am
- Full Name: Stefan Bertram
- Location: Germany
- Contact:
Re: Restore to ec2: How does IP addressing work?
Hello Veeam Team,
Feature Request:
We as Veeam Partner would like to get involved in the topic and ask you to put it on the roadmap and prioritize it. In Germany, we always have the requirement to restore to EC2 or Azure (AVM Azure Virtual Machines).
As a Veeam partner, we would like to request that the original IP addresses from the on-prem environment can be set/used in the new network adapter during the VBR restore to AWS EC2.
Is this sufficient as a feature request, or should we create an extra topic for it (as with other feature requests)?
Best regards,
Stefan
Feature Request:
We as Veeam Partner would like to get involved in the topic and ask you to put it on the roadmap and prioritize it. In Germany, we always have the requirement to restore to EC2 or Azure (AVM Azure Virtual Machines).
As a Veeam partner, we would like to request that the original IP addresses from the on-prem environment can be set/used in the new network adapter during the VBR restore to AWS EC2.
Is this sufficient as a feature request, or should we create an extra topic for it (as with other feature requests)?
Best regards,
Stefan
Last edited by david.domask on Aug 21, 2024 11:51 am, edited 2 times in total.
Reason: Merged duplicate posts of same request to single post
Reason: Merged duplicate posts of same request to single post
-
- Veeam Software
- Posts: 49
- Liked: 19 times
- Joined: Feb 10, 2020 1:48 pm
- Full Name: Marina Skobeleva
- Contact:
Re: Restore to ec2: How does IP addressing work?
Hi Stefan,
We are actively working on extending this option in upcoming releases of Veeam B&R, so stay tuned.
Thanks!
Thank you for your product feedback, we already have this feature request in our roadmap.As a Veeam partner, we would like to request that the original IP addresses from the on-prem environment can be set/used in the new network adapter during the VBR restore to AWS EC2
We are actively working on extending this option in upcoming releases of Veeam B&R, so stay tuned.
Thanks!
Who is online
Users browsing this forum: No registered users and 38 guests