5.40€/yr NAT64 VPS / 1 GB Ram / 5 GB SSD raid 1 /1 GBps speed/KVM / 1 IPv4 /1x /64 IPv6/DMCA IGNORED

13»

Comments

  • Nah, I dont think so.

  • @iansss said:
    Nah, I dont think so.

    if easy if you try.

  • It's not easy or comfortable to go with the witch-hunt thingy he started here.
    I think that exposing his father profile is more problematic than calling this show an idiotic show. Otherwise we are going with the hypocrisy thingy that goes with the witch-hunting thingy. And this is even more uneasy. Sorry, I cant.

  • well i trust and thank root... many do .. and its up to you

  • edited November 2022

    @Calin how old are you? if its oky to ask.

    After seeing the above facebook pic ... i feel like Im your great great granddad!!!! i should be careful from now on your threads.

  • Hello , my i m have 21 years , my father have 49 years
    Funny story: my father is not a tech guy so I teach him server maintenance :)) he recently broke his leg in a car accident so now he stays at home and I teach him linux :)

  • @Calin said:
    Hello , my i m have 21 years , my father have 49 years
    Funny story: my father is not a tech guy so I teach him server maintenance :)) he recently broke his leg in a car accident so now he stays at home and I teach him linux :)

    i am glad your 21,,, the picture looks like your 10.

    hey @root SOOO should we buy from Calin or not?

  • sorry but it s very old picture , I don't force anyone to buy from me, there are tens of thousands of other acquisitions maybe better than me

  • @ehab said:

    @Calin said:
    Hello , my i m have 21 years , my father have 49 years
    Funny story: my father is not a tech guy so I teach him server maintenance :)) he recently broke his leg in a car accident so now he stays at home and I teach him linux :)

    i am glad your 21,,, the picture looks like your 10.

    hey @root SOOO should we buy from Calin or not?

  • rootroot OG
    edited November 2022

    @iansss said:
    I think that exposing his father profile is more problematic [...]

    Companies are required by law to have the financial data available for economic transparency and fight against money laundering (except internal data like employee names, confidential contracts, non-disclosure agreements, and so on). Finding this information was really easy, because the company is specified on website (as required by law) so all I did was some basic searches online.

    All other information obtained was also publicly available. People put their pictures and personal details on Facebook on their own will, accepting for it to be shared with others. This makes said content publicly available. It's not something I uncovered or exposed; it is merely a basic search online while comparing and analysing information at hand. Do not imagine me as some desperate person going on a hut for harassing others and watching their house while they sleep (this is police agency job, detectives job, and I do not even have that kind of access). In this case it's about an ex-scammer wanting to be better, so I had to connect some dots based on different online leads; therefore I found that profile on Facebook in which the owner willingly shared his photos and memories which created a match to what I was searching for. Now I can't comment on what people do with their memories, and what they share; it is their choice. The fact that I found the administrator on social networking (a name which is available as required by law for companies, and by Facebook for their social networking) is not something weird, since this is his name and his profile available publicly at his own request when registering on Facebook. I can only appreciate that administrator for being an open person and a hard working citizen (as previously stated).

    Privacy is available for everyone. It is up to every person to chose to share something, or share nothing from their private life. This is a constant battle between communication with others, and anonymity with privacy. Some people are more extrovert and like to share everything (even when they are on the toilet, or when they drink a coffee) while others don't share anything because they value their privacy more than any online picture.

    In my case, I hold my family memories on external hard-drives; because I don't like what corporations do to privacy and freedom of speech, but please note this is just my personal preference without commenting what others like or dislike.

    I do not wish to derail this topic, but I do feel the need to justify and defend myself, not for you, but for others who want to buy services online feeling safe. The law makes companies be open and transparent, so that we (customers) don't get scammed by them.

  • Oh jeez, don't continue with this shit.

    @root said:
    I do not wish to derail this topic, but I do feel the need to justify and defend myself, not for you, but for others who want to buy services online feeling safe

    You derail this topic since your first word here, in an offer thread, by trying to establish a mob for witch-hunting against Calin, against forum, against admin or whatever. Well I missed the memo that declared you the Batman of this forum, I don't see a genius in your writing or the gatekeeper of ethics, you're just a guy with internet access, and as far as I see, too problematic motivations. So do yourself a favor and stop bullying a kid.

    Thanks.

  • rootroot OG
    edited November 2022

    @iansss said:
    Oh jeez, don't continue with this shit.

    @root said:
    I do not wish to derail this topic, but I do feel the need to justify and defend myself, not for you, but for others who want to buy services online feeling safe

    You derail this topic since your first word here, in an offer thread, by trying to establish a mob for witch-hunting against Calin, against forum, against admin or whatever. Well I missed the memo that declared you the Batman of this forum, I don't see a genius in your writing or the gatekeeper of ethics, you're just a guy with internet access, and as far as I see, too problematic motivations. So do yourself a favor and stop bullying a kid.

    Thanks.

    Well... life would be so boring without different opinions and different people. These conversations and interactions make it interesting, so I respect your point of view. This is what I love most about online forums.

    EDIT: forgot the gif

  • Try make some storage offers without IPv4, just like server-factory they did NAT storage VPS.
    Lower price and lower risk on IP.

  • edited November 2022

    @ccc hello , thanks for feedback , i m added this on my notepad , for now i m working on NAT Storage with IPv4 (5 ports opened) big problems here it s , i'm ordered a special router for these nodes to help with port forwaring, the problem is that the router is not delivered yet, I'm still waiting for the package , if @yoursunny or anywere has an idea how I could do port forwarding and a DHCP connection on a centos 7 server, I'm very happy to listen to his ideas here publicly or in PM. But I would prefer it in public because it can unite people to learn new things.I have followed several port forwaring tutorials on centos 7 but many give errors or do not work

    Regards,
    Calin

  • This command should forward UDP port 5555 to 192.0.2.4:5555.
    "uplink" is the network interface name where your public IP is assigned.

    iptables -t nat -I PREROUTING -p udp -i uplink --dport 5555 -j DNAT --to-destination 192.0.2.4:5555
    

    We accept Karma donations for the last flan. 🍮 affbrr

  • FrankZFrankZ ModeratorOG
    edited November 2022

    For CentOS 7 make the text file/etc/sysconfig/iptables and add the following with all the ports you want to forward under the "nat" section. Like @yoursunny said change "uplink" below to your network interface.

    # iptables save file
    *nat
    :PREROUTING ACCEPT [0:0]
    :OUTPUT ACCEPT [0:0]
    :POSTROUTING ACCEPT [0:0]
    #
    -A PREROUTING -p tcp -m tcp -i uplink --dport 5555 -j DNAT --to-destination 192.0.2.4:5555
    -A PREROUTING -p udp -m udp -i uplink --dport 5555 -j DNAT --to-destination 192.0.2.4:5555
    #
    -A POSTROUTING -o uplink -j MASQUERADE
    #
    COMMIT
    # 
    *mangle
    :PREROUTING ACCEPT [24373:24987795]
    :INPUT ACCEPT [23437:24911586]
    :FORWARD ACCEPT [645:38658]
    :OUTPUT ACCEPT [12313:4276112]
    :POSTROUTING ACCEPT [12958:4314770]
    COMMIT
    # 
    *filter
    :FORWARD ACCEPT [0:0]
    :INPUT ACCEPT [0:0]
    :OUTPUT ACCEPT [0:0]
    -A FORWARD -j ACCEPT
    #
    -A OUTPUT -j ACCEPT
    #
    COMMIT
    

    This will make it persistent across reboots by making iptables enabled to start on boot.

    systemctl disable firewalld
    systemctl enable iptables
    

    I am pretty sure you already have this, but just in case also add the file /etc/sysctl.d/99-local.conf with the following.

    net.ipv4.ip_forward = 1
    net.ipv6.conf.all.forwarding = 1
    net.ipv6.conf.virbr0.forwarding = 1
    net.ipv6.conf.default.forwarding = 1
    net.ipv6.conf.all.proxy_ndp=1
    #
    vm.swappiness=5
    #
    

    EDIT: You will need to reboot if you add the /etc/sysctl.d/99-local.conf file.
    After making changes to the /etc/sysconfig/iptables file run service iptables reload from the command line to make changes effective.

  • ______ OG
    edited November 2022

    @yoursunny said:
    Looks like it's coming!
    No pricing information yet.
    If it's same €5.40/year, 2x stack would make a usable micro seedbox.

    VPS Storage NAT 2
    0 Available

    • 1 vCPU (25 cpu alocated)
    • 512 MB Ram OpenVZ
    • 50 GB HDD SAS (raid 0)
    • 2 TB bandwidth with 1 GBps speed/month (if the limit is exceeded, it is limited to 100 mbit/s unlimited until the following month)
    • 1 IPv4 nat (with 4 ports open and 1 port for ssh)
    • 1x /64 IPv6
    • (If several VPSs of the same model are purchased, they can be combined into one)

    It seems to be €5.50/year. Don't know if @Calin would have promo for early birds or BF/CM sales :p

  • Hello @___ there will definitely be black friday offers, for now I'm waiting for some IPv4 /26 to be routed to me, I hope they will be routed to me at time. I recently had a client who bought a dedicated server for several months and asked me to buy him 768 GB of ram on that server and then gave a refund, so there will definitely be some delicious Black Friday offers

    Thanks @yoursunny & @FrankZ for help!

    Regards,
    Calin

  • Hello @yoursunny and @FrankZ lot of thanks all working good now. Tomorrow 50 GB VPS it s on stock :open_mouth:

    Regards,
    Calin

  • @calin stock already added? Got an issue with my account. Can you please look into it? I have raised a ticket for the same.

  • Hello @contactwajeeh done please check now

    Regards,
    Calin

  • VPS Storage NAT 2

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-08-20                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 0 hours, 6 minutes
    Processor  : Intel(R) Xeon(R) CPU E5-2450L 0 @ 1.80GHz
    CPU cores  : 1 @ 1200.000 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 1.1 GiB
    Swap       : 0.0 KiB
    Disk       : 49.9 GiB
    Distro     : Ubuntu 20.04.5 LTS
    Kernel     : 5.4.0
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ----
    Read       |  1.11 MB/s     (279) | 16.86 MB/s   (263)
    Write      | 1.14 MB/s      (286) | 17.39 MB/s   (271)
    Total      | 2.26 MB/s      (565) | 34.26 MB/s   (534)
               |                      |
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ----
    Read       |  28.05 MB/s    (256) | 51.29 MB/s    (128)
    Write      | 30.10 MB/s     (270) | 54.12 MB/s    (136)
    Total      | 58.15 MB/s     (526) | 105.41 MB/s    (264)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed
                    |                           |                 |
    Clouvider       | London, UK (10G)          | 58.8 Mbits/sec  | 53.0 Mbits/sec
    Online.net      | Paris, FR (10G)           | 547 Mbits/sec   | 794 Mbits/sec
    Hybula          | The Netherlands (40G)     | 547 Mbits/sec   | 881 Mbits/sec
    Uztelecom       | Tashkent, UZ (10G)        | 376 Mbits/sec   | 419 Mbits/sec
    Clouvider       | NYC, NY, US (10G)         | 479 Mbits/sec   | 294 Mbits/sec
    Clouvider       | Dallas, TX, US (10G)      | 360 Mbits/sec   | 236 Mbits/sec
    Clouvider       | Los Angeles, CA, US (10G) | 272 Mbits/sec   | 182 Mbits/sec
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value
                    |
    Single Core     | 269
    Multi Core      | 264
    Full Test       | https://browser.geekbench.com/v5/cpu/18470476
    
  • @Calin NAT64 KVM user also need IPv4 port forwarding, torrent clients needs at least 2 IPv4 TCP ports

    VirMach: Customer’s Service cannot use more than 10% of the monthly allocated bandwidth in under twenty-four (24) hours.
    https://virmach.com/terms-conditions/#aup

  • Hello @abiaolaoge unfortunity NAT64 KVM don t have this obtions , sorry

  • now do you accept PayPal ?

    "How miserable life is in the abuses of power..."
    F. Battiato ---

  • Hello @carlin0 , I have been accepting paypal for a very long time

  • @Calin said:
    sorry, I sold the ram memory about 3 years ago, and I recognized this when I was selling, as well as with the wooden racks, I could lie that I have a collocation, that's why I preferred to say that I have wooden racks, because in the end it's about the customers' money. At the moment we have dedicated fiber pulled directly from the backbone and metal racks and lot of enhancements. I'm sorry that I didn't have thousands or tens of thousands of euros when I entered this industry compared to others

    Regards,
    Calin

    Woah metal racks now?

  • @Calin said:
    Hello @yoursunny , We still use 5 GB SSD, for example if you buy 4 VPS and combine them you will get 20 GB SSD, but if it is only one VPS we offer you 10 GB SSD, we cannot put less than 10 GB SSD because the system cannot be installed of operation

    Hello @jmaxwell that it s a good idee for future deals , I will try in the next weeks to install a server to be able to offer this type of service

    Regards,
    Calin

    I’m glad you took my suggestion and brought it to reality.

    Why?

  • edited February 2023

    Is it because there are more and more users?Now the server is basically unusable, the disk write IO performance is too poor.

    Basic System Information:
    ---------------------------------
    Uptime     : 41 days, 10 hours, 12 minutes
    Processor  : Intel(R) Xeon(R) CPU E5-2450L 0 @ 1.80GHz
    CPU cores  : 1 @ 1200.000 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 896.0 MiB
    Swap       : 0.0 KiB
    Disk       : 50.1 GiB
    Distro     : Debian GNU/Linux 11 (bullseye)
    Kernel     : 4.19.0
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 11.00 KB/s       (2) | 313.00 KB/s      (4)
    Write      | 12.00 KB/s       (3) | 333.00 KB/s      (5)
    Total      | 23.00 KB/s       (5) | 646.00 KB/s      (9)
               |                      |                     
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 7.00 KB/s        (0) | 1.17 MB/s        (1)
    Write      | 0.00 KB/s        (0) | 1.50 MB/s        (1)
    Total      | 7.00 KB/s        (0) | 2.68 MB/s        (2)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping           
    -----           | -----                     | ----            | ----            | ----           
    Clouvider       | London, UK (10G)          | 239 Mbits/sec   | 464 Mbits/sec   | 43.8 ms        
    Scaleway        | Paris, FR (10G)           | busy            | busy            | 50.1 ms        
    NovoServe       | North Holland, NL (40G)   | 360 Mbits/sec   | 896 Mbits/sec   | 32.2 ms        
    Uztelecom       | Tashkent, UZ (10G)        | 301 Mbits/sec   | 284 Mbits/sec   | 114 ms         
    Clouvider       | NYC, NY, US (10G)         | 311 Mbits/sec   | 308 Mbits/sec   | 105 ms         
    Clouvider       | Dallas, TX, US (10G)      | 251 Mbits/sec   | 213 Mbits/sec   | 142 ms         
    Clouvider       | Los Angeles, CA, US (10G) | 208 Mbits/sec   | 156 Mbits/sec   | 175 ms         
    

    IP 92.84.204.12

  • Hello check now please

    I/O it s poor because it s file system , you have lag on VPS?

    Regards,
    Calin

  • @Calin said:
    Hello check now please

    I/O it s poor because it s file system , you have lag on VPS?

    Regards,
    Calin

    Because io is too slow, my program has crashed many times.I thought it was a bug in the program.But this is caused by the disk not being able to write.Although the price of the server is very low, the disk IO is only 1, which is too outrageous.A few months ago, the disk performance was not so low.

    id=373 Primary IP 92.84.204.12 Ports 536-540

  • Sir Carin.Please check my message or the ticket.Haha,Good day to you.

  • Hello @kanesanix and @soj1 i m try monday for help us, right now i m not on home, and i m not have work pc with me

  • Hello @soj1 check now

  • edited February 2023

    @Calin said:

    where is my dedi for 25€/m ?

  • You wanted dedicated server for 25€/m??

  • @Calin said:
    You wanted dedicated server for 25€/m??

    i am kidding with you but if you have let me know the specs!

  • 16 GB Ram
    2x e5405
    600 GB HDD SAS
    16 TB BW
    1x dedicated ipv4

    27€/m

    only 1 on stock

  • Only for you @ehab because you are my friend

  • FrankZFrankZ ModeratorOG

    @Calin said:
    Only for you @ehab because you are my friend

    Kudos, What a nice thing to do.

  • edited February 2023

    is it finally over?

    details&id=574

    Fuck this 24/7 internet spew of trivia and celebrity bullshit.

  • opened #MBY-592527, please take a look on it.

    Fuck this 24/7 internet spew of trivia and celebrity bullshit.

  • Temporarily NAT VPS are stocked off, because of the maintenance for them and the maintenance time allocated for them is much higher than we would have imagined and it is lost precious time and slower response to tickets than normal

    Regards,
    Calin

  • just fix it, Don't worry about tickets

  • @Calin said:
    Temporarily NAT VPS are stocked off, because of the maintenance for them and the maintenance time allocated for them is much higher than we would have imagined and it is lost precious time and slower response to tickets than normal

    Regards,
    Calin

    Hello Can you help me with the Ticket #UPA-795064?
    Thanks.

  • @Calin said:
    Temporarily NAT VPS are stocked off, because of the maintenance for them and the maintenance time allocated for them is much higher than we would have imagined and it is lost precious time and slower response to tickets than normal

    Regards,
    Calin

    Please take a look at Ticket #OQS-650180 , Paypal already paid.
    Thanks.

  • seems better than natvps.uk

  • @bobqu said:
    seems better than natvps.uk

    @Calin very responsible

    i need cheap vps year payment .

  • Oops, there's a problem...
    Out of Stock
    :'(

Sign In or Register to comment.