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
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.

[2024 EXTENDED] Black Friday / Cyber Monday: FLASH SALE & MEGATHREAD

16916926946966971337

Comments

  • Hello friends see you are, where is my 10gbps nvme dedi deal 🦅 kebab

  • FAT32FAT32 Administrator, Deal Compiler Extraordinaire

    image

    2/12 18:00

    Servperso: 8€/m 1Gbps BGP VPS in Germany

    • LocIX Frankfurt + Dusseldorf included
    • BGP IP Transit available
    • 2GB RAM
    • 15GB SSD
    • Unlimited Fair-use @ 1Gbps
    • Location: Dusseldorf, Germany
    • Quantity: 10
    • Coupon code: LETBFMEGASALE24
    • 8€/m

    image

  • I couldn't get one of the posted Dartnode deals but I just bought a "1 GB RAM 1 vCPU Cores • 10 GB Storage IPv4 • IPv6" from their website for $10 a year to try them out.

    Thanked by 1r3k
  • SaragoldfarbSaragoldfarb Member, Megathread Squad

    @DeviousDev said:

    @Saragoldfarb said:
    Overall, I'm quite happy. 8 new dedis, 7 Vms to idle. Free adrenaline rushes throughout the weekend....

    8 out of 10 for me.

    Are you really going to idle dedi lol or you code and use them for something ?

    Yes. Mostly. Some.I'm using for backups of my backups, some added to my DNS cluser and some just idle till I come up with something to put it to work.

  • beanman109beanman109 Member, Host Rep, Megathread Squad

    @emgh said: In memory of @beanman109

    did I die or something?

  • beanman109beanman109 Member, Host Rep, Megathread Squad

    @emgh $5 says its DNS related

    Thanked by 3emgh FAT32 r3k
  • @beanman109 said:

    @emgh said: In memory of @beanman109

    did I die or something?

    RIP

    Thanked by 2beanman109 r3k
  • plumbergplumberg Veteran, Megathread Squad

    @crunchbits said:

    @beanman109 said:

    @crunchbits said:
    I love shipping hoodies.

    $29/yr 2TB buried in there somewhere. Whatever 2TB is in stock only.

    @emgh inspired special.

    How hard do I have to shill for Crunchbutts to get my hands on one of those hoodies

    We shall make a megathread to simply give out hoodies and/or shirts--or maybe reship ones that have been lost in customs for half a year.

    No idea what the requirements or rules are, will be more arbitrary than @emgh's Grindr swipes.

    Ooooo crunchy hoodies

    Me wants one

    My precious

    Thanked by 3beanman109 maverick r3k
  • emghemgh Member, Megathread Squad

    @Yarmeli said:

    @emgh said:
    Ok I’ll be here for 30 minutes

    Help me help you help me

    If anyone solves the issue, he/she gets to choose if he/she wants a steam key in DM’s or if I should post one here

    In memory of @beanman109

    It'll be a decent one

    worth a try - any quick tl;dr of what the issue is?

    Alright, let me summarize

    I've got a EX44

    I bought this: https://docs.hetzner.com/robot/dedicated-server/ip/failover/

    I have this Wireguard container:

      wireguard:
        image: linuxserver/wireguard
        container_name: wireguard
        cap_add:
          - NET_ADMIN
        environment:
          - PUID=1000
          - PGID=1000
          - TZ=Europe/London
          - SERVERURL=[failover_ip]
          - SERVERPORT=51821
          - PEERS=1
          - PEERDNS=auto
          - INTERNAL_SUBNET=10.13.14.0/24
          - LOG_CONFS=true
        volumes:
          - ../data/config/wireguard:/config # WireGuard configuration
        ports:
          - "51821:51820/udp"
        sysctls:
          - net.ipv4.conf.all.src_valid_mark=1
        restart: unless-stopped
    

    I can connect to it just fine, but traffic is routed though the primary IP, not my failover one.

    From the host:

    root@xxx ~ # ip route
    default via [primary ip's gateway] dev enp5s0 proto static onlink
    [failover ip] via [failover ip] dev enp5s0 proto static
    --bunch of docker stuff--

    netplan:

    network:
      version: 2
      renderer: networkd
      ethernets:
        enp5s0:
          addresses:
            - [primary ip]/32
            - My i m it s hate ipv6
            - [failover ip]/32
          routes:
            - on-link: true
              to: 0.0.0.0/0
              via: [primary ip's gateway]
            - to: default
              via: My i m it s hate ipv6
            - to: [failover ip]/32
              via: [failover ip]
          nameservers:
            addresses:
              .....
    

    The wg0.conf:

    [Interface]
    Address = 10.13.14.1
    ListenPort = 51820
    PrivateKey = xxx
    PostUp = iptables -A FORWARD -i %i -j ACCEPT; iptables -A FORWARD -o %i -j ACCEPT; iptables -t nat -A POSTROUTING -s 10.13.14.0/24 -o eth+ -j MASQUERADE
    PostDown = iptables -D FORWARD -i %i -j ACCEPT; iptables -D FORWARD -o %i -j ACCEPT; iptables -t nat -D POSTROUTING -s 10.13.14.0/24 -o eth+ -j MASQUERADE
    

    I highly suspect I need to do some --to-source magic instead of masquerade in the above, but as soon as I try something in regards to the PostUp & PostDown, I fuck up everything

    Thanked by 3Yarmeli maverick r3k
  • emghemgh Member, Megathread Squad

    @zakkuuno said:

    @emgh said:
    Ok I’ll be here for 30 minutes

    Help me help you help me

    If anyone solves the issue, he/she gets to choose if he/she wants a steam key in DM’s or if I should post one here

    In memory of @beanman109

    It'll be a decent one

    Are you trying to connect using both ips or you want to specify the outbound ip?

    specify outbound

    Thanked by 2maverick r3k
  • risharderisharde Host Rep, Veteran

    Are you ready?

  • emghemgh Member, Megathread Squad

    so right now, it's working but using the primary ip as outbound, not my failover one

    Thanked by 2maverick r3k
  • emghemgh Member, Megathread Squad

    @risharde said:
    Are you ready?

    no

    Thanked by 2commercial r3k
  • What are you guys using a BGP VPS for? Any simple practical usage?

    Thanked by 1r3k
  • risharderisharde Host Rep, Veteran
    edited December 2024

    One thanks, thank you @Zyra! Calling on others to be ready or else my post will just get lost with all this chattering

  • admaxadmax Member, Megathread Squad

    Thanked by 4Savvy maverick FAT32 r3k
  • SaragoldfarbSaragoldfarb Member, Megathread Squad

    @risharde said:
    One thanks, thank you @Zyra! Calling on others to be ready or else my post will just get lost with all this chattering

    Bring it on! Wide awake here!

    Thanked by 3Zyra maverick r3k
  • lukast__lukast__ Member, Megathread Squad

    YABS for a New Zealand VPS from @Zappie for $7.2/yr (very limited BF/CM offer), unexpectedly fast with a Ryzen CPU:

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2024-06-09                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Mon Dec  2 22:39:17 UTC 2024
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 0 hours, 27 minutes
    Processor  : AMD Ryzen 9 5900X 12-Core Processor
    CPU cores  : 1 @ 3693.060 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 457.4 MiB
    Swap       : 1000.0 MiB
    Disk       : 29.5 GiB
    Distro     : Debian GNU/Linux 12 (bookworm)
    Kernel     : 6.1.0-26-amd64
    VM Type    : KVM
    IPv4/IPv6  : ✔ Online / ✔ Online
    
    IPv6 Network Information:
    ---------------------------------
    ISP        : ZAPPIE-HOST
    ASN        : AS61138 Zappie Host LLC
    Location   : Auckland, Auckland (AUK)
    Country    : New Zealand
    
    fio Disk Speed Tests (Mixed R/W 50/50) (Partition /dev/sda1):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 94.07 MB/s   (23.5k) | 650.59 MB/s  (10.1k)
    Write      | 94.31 MB/s   (23.5k) | 654.01 MB/s  (10.2k)
    Total      | 188.38 MB/s  (47.0k) | 1.30 GB/s    (20.3k)
               |                      |
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 1.93 GB/s     (3.7k) | 2.14 GB/s     (2.0k)
    Write      | 2.03 GB/s     (3.9k) | 2.28 GB/s     (2.2k)
    Total      | 3.96 GB/s     (7.7k) | 4.43 GB/s     (4.3k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    Clouvider       | London, UK (10G)          | 517 Mbits/sec   | 124 Mbits/sec   | 252 ms
    Leaseweb        | Singapore, SG (10G)       | 531 Mbits/sec   | 871 Mbits/sec   | 126 ms
    Leaseweb        | NYC, NY, US (10G)         | 719 Mbits/sec   | 25.0 Mbits/sec  | 293 ms
    
    iperf3 Network Speed Tests (IPv6):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    Clouvider       | London, UK (10G)          | 538 Mbits/sec   | 348 Mbits/sec   | 252 ms
    Leaseweb        | Singapore, SG (10G)       | 1.11 Gbits/sec  | 656 Mbits/sec   | 126 ms
    Leaseweb        | NYC, NY, US (10G)         | 331 Mbits/sec   | 286 Mbits/sec   | 300 ms
    
    Geekbench 4 Benchmark Test:
    ---------------------------------
    Test            | Value
                    |
    Single Core     | 6314
    Multi Core      | 5694
    Full Test       | https://browser.geekbench.com/v4/cpu/18325642
    
  • @risharde said:
    One thanks, thank you @Zyra! Calling on others to be ready or else my post will just get lost with all this chattering

    Thanked by 2emgh r3k
  • risharderisharde Host Rep, Veteran

    @Zyra @Saragoldfarb @doobydoe sorry for the tags, just trying to keep this in so you don't miss out on the deal

    Who else is ready???

  • I keep forgetting the server passwords and having to reinstall them. Done like 3 times already :(

    Thanked by 3emgh Savvy r3k
  • emghemgh Member, Megathread Squad

    @barbaros said:
    I keep forgetting the server passwords and having to reinstall them. Done like 3 times already :(

    ehm

    ssh

    keys

    ?

    Thanked by 2maverick r3k
  • beanman109beanman109 Member, Host Rep, Megathread Squad
    edited December 2024

    @emgh said:

    @Yarmeli said:

    @emgh said:
    Ok I’ll be here for 30 minutes

    Help me help you help me

    If anyone solves the issue, he/she gets to choose if he/she wants a steam key in DM’s or if I should post one here

    In memory of @beanman109

    It'll be a decent one

    worth a try - any quick tl;dr of what the issue is?

    Alright, let me summarize

    I've got a EX44

    I bought this: https://docs.hetzner.com/robot/dedicated-server/ip/failover/

    I have this Wireguard container:

      wireguard:
        image: linuxserver/wireguard
        container_name: wireguard
        cap_add:
          - NET_ADMIN
        environment:
          - PUID=1000
          - PGID=1000
          - TZ=Europe/London
          - SERVERURL=[failover_ip]
          - SERVERPORT=51821
          - PEERS=1
          - PEERDNS=auto
          - INTERNAL_SUBNET=10.13.14.0/24
          - LOG_CONFS=true
        volumes:
          - ../data/config/wireguard:/config # WireGuard configuration
        ports:
          - "51821:51820/udp"
        sysctls:
          - net.ipv4.conf.all.src_valid_mark=1
        restart: unless-stopped
    

    I can connect to it just fine, but traffic is routed though the primary IP, not my failover one.

    From the host:

    root@xxx ~ # ip route
    default via [primary ip's gateway] dev enp5s0 proto static onlink
    [failover ip] via [failover ip] dev enp5s0 proto static
    --bunch of docker stuff--

    netplan:

    network:
      version: 2
      renderer: networkd
      ethernets:
        enp5s0:
          addresses:
            - [primary ip]/32
            - My i m it s hate ipv6
            - [failover ip]/32
          routes:
            - on-link: true
              to: 0.0.0.0/0
              via: [primary ip's gateway]
            - to: default
              via: My i m it s hate ipv6
            - to: [failover ip]/32
              via: [failover ip]
          nameservers:
            addresses:
              .....
    

    The wg0.conf:

    [Interface]
    Address = 10.13.14.1
    ListenPort = 51820
    PrivateKey = xxx
    PostUp = iptables -A FORWARD -i %i -j ACCEPT; iptables -A FORWARD -o %i -j ACCEPT; iptables -t nat -A POSTROUTING -s 10.13.14.0/24 -o eth+ -j MASQUERADE
    PostDown = iptables -D FORWARD -i %i -j ACCEPT; iptables -D FORWARD -o %i -j ACCEPT; iptables -t nat -D POSTROUTING -s 10.13.14.0/24 -o eth+ -j MASQUERADE
    

    I highly suspect I need to do some --to-source magic instead of masquerade in the above, but as soon as I try something in regards to the PostUp & PostDown, I fuck up everything

    does setting the INTERFACE variable in the wg docker-compose work?

    Thanked by 1r3k
  • @FAT32 said:
    Ok upcoming giveaway 1. Thanks this post and type the following in comment: #SILVER-CREEK-SAYS-WE-NEED-MORE-POSTS-TO-REACH-PAGE-666

    Only users who commented at least 5 posts in this thread is eligible. I will do a randomiser at 3pm EST.

    Winner gets 2C2G VPS from @SilverCreek for only $4/yr.

    SILVER-CREEK-SAYS-WE-NEED-MORE-POSTS-TO-REACH-PAGE-666

    Thanked by 1r3k
  • admaxadmax Member, Megathread Squad

    @lukast__ said:
    YABS for a New Zealand VPS from @Zappie for $7.2/yr (very limited BF/CM offer), unexpectedly fast with a Ryzen CPU:

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2024-06-09                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Mon Dec  2 22:39:17 UTC 2024
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 0 hours, 27 minutes
    Processor  : AMD Ryzen 9 5900X 12-Core Processor
    CPU cores  : 1 @ 3693.060 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 457.4 MiB
    Swap       : 1000.0 MiB
    Disk       : 29.5 GiB
    Distro     : Debian GNU/Linux 12 (bookworm)
    Kernel     : 6.1.0-26-amd64
    VM Type    : KVM
    IPv4/IPv6  : ✔ Online / ✔ Online
    
    IPv6 Network Information:
    ---------------------------------
    ISP        : ZAPPIE-HOST
    ASN        : AS61138 Zappie Host LLC
    Location   : Auckland, Auckland (AUK)
    Country    : New Zealand
    
    fio Disk Speed Tests (Mixed R/W 50/50) (Partition /dev/sda1):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 94.07 MB/s   (23.5k) | 650.59 MB/s  (10.1k)
    Write      | 94.31 MB/s   (23.5k) | 654.01 MB/s  (10.2k)
    Total      | 188.38 MB/s  (47.0k) | 1.30 GB/s    (20.3k)
               |                      |
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 1.93 GB/s     (3.7k) | 2.14 GB/s     (2.0k)
    Write      | 2.03 GB/s     (3.9k) | 2.28 GB/s     (2.2k)
    Total      | 3.96 GB/s     (7.7k) | 4.43 GB/s     (4.3k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    Clouvider       | London, UK (10G)          | 517 Mbits/sec   | 124 Mbits/sec   | 252 ms
    Leaseweb        | Singapore, SG (10G)       | 531 Mbits/sec   | 871 Mbits/sec   | 126 ms
    Leaseweb        | NYC, NY, US (10G)         | 719 Mbits/sec   | 25.0 Mbits/sec  | 293 ms
    
    iperf3 Network Speed Tests (IPv6):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
    -----           | -----                     | ----            | ----            | ----
    Clouvider       | London, UK (10G)          | 538 Mbits/sec   | 348 Mbits/sec   | 252 ms
    Leaseweb        | Singapore, SG (10G)       | 1.11 Gbits/sec  | 656 Mbits/sec   | 126 ms
    Leaseweb        | NYC, NY, US (10G)         | 331 Mbits/sec   | 286 Mbits/sec   | 300 ms
    
    Geekbench 4 Benchmark Test:
    ---------------------------------
    Test            | Value
                    |
    Single Core     | 6314
    Multi Core      | 5694
    Full Test       | https://browser.geekbench.com/v4/cpu/18325642
    

    I’m still waiting.

    Thanked by 1r3k
  • just4scjust4sc Member
    edited December 2024

    LOL...too late...

    Thanked by 1r3k
  • SaragoldfarbSaragoldfarb Member, Megathread Squad

    @risharde said:
    @Zyra @Saragoldfarb @doobydoe sorry for the tags, just trying to keep this in so you don't miss out on the deal

    Who else is ready???

    The anticipation is building up...

    Thanked by 2Zyra r3k
  • maverickmaverick Member
    edited December 2024

    @emgh said:
    Ok I’ll be here for 30 minutes

    Help me help you help me

    not really clear what your problem is, so just a few generic remarks

    • yes, hetzner is filtering both by ip & mac, and is very strict at that
    • failover ip is only for the incoming traffic, and it has no additional mac
    • meaning, when you initiate traffic from the server, it will always be from its primary IP
    • in some scenarios, don't forget that one side of wg tunnel can have empty endpoint, it will be filled automatically upon connection, and updated if/when needed

    maybe it helps...

    Thanked by 2emgh r3k
  • risharderisharde Host Rep, Veteran

    @Zyra @Saragoldfarb @doobydoe @Savvy oh yeah we're getting somewhere. If only @FAT32 would put my offer up on the main page so I don't need to keep spamming people >:)

    Thanked by 3Saragoldfarb Savvy r3k
  • @emgh said:

    @barbaros said:
    I keep forgetting the server passwords and having to reinstall them. Done like 3 times already :(

    ehm

    ssh

    keys

    ?

    Just focus on your own problem instead of ssh key shaming me okay? :(

    Thanked by 3emgh maverick r3k
This discussion has been closed.