Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


In this Discussion

Ovh Vps - Docker Static Public Ips
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Ovh Vps - Docker Static Public Ips

karanchookaranchoo Member
edited July 2018 in General

Hi
i have few ips on my vps like X.X.X.X/32 but my gateway ip of vps is A.A.A.A

so if i try to add a docker network with my Failover ip and vps gateway , it gives error in portainer , gateway is out of subnet . because of ovh network system , gateway is usually out of ip range.

does anyone have this setup working , what approach you guys using.

Comments

  • vmp32kvmp32k Member
    edited July 2018

    You could try adding a host-route for that gateway:

    ip route add x.x.x.x/32 dev eth0
    or
    ip route add x.x.x.x/32 via your-real-gateway dev eth0

    Thanked by 1ferri
Sign In or Register to comment.