Howdy, Stranger!

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


oneprovider additional IP cannot work
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.

oneprovider additional IP cannot work

I bought a dedicated server and 1 additional IP from it
IP query found that this server belongs to online.net
I try to use additional IP in VPS in esxi
But it doesn't work

Here's my configuration
auto eth0
iface eth0 inet static
address 62.210.xx.xx
netmask 255.255.255.255
broadcast 62.210.xx.xx
post-up route add 195.154.xxx.x dev eth0
post-up route add default gw 195.154.xxx.x
post-down route del 195.154.xxx.x dev eth0
post-down route del default gw 195.154.xxx.x

195.154.xxx.x is man is gateway
62.210.xx.xx is additional ip

I added IP generated MAC address configuration, and to my VPS
It still can't work
I submit a support, but did not get effective results
Some people have successfully configured additional IP, can you tell me how to configure?

Comments

  • ClouviderClouvider Member, Patron Provider
    edited November 2017

    Have you contacted OneProvider ?
    If they do a messy network, they surely have people there to help set things up.

  • Which os do you use on the VM?

  • @FoxelVox said:
    Which os do you use on the VM?

    ubuntu16
    The NIC name has been changed to ens32, but it still doesn't work

  • @Clouvider said:
    Have you contacted OneProvider ?
    If they do a messy network, they surely have people there to help set things up.

    I contacted support, but they didn't solve it
    This problem has lasted for 3 days
    They gave me a note, a online document, a sample
    But there is no solution to this problem, I tried all their schemes, are unable to work

  • Hello,

    I would recommend you remove some of the layers of complexity here.

    Remove the VPS from the equation by using the additional IP as a vmkernel port on ESXi if you can to prove the IP at least works.

    On your VPS can you confirm whether you can ping the gateway? Ping the hypervisor(esxi) etc?

  • ClouviderClouvider Member, Patron Provider

    @shirakun2 said:

    @Clouvider said:
    Have you contacted OneProvider ?
    If they do a messy network, they surely have people there to help set things up.

    I contacted support, but they didn't solve it
    This problem has lasted for 3 days
    They gave me a note, a online document, a sample
    But there is no solution to this problem, I tried all their schemes, are unable to work

    Then I guess you need to find a provider that has a solid network and actually cares.

  • @casualjoe said:
    Hello,

    I would recommend you remove some of the layers of complexity here.

    Remove the VPS from the equation by using the additional IP as a vmkernel port on ESXi if you can to prove the IP at least works.

    On your VPS can you confirm whether you can ping the gateway? Ping the hypervisor(esxi) etc?

    ping gateway and man ip is ok
    but can't ping 8.8.8.8

  • As a hunch I have a feeling the issue might be the mac address public IP mapping. If you're able to hit the gateway I resume you cannot hit anything beyond it? Run a traceroute from the esxi host and see how far you can ping from the VPS before it stops working and ask the hoster.

    Double check for typos in your mac address on the failover Ip.

  • WebProjectWebProject Host Rep, Veteran

    Any error messages when you do restart the network service on VM? Check the firewall on the node server.

  • Not to mention, everyone, that he's using the ethernet interface rather than a bridge interface..

  • I think they are using BGP edge routing technology, not IP real location

  • And their KVM Linux VPS does not support updating the kernel

  • RhysRhys Member, Host Rep
    edited November 2017

    @CERNghost said:
    I think they are using BGP edge routing technology, not IP real location

    wat.

    @CERNghost said:
    And their KVM Linux VPS does not support updating the kernel

    double wat.

    Stop stringing words together that you found on the Wikipedia page for networking.

  • @Rhys said:

    @CERNghost said:
    I think they are using BGP edge routing technology, not IP real location

    wat.

    @CERNghost said:
    And their KVM Linux VPS does not support updating the kernel

    double wat.

    Stop stringing words together that you found on the Wikipedia page for networking.

    Is that wrong?

  • VinnyletjeVinnyletje Member
    edited November 2017

    @CERNghost said:

    @Rhys said:

    @CERNghost said:
    I think they are using BGP edge routing technology, not IP real location

    wat.

    @CERNghost said:
    And their KVM Linux VPS does not support updating the kernel

    double wat.

    Stop stringing words together that you found on the Wikipedia page for networking.

    Is that wrong?

    Since it's your first comment on let and your name contains "host" which implies that you want to become a host (if true). It is very wrong.

Sign In or Register to comment.