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.

Black Friday 2020 - NVMe and Storage deals - deploy worldwide

1111112114116117151

Comments

  • @chocolateshirt said:

    @default said:
    There is also the option of custom ISO uploaded.

    I am afraid it will be a more complicated solution especially when setting IPv6.

    How so? I've found entering static IP's into an error checking GUI is easier than setting in a conf file and restarting services and hoping you didn't typo something.

  • hosthatchhosthatch Patron Provider, Top Host, Veteran

    @JamesF said:
    did that..... just says 'stopped'

    Feels like a case for our support more than LET.... :)

  • brueggusbrueggus Member, IPv6 Advocate

    @hosthatch said:

    @JamesF said:
    did that..... just says 'stopped'

    Feels like a case for our support more than LET.... :)

    :'(

  • ArirangArirang Member
    edited December 2020

    I think you don't do anything including mount, reinstall etc until status is runnung after vps installed. After that you reinstall.

  • @jokotan said:
    to detect and track nfs fraudulent attempts to login to your storage seems it's possible to enable logging with rpcdebug -m nfsd -s auth on server (then search e.g. /var/log/messages, /var/log/syslog, etc. depending on your distro). When per user separated network will be available with rpcdebug -m nfsd -c all it's possible to disable all logs

    If people can even make attempts, you have already given up too much. Use firewall rules to limit access to only your servers!

    Thanked by 2hosthatch FrankZ
  • cablepickcablepick Member
    edited December 2020

    @randomq said:

    @jokotan said:
    to detect and track nfs fraudulent attempts to login to your storage seems it's possible to enable logging with rpcdebug -m nfsd -s auth on server (then search e.g. /var/log/messages, /var/log/syslog, etc. depending on your distro). When per user separated network will be available with rpcdebug -m nfsd -c all it's possible to disable all logs

    If people can even make attempts, you have already given up too much. Use firewall rules to limit access to only your servers!

    Exactly. This was super easy to get going: https://wiki.debian.org/NFSServerSetup#NFSv4_only

    These are the IP tables rules:
    iptables -A INPUT -i eth1 -s private_ip_address_go_here -p tcp -m conntrack --ctstate NEW --dport 2049 -j ACCEPT
    iptables -A INPUT -i eth1 -s private_ip_address_go_here -p udp -m conntrack --ctstate NEW --dport 2049 -j ACCEPT
    iptables -A OUTPUT -o eth1 -d private_ip_address_go_here -p tcp -m conntrack --ctstate NEW --dport 2049 -j ACCEPT
    iptables -A OUTPUT -o eth1 -d private_ip_address_go_here -p udp -m conntrack --ctstate NEW --dport 2049 -j ACCEPT

  • @cablepick said:

    @randomq said:

    @jokotan said:
    to detect and track nfs fraudulent attempts to login to your storage seems it's possible to enable logging with rpcdebug -m nfsd -s auth on server (then search e.g. /var/log/messages, /var/log/syslog, etc. depending on your distro). When per user separated network will be available with rpcdebug -m nfsd -c all it's possible to disable all logs

    If people can even make attempts, you have already given up too much. Use firewall rules to limit access to only your servers!

    Exactly. This was super easy to get going: https://wiki.debian.org/NFSServerSetup#NFSv4_only

    These are the IP tables rules:
    iptables -A INPUT -i eth1 -s private_ip_address_go_here -p tcp -m conntrack --ctstate NEW --dport 2049 -j ACCEPT
    iptables -A INPUT -i eth1 -s private_ip_address_go_here -p udp -m conntrack --ctstate NEW --dport 2049 -j ACCEPT
    iptables -A OUTPUT -o eth1 -d private_ip_address_go_here -p tcp -m conntrack --ctstate NEW --dport 2049 -j ACCEPT
    iptables -A OUTPUT -o eth1 -d private_ip_address_go_here -p udp -m conntrack --ctstate NEW --dport 2049 -j ACCEPT

    Also it's important not to forget to change the policy or add a rule to reject/drop anything else, otherwise this will not actually help.

  • noexittvnoexittv Member
    edited December 2020

    The fuck is up with the Ubuntu 18.04 template? After install, all my bf2020 servers show:

    root@bf2020:~# df -h
    Filesystem      Size  Used Avail Use% Mounted on
    udev            7.9G     0  7.9G   0% /dev
    tmpfs           1.6G  3.0M  1.6G   1% /run
    /dev/vda1       1.9G  1.2G  610M  67% /
    tmpfs           7.9G     0  7.9G   0% /dev/shm
    tmpfs           5.0M     0  5.0M   0% /run/lock
    tmpfs           7.9G     0  7.9G   0% /sys/fs/cgroup
    tmpfs           1.6G     0  1.6G   0% /run/user/0
    

    Nice... Anyone else having issues with this? Tips on how to solve it?
    Are @hosthatch aware of this?

  • @noexittv said:
    The fuck is up with the Ubuntu 18.04 template? After install, all my bf2020 servers show:

    root@bf2020:~# df -h
    Filesystem      Size  Used Avail Use% Mounted on
    udev            7.9G     0  7.9G   0% /dev
    tmpfs           1.6G  3.0M  1.6G   1% /run
    /dev/vda1       1.9G  1.2G  610M  67% /
    tmpfs           7.9G     0  7.9G   0% /dev/shm
    tmpfs           5.0M     0  5.0M   0% /run/lock
    tmpfs           7.9G     0  7.9G   0% /sys/fs/cgroup
    tmpfs           1.6G     0  1.6G   0% /run/user/0
    

    Nice... Anyone else having issues with this? Tips on how to solve it?
    Are @hosthatch aware of this?

    sudo resize2fs /dev/vda1

  • JamesFJamesF Member, Host Rep

    is it normal for UK ip to show USA / NL ?

  • @JamesF said:
    is it normal for UK ip to show USA / NL ?

    yes and no. I guess it is up to HH to submit up-to-date info about geoloc.

  • @Dalawella said: But who's interested may check it out, when you use the ubuntu 18.04 template then you have up 15-20 GB more on your hard drive.

    I tested it today and only difference I saw was 790MB less when installed through ISO on 2TB box.

    To be exact this pulled in MB through ISO install. I chose manual partition and used full disk as bootable then did GPT partition. Available disk space was 1.953TB.

    df -m
    Filesystem     1M-blocks  Used Available Use% Mounted on
    udev                1926     0      1926   0% /dev
    tmpfs                394     1       393   1% /run
    /dev/vda2        2014829  2225   2012588   1% /
    tmpfs               1969     0      1969   0% /dev/shm
    tmpfs                  5     0         5   0% /run/lock
    tmpfs               1969     0      1969   0% /sys/fs/cgroup
    /dev/loop0            55    55         0 100% /snap/core18/1880
    /dev/loop1            30    30         0 100% /snap/snapd/8542
    /dev/loop2            72    72         0 100% /snap/lxd/16099
    tmpfs                394     0       394   0% /run/user/1000
    

    This pulled in MB through template which is dos partition.

    df -m
    Filesystem     1M-blocks  Used Available Use% Mounted on
    udev                1960     0      1960   0% /dev
    tmpfs                395     8       388   2% /run
    /dev/vda1        2015619   987   1932767   1% /
    tmpfs               1974     0      1974   0% /dev/shm
    tmpfs                  5     0         5   0% /run/lock
    tmpfs               1974     0      1974   0% /sys/fs/cgroup
    tmpfs                395     0       395   0% /run/user/0
    

    So in my case 2014829MB full disk space when installed through ISO and 2015619MB when installed through template so I guess difference is negligible considering 2TB box.
    Also I guess there is 80GB reserved block (tune2fs) space from your HDD space on 2TB box.

    Not sure how you got less space?

  • @JamesF said:
    is it normal for UK ip to show USA / NL ?

    same here, probably @hosthatch needs to (or has already) request updates of the geo-ip databases...

  • @K4Y5 said:
    @hosthatch any specific reason 2G RAM NVMe VMs are on 10G, while VMs with 8G RAM are on 1G? Is it totally random? A bunch of VMs of mine are 1G, while the rest are on 10G.

    That's crap I have an 8G RAM Server and have more than 1G basically 2-5G Incoming Network

  • @JamesF said:
    is it normal for UK ip to show USA / NL ?

    They’ve already requested the IPs are moved for the UK servers a week ago, so should update soon. Confirmed by HostHatch support.

  • netomxnetomx Moderator, Veteran

    Any more room for a poor Mexican guy? ;)

    Storage in the US

  • @netomx said:
    Any more room for a poor Mexican guy? ;)

    Storage in the US

    You are asking ready for BF 2021, right?

    Thanked by 2netomx Ouji
  • @JamesF said:
    is it normal for UK ip to show USA / NL ?

    u sure it is london ? check localtion from another website

    just got mine but it was from netherland even that i ordered Uk one tho

  • K4Y5K4Y5 Member
    edited December 2020

    @CjayVPS said:

    @K4Y5 said:
    @hosthatch any specific reason 2G RAM NVMe VMs are on 10G, while VMs with 8G RAM are on 1G? Is it totally random? A bunch of VMs of mine are 1G, while the rest are on 10G.

    That's crap I have an 8G RAM Server and have more than 1G basically 2-5G Incoming Network

    Good for you. Quite evidently that's not the case for everyone - https://www.lowendtalk.com/discussion/comment/3176257/#Comment_3176257

    Now if you could stop calling others observations and concerns 'crap', as you so eloquently put it across without the data to support it, that'd be great and certainly a lot more useful.

    Thanked by 3skorous dosai Daniel15
  • @chocolateshirt said:

    @noexittv said:
    What happend to the Ubuntu 20.04 template? I'm sure I saw it a few days ago, but now there's only Debian 10 and Ubuntu 18.04... What?

    You can update ubuntu 20.04 from 18.04, the process would take less than 15 minutes..

    Yes I guess you are correct but that does not answer my question at all...

  • noexittvnoexittv Member
    edited December 2020

    Also. Saturday now and still waiting for my last BF server to be deployed :smile: Hopefully it'll get provisioned soon <3

    (No it's not a flash-deal)

  • All my servers have now been delivered and the quality is premium as always, the last one has been activated a few minutes ago. Now I'm patiently waiting for my other few servers that have been ordered in their new locations and have their delivery date by 31 December so read the first post and have in mind those services have a different delivery date. Thanks @hosthatch!

  • plumbergplumberg Veteran, Megathread Squad

    Almost 3 hours and no posts....

    Thanked by 1DP
  • DPDP Administrator, The Domain Guy
    edited December 2020

    @plumberg said:
    Almost 3 hours and no posts....

    HostHatch been provisionin', people be hustlin', busy configurin', to get them servers idlin'.

    Thanked by 1default
  • Thank you 🙏 @hosthatch

  • WorldWorld Veteran
    edited December 2020

    As time goes by, I've been waited for 14 days to receive my Vienna VPS grabbed from Flash Sales, and now still in finalizing progess... Hope Monday will be the deadline - although there're lots of orders need to be done, but no more extra delay please :)

    Thanked by 2Snacho b0x
  • @netomx said:
    Any more room for a poor Mexican guy? ;)

    Storage in the US

    I can transfer mine to you if you want. PM Sent.

    Thanked by 2the_doctor netomx
  • @hosthatch

    Pls check my ticket #657407

  • DPDP Administrator, The Domain Guy

    @add_iT said:
    @hosthatch

    Pls check my ticket #657407

    Why don't you update/follow up on the ticket itself and get the attention of 3-4 people (maybe more) to act on it rather than posting it here to get the attention of 1 person?

    Thanked by 1the_doctor
  • I got a few hours ago my 10TB Chicago Storage VPS :). It is already working. Thanks.

    Thanked by 1the_doctor
Sign In or Register to comment.