Howdy, Stranger!

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


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.

Are OVH ports shared?

rnet123rnet123 Member
edited July 27 in General

I recently bought a 2Gbps server from OVH, unable to go past 1G and seems support are "ignoring", for the price im not totally surprised (but i do expect it to not be stuck at 1Gbps 24/7 ), i cant seem to find any fine-print to suggest it is shared or not so....

Anyone else experienced this or know what i can do?

Comments

  • fuqetfuqet Veteran

    It looks like, I have exactly the same issue.

  • rnet123rnet123 Member

    @fuqet said:
    It looks like, I have exactly the same issue.

    Super strange, support just dont reply to so that doesnt help either. would recommend xhosts going forward, i use them now and they are very good, no issues so far

  • allthemtingsallthemtings Member, Megathread Squad

    On a VPS? Yes obviously..

  • zejjntzejjnt Member
    edited July 27

    An easy way to start is this oneliner;
    wget -O /dev/null https://proof.ovh.net/files/1Gb.dat 2>&1 | grep -o '[0-9.]+ [KMGT]*B/s'
    to check whether you're able to pull 2 Gbit/s at all even within the OVH network.
    If that doesn't look good, try to select the relevant file for your datacenter from https://proof.ovh.net/ and pull it with wget/curl and check how that goes (bursts etc).
    I don't know what speeds OVH promise outside their own network but that should at least show you whether you're able to pull 2 Gb/s at all.

  • rnet123rnet123 Member

    @zejjnt said:
    An easy way to start is this oneliner;
    to check whether you're able to pull 2 Gbit/s at all even within the OVH network.
    If that doesn't look good, try to select the relevant file for your datacenter from https://proof.ovh.net/ and pull it with wget/curl and check how that goes (bursts etc).
    I don't know what speeds OVH promise outside their own network but that should at least show you whether you're able to pull 2 Gb/s at all.

    Im barley able to pull 1, and when i do it doesnt last long nor go higher

  • rnet123rnet123 Member

    [SUM] 0.00-30.01 sec 175 MBytes 49.0 Mbits/sec 273 sender
    [SUM] 0.00-30.12 sec 174 MBytes 48.4 Mbits/sec receiver

    Yikes...

  • emghemgh Veteran, Megathread Squad

    I’ve never in my whole life I don’t think seen a VPS provider with dedicated ports for each VPS

  • allthemtingsallthemtings Member, Megathread Squad

    @emgh said:
    I’ve never in my whole life I don’t think seen a VPS provider with dedicated ports for each VPS

    Do you ever share your external port with people? I need a port capable of pumping alot of stuff in and out at high speeds

    Thanked by 3emgh zejjnt forest
  • rnet123rnet123 Member

    @emgh said:
    I’ve never in my whole life I don’t think seen a VPS provider with dedicated ports for each VPS

    i worded the post wrong lol, but i think you get what im trying to say haha...

    Thanked by 1emgh
  • barbarzabarbarza Member

    @allthemtings said:

    @emgh said:
    I’ve never in my whole life I don’t think seen a VPS provider with dedicated ports for each VPS

    Do you ever share your external port with people? I need a port capable of pumping alot of stuff in and out at high speeds

    I just want to be able to pump in and out

    Thanked by 1allthemtings
  • allthemtingsallthemtings Member, Megathread Squad

    @barbarza said:

    @allthemtings said:

    @emgh said:
    I’ve never in my whole life I don’t think seen a VPS provider with dedicated ports for each VPS

    Do you ever share your external port with people? I need a port capable of pumping alot of stuff in and out at high speeds

    I just want to be able to pump in and out

    You can ask @Murv he goes like a rabbit

    Thanked by 3zejjnt barbarza Murv
  • for my dedicated OVH I have the guaranteed 1 gbs option and never had a problem getting the full speed.

    Thanked by 2zejjnt tux
  • wenruowenruo Member

    :o

  • AndruAndru Member

    @bozolover99 said:
    for my dedicated OVH I have the guaranteed 1 gbs option and never had a problem getting the full speed.

    OVH is awesome...

    Thanked by 2bozolover99 tux
  • emghemgh Veteran, Megathread Squad

    Try speedtest cli

  • conceptconcept Member

    Are you using iperf3 to test? Do you have yabs results?

  • forestforest Member
    edited July 28

    Run this:

    lsmod | grep -E "virtio_net|e1000"
    

    If that returns something, then yes it's shared. The only time you'd have a dedicated port on a VPS is if it's using SR-IOV, and you would know if it does that because it would be a lot more expensive and it would be prominently advertised.

    Now, you might have a guaranteed slice of a shared port (as opposed to best-effort bandwidth), but that's not the same thing.

    Thanked by 2concept tentor
  • MurvMurv Member, Megathread Squad

    @allthemtings said: You can ask @Murv he goes like a rabbit

    image

    Thanked by 3rpqu barbaros forest
  • plumbergplumberg Veteran, Megathread Squad

    @emgh said:
    I’ve never in my whole life I don’t think seen a VPS provider with dedicated ports for each VPS

    You've been using wrong providers so far

    Thanked by 2webcraft emgh
  • rnet123rnet123 Member

    @concept said:
    Are you using iperf3 to test? Do you have yabs results?

    [ ID] Interval Transfer Bitrate Retr
    [ 5] 0.00-10.00 sec 1.01 GBytes 864 Mbits/sec 51 sender
    [ 5] 0.00-10.03 sec 1.01 GBytes 861 Mbits/sec receiver

    iperf Done.

  • rnet123rnet123 Member

    @forest said:
    Run this:

    lsmod | grep -E "virtio_net|e1000"
    

    If that returns something, then yes it's shared. The only time you'd have a dedicated port on a VPS is if it's using SR-IOV, and you would know if it does that because it would be a lot more expensive and it would be prominently advertised.

    Now, you might have a guaranteed slice of a shared port (as opposed to best-effort bandwidth), but that's not the same thing.

    It doesnt return anything at all.

  • fuqetfuqet Veteran

    I've used yabs to test the speed and it actually shows 2Gbps.

  • rnet123rnet123 Member

    Ended up purchasing a server with @xHosts, John is a legend

    purchased from them before plan to buy more 🫡

  • allthemtingsallthemtings Member, Megathread Squad

    @Murv said:

    @allthemtings said: You can ask @Murv he goes like a rabbit

    image

    In my 2013 insta lock battle bunny riven era

    Thanked by 3Murv zejjnt forest
Sign In or Register to comment.