Howdy, Stranger!

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


How can I setup large vm in dedicated server? - Page 2
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.

How can I setup large vm in dedicated server?

2»

Comments

  • You should be able to edit your post

  • datasoft.ws lol if i was you i would change host asap!

  • sigh

    The LET DDOS bot is at it again...

    Thanked by 1doughmanes
  • msg7086msg7086 Member
    edited February 2016

    @ftn said:
    Can some one please delete my server IPs which I have posted on here?

    You should edit your own post and remove it.

    Besides, it's a pretty common sense to not expose your IP to the public. And now everyone knows your IP and surely someone will DDoS you for weeks, maybe just for fun.

    Thanked by 1GM2015
  • Now I have another server with /29 IP range.

    I have a question. How can I create the VM with multiple IPs? So that the vps will use all IPs?

  • Add the IPs via the network tab

  • @msg7086 said:
    Besides, it's a pretty common sense to not expose your IP to the public. And now everyone knows your IP and surely someone will DDoS you for weeks, maybe just for fun.

    You got me at "fun"

  • linuxthefishlinuxthefish Member
    edited February 2016

    Just use command line OpenVZ. Something like this:

    yum -y install vzkernel vzctl vzquota ploop
    wget http://mirror.steadfast.net/openvz/template/precreated/centos-5-x86.tar.gz -O /vz/template/cache/centos-5-x86.tar.gz

    vzctl create 101 --ostemp centos-5.0-x86 --hostname cheaplicense --ipadd 8.8.8.1
    vzctl set 101 --ram 30G --nameserver 8.8.8.8 --onboot yes --userpasswd root:fish101 --cpuunits 1000 --cpulimit 0 --diskspace 200G
    vzctl start 101

  • Currently Im using "Virtualizor". Love their system :)

Sign In or Register to comment.