Page 3 of 3 FirstFirst 123
Results 51 to 75 of 75

Thread: HOW-TO: Vds

  1. #51
    Join Date
    May 2005
    Location
    INDIA
    Posts
    142

    Dont get me wrong

    We have a dedicated servers, do we need to buy the special software to create the vps? if yes how much does it costs?

  2. #52
    for internet access just put and
    eth0=tuntap,,,192.168.1.100
    and in the VPS set as default getaway the main host IP adress.
    + give an ip adress to VPS (ifconfig eth0 IP up)
    + give a usable name server to make the resolv (/etc/resolv.conf)

    and your VPS can c net and is vissible from the net
    EdgeVPS
    http://www.edgevps.com

  3. #53
    Join Date
    Feb 2005
    Posts
    379
    Originally posted by migman
    for internet access just put and
    eth0=tuntap,,,192.168.1.100
    and in the VPS set as default getaway the main host IP adress.
    + give an ip adress to VPS (ifconfig eth0 IP up)
    + give a usable name server to make the resolv (/etc/resolv.conf)

    and your VPS can c net and is vissible from the net
    Yes, however that will not work if you dont have the tun kernel module compiled. To check simply run:

    #modprobe tun

    If you get a not found error, you will need to download and compile tun into your host kernel.

    Another thing to note is that each VPS needs to have a diffrent internal IP defined in that commandline option or else traffic wont route properly. For example

    VPS1: eth0=tuntap,,,192.168.1.100
    VPS2: eth0=tuntap,,,192.168.1.101
    Regards,
    datruesurfer

  4. #54
    Join Date
    Dec 2004
    Location
    Missouri
    Posts
    37
    How do I get all of the VDSs to start when the main OS starts and how do I get one specific VDS to start in the background?

  5. #55
    jsasa: add in rc.local the command to start.

    give to every VPS a id like umid=vps1 ... etc

    so you can easy c if this runs using the uml_mconsole and get the proc uptime for example.
    EdgeVPS
    http://www.edgevps.com

  6. #56
    Join Date
    Dec 2004
    Location
    Missouri
    Posts
    37
    this doesn't make sense please explain in detail lol

  7. #57
    your question is :How do I get all of the VDSs to start when the main OS starts
    the answer ------>>>>> rc.local

    what else do you need ?
    EdgeVPS
    http://www.edgevps.com

  8. #58
    thanks for the tutorial. Gonna try it on my new linux box.

  9. #59
    Are there any other step-by-step tutorial with some more recent versions of the files?

    I'd sure like to install this on CentOS 4.1 (kernel 2.6.9).

    The tutorial on UML's official website is the worst doc by far.

  10. #60
    Join Date
    Aug 2005
    Location
    Canada
    Posts
    862
    Last edited by extras; 08-29-2005 at 06:09 PM.

  11. #61
    Join Date
    Feb 2005
    Posts
    379
    I'm planning on making a basic Virtuozzo guide one of these days.
    Regards,
    datruesurfer

  12. #62
    Join Date
    Apr 2005
    Posts
    537

    help

    hey all, i wouldnt suppose someone would be willing to help me out getting a UML system up and running, ive got to the point of getting the os up, but no matter what i do i cant get it to access the net at all, i can get incomming network but not outgoing, any ideas

  13. #63
    Join Date
    Nov 2003
    Location
    India
    Posts
    155
    You need to add default route and also probalby change the ip in the vps.

    Regards

  14. #64
    Join Date
    Feb 2001
    Location
    UK
    Posts
    461
    How could a vds be set up on a centos box with whm/cpanel? Would another licence be required or could it utilise the one for the server?

    I'm tempted to try this howto.

  15. #65
    Join Date
    Apr 2005
    Posts
    537
    if your planning on installing cpanel/whm onto the vps aswell you'll need a cpanel license for it too(you can buy VPS cpanel licenses for about $15) but if your not installing cpanel on it you dont need any licenses

  16. #66
    Join Date
    Sep 2003
    Location
    Washington, USA
    Posts
    3,262
    Excellent tutorial! I've been able to execute it without a single hitch
    ‹‹SHAW NETWORKS›› Simple. Professional. Reliable. Web Hosting Done Right.
    Low Cost & Award-Winning: cPanel Reseller Plans ›› 24/7/365 Live Technical Support ‹‹
    Website: www.shawnetworks.com Fast Response E-mail: sales @ shawnetworks.com
    Sick of downtime? Fed up with excuses? Drop your host! Switch to Shaw Networks.

  17. #67
    Join Date
    Oct 2005
    Posts
    397
    How do you allocate the amount of cpu that can be used by each UML user?

  18. #68
    Join Date
    Oct 2005
    Posts
    397
    Do I need to create LVM partitions for the different UML servers?

  19. #69
    Join Date
    Feb 2005
    Posts
    379
    Quote Originally Posted by jalapeno55
    Do I need to create LVM partitions for the different UML servers?

    No, thats the beauty of UML. The kernel simply mounts the EXT-3 filesystem you download and boots it.

    To my knowledge you cant allocate CPU resources in UML, but it is possible in Virtuozzo.
    Regards,
    datruesurfer

  20. #70
    Join Date
    Oct 2005
    Posts
    397
    Quote Originally Posted by datruesurfer
    No, thats the beauty of UML. The kernel simply mounts the EXT-3 filesystem you download and boots it.

    To my knowledge you cant allocate CPU resources in UML, but it is possible in Virtuozzo.
    Will Xen or FreeVPS or openVPS allocate CPU resources?

    www openvps org/Plone
    Last edited by jalapeno55; 10-29-2005 at 08:42 PM.

  21. #71
    Join Date
    Nov 2005
    Posts
    51

    No clue

    I have no clue what VPS is really worth.
    Happy Holidays

  22. #72
    Join Date
    Feb 2006
    Location
    USA
    Posts
    3

    Segmentation fault?

    Segmentation fault

    i get this error when i run /home/vds1/linux ubd0=root_fs root=/dev/ubd0 mem=128m

  23. #73
    Join Date
    Aug 2004
    Location
    New Jersey
    Posts
    129
    i would recommend using vmware server, free and you can use both windows and linux
    Toqen | Budget Friendly Shared Cloud Hosting, Dedicated Servers and Server Colocation

    Follow us on Facebook - http://www.facebook.com/toqen and Twitter - @toqenllc

  24. #74
    Join Date
    Feb 2006
    Location
    USA
    Posts
    3
    i hate vmware! what dose my error mean?

  25. #75
    Join Date
    Feb 2006
    Location
    USA
    Posts
    3
    any one know whats wrong i cant get it to work on a debian nor a centos 4 box!

Page 3 of 3 FirstFirst 123

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •