Routing IPv4 from a hosting provider to another - TechRepublic
Question
August 4, 2021 at 06:36 PM
ded3l

Routing IPv4 from a hosting provider to another

by ded3l . Updated 4 years, 10 months ago

So I have a VM at a hosting provider with some failover IPs and I want to route an IP to a dedicated server I have with another provider.

I have setup a VXLan tunnel between the VM and the dedicated server. I have added a route to the VM: 146.59.177.94 via 10.10.1.2 dev pve01

146.59.177.94 is the FO IP

10.10.1.2 is the VM-side IP of the VXLan tunnel.

I have also setup an interface with the FO IP on the dedicated. I can ping outside from the dedicated (using the tunnel-side IP from the VM as gateway)

I can ping the FO with the VM but not from outside.

Does someone can help me ?

All Comments