Howdy, Stranger!

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


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
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.

Kimsufi/Soyoustart/OVH Rise New Price

1233234236238239662

Comments

  • @wii747 said:

    @optisoft said:

    @buddermilch said:

    @JerryHou said:

    @aryanraj said:
    as there is no more steal servers available, i am thinking to buy a normal server and setup promox for a month in hope to get deal when it get restocked, can somebody help how different is default ovh proxmox template, compare to installing via remote kvm?

    anyone have a guide to use remote kvm, video preferred. Thanks.

    @proset10 said:
    I had problem with no network on VMs from template image, but maybe it is only my poor knowledge about config proxmox.

    for PVE on OVH, need some efforts to config the newwork, I got some diffculities to setup the network for VMs... so I give up...

    I found that configuring the network is easy and straight forward. Maybe due to changes in Proxmox 8?

    IPv6 works out of the box by assaigning the VM or container an IP from your OVH control panel:

    iface eth0 inet6 static
                  address x:x:x:x:2/128
                  gateway "ipv6 gateway"
    

    IPv4 NAT you crate a bridge in Proxmox on your host and assaign a local IP for example 192.168.0.254/24 as you gateway which you need to set as "gateway" when creating a LXC container or editing network/interfaces.

    On the host you set

    auto vmbr1
    iface vmbr1 inet static
            address 192.168.0.254/24
            bridge-ports none
            bridge-stp off
            bridge-fd 0
            post-up echo 1 > /proc/sys/net/ipv4/ip_forward
            post-up iptables -t nat -A POSTROUTING -s 192.168.0.0/24 -o vmbr0 -j MASQUERADE
            post-down iptables -t nat -D POSTROUTING -s 192.168.0.0/24 -o vmbr0 -j MASQUERADE
    

    When creating a LXC container you set the IP to 192.168.0.1/32 and 192.168.0.254 as gateway and use vmbr1 as a bridge, Proxmox does the rest. If you want addational IPv6 you create another adpater for the LXC container through proxmox and bridge to vmbr0 not vmbr1 and assaign an IPv6 from your /64 given by ovh through Promox cp.

    If you want port forwarding you have to set it on the host for the IP assigned to the container:

        # Port-Forwarding 
        post-up iptables -t nat -A PREROUTING -i vmbr0 -p tcp --dport 80 -j DNAT --to 192.168.0.1:80
        post-up iptables -t nat -A PREROUTING -i vmbr0 -p tcp --dport 443 -j DNAT --to 192.168.0.1:443
    

    If you do it for a VM not an LXC container you have to edit network/interfaces yourself for example:

    auto eth0
    iface eth0 inet static
            address 192.168.0.1/32
            gateway 192.168.0.254
            post-up ip route add 192.168.0.254 dev eth0
            post-up ip route add default via 192.168.0.254 dev eth0
            pre-down ip route del default via 192.168.0.254 dev eth0
            pre-down ip route del 192.168.0.254 dev eth0
    
    auto eth1
    iface eth1 inet6 static
            address x:x:x:x::2/128
            gateway "ipv6 gateway"
            post-up ip route add "ipv6 gateway" dev eth1
            post-up ip route add default via "ipv6 gateway"  dev eth1
            pre-down ip route del default via "ipv6 gateway"  dev eth1
            pre-down ip route del "ipv6 gateway"  dev eth1
    

    For a VM you also need to create a second network interface through proxmox to connect IPv6 to vmbr0 for full IPv6 connectivity. IPv4 connects to vmbr1.

    Also check if IPv6 forwarding is enable on the host:

    net.ipv6.conf.all.forwarding=1
    

    Is working on back friday kimsufi servers?

    I copy config using ndppd from SYS to one kimsufi, and not stable ipv6 on VMs

    Now have other kimsufi, and not working IPV6 on VMs.

    Proxmox 8.3.1

    I have got ipv6 working on the back friday kimsufi servers

    Mora than 1 ipv6, with proxmox to VM ?
    My server is ok with 1ipv6 , but with more not working fine.

  • Is working on back friday kimsufi servers?

    I copy config using ndppd from SYS to one kimsufi, and not stable ipv6 on VMs

    Now have other kimsufi, and not working IPV6 on VMs.

    Proxmox 8.3.1

    It probably isn't working on all of them. I have three KS-LEs and this only works on two of them.

  • NeoonNeoon Community Contributor, Veteran

    You have to enable ipv6 forwarding in sysconfig.

    Thanked by 3wii747 ariq01 vr10
  • ascicodeascicode Member
    edited December 2024

    That was a huge restock of cancelled KS-LE1.
    3x2TB 32GB available in RBX, 1H low.

    Thanked by 1Iliasks
  • @ascicode said:
    That was a huge restock of cancelled KS-LE1.
    3x2TB 32GB available in RBX, 1H low.

    Not available on website

  • @Neoon said:
    You have to enable ipv6 forwarding in sysconfig.

    Yeah, 1 server with random packet loss over ipv6 , other server not working

  • Some other Kimsufi user, with ipv6 ( more than 1 ) working fine?
    with forwarding method or routed?

  • @ascicode said:
    That was a huge restock of cancelled KS-LE1.
    3x2TB 32GB available in RBX, 1H low.

    the model is not showing on website, guess it is only ordered via API...

  • @JerryHou said:

    @ascicode said:
    That was a huge restock of cancelled KS-LE1.
    3x2TB 32GB available in RBX, 1H low.

    the model is not showing on website, guess it is only ordered via API...

    Yes, it's still available via the API. It's a €14.99 model and as it's not on the website, there doesn't seem to be a lot of demand for it.

  • @fredo1664 said:

    @JerryHou said:

    @ascicode said:
    That was a huge restock of cancelled KS-LE1.
    3x2TB 32GB available in RBX, 1H low.

    the model is not showing on website, guess it is only ordered via API...

    Yes, it's still available via the API. It's a €14.99 model and as it's not on the website, there doesn't seem to be a lot of demand for it.

    that's an interesting way to sell something...like buying some black market stuff: ordering via codes (API)... :)

    Thanked by 1surfcu
  • @yopp said:
    KS-LE-1

    32G 3× 2000 SATA: RBX 1H LOW

    Hurry up, there some (I suppose a single one) KS-LE-1 dropped

    Thanks, the server is overkill RAM wise but with a few minutes I changed config to EU and snagged one. Now to see if it gets delivered... and delivered, nice.

  • Have a KS-LE-4 NVMe in Germany if anyone want it.

  • @iceman said:
    Have a KS-LE-4 NVMe in Germany if anyone want it.

    There's stock directly on OVH's website

  • @fabby said:

    @iceman said:
    Have a KS-LE-4 NVMe in Germany if anyone want it.

    There's stock directly on OVH's website

    Sure, if you are OK to pay + setup fees :)

  • my KS-LE-1 was delivered, in gra, 32G memory + 2x960G disk, not for sale.

    Thanked by 2Falzo emgh
  • Looking for - KS-LE-B - Limburg - NVMe

  • plumbergplumberg Veteran, Megathread Squad

    Looking for KS-LE-2, BHS, 2x1.92 SSD

    It has scarcely come in stock since release.

    World $/ CA account.

  • @zrj766 said:
    my KS-LE-1 was delivered, in gra, 32G memory + 2x960G disk, not for sale.

    Did you buy this spec or won the lottery?

  • zrj766zrj766 Member
    edited December 2024

    @adns said:

    @zrj766 said:
    my KS-LE-1 was delivered, in gra, 32G memory + 2x960G disk, not for sale.

    Did you buy this spec or won the lottery?

    won the lottery. I have seen similar configurations in other forums.The odds of winning the lottery have increased

    Thanked by 1adns
  • @zrj766 said:

    @adns said:

    @zrj766 said:
    my KS-LE-1 was delivered, in gra, 32G memory + 2x960G disk, not for sale.

    Did you buy this spec or won the lottery?

    won the lottery. I have seen similar configurations in other forums.The odds of winning the lottery have increased

    15 usd version?

  • I've a KS-LE-E that i no loger need

    KS-LE-E
    Intel Xeon E5-1650v3
    64 GB
    2×480 GB SSD
    1G/300M
    France DC

    Thanked by 1CasualCanvas
  • emghemgh Member, Megathread Squad

    @zrj766 said:
    my KS-LE-1 was delivered, in gra, 32G memory + 2x960G disk, not for sale.

    hi is it for sale

    Thanked by 2plumberg ariq01
  • @emgh said:

    @zrj766 said:
    my KS-LE-1 was delivered, in gra, 32G memory + 2x960G disk, not for sale.

    hi is it for sale

    :D

    Thanked by 2fullclick32 emgh
  • @Kobra67 said:
    I've a KS-LE-E that i no loger need

    KS-LE-E
    Intel Xeon E5-1650v3
    64 GB
    2×480 GB SSD
    1G/300M
    France DC

    Check DM

  • @Kobra67 said:
    I've a KS-LE-E that i no loger need

    KS-LE-E
    Intel Xeon E5-1650v3
    64 GB
    2×480 GB SSD
    1G/300M
    France DC

    @DP @Arkas
    Isn't it violation? U gave me warning when I did the same 😕

  • ArkasArkas Member, Retired Moderator
    edited December 2024

    @Proxecure said: @DP @Arkas
    Isn't it violation? U gave me warning when I did the same 😕

    Yes, it is.

    Thanked by 1Proxecure
  • plumbergplumberg Veteran, Megathread Squad

    @Arkas said:

    @Proxecure said: @DP @Arkas
    Isn't it violation? U gave me warning when I did the same 😕

    Yes, it is.

    What's the issue here?

  • ArkasArkas Member, Retired Moderator

    @plumberg said: What's the issue here?

    Why is it a concern of yours? :smile:

  • plumbergplumberg Veteran, Megathread Squad

    @Arkas said:

    @plumberg said: What's the issue here?

    Why is it a concern of yours? :smile:

    Woah. What gives? If you don't wanna answer, that's fine. No need to be snarky

    Thanked by 3Arkas Wolf imok
  • ArkasArkas Member, Retired Moderator

    @plumberg said: Woah. What gives? If you don't wanna answer, that's fine. No need to be snarky

    Not being snarky at all, if I was it would be extremely obvious. I was trying to be funny, but apparently failed :smile:

Sign In or Register to comment.