Re: [Vserver] ip count
On Thursday 14 September 2006 16:07, Herbert Poetzl wrote: ok... one quick question... if the host has this patch, must the guest have it if the guest will not be using more than 1 ip or must all guests match the kernel in this patch regardless? i guess a better way to ask is... with the host patched, can i patch only the guests needing more than 16 ip addys or must i patch every guest? planning whether i would have to provided the template patched or not. > On Thu, Sep 14, 2006 at 12:44:30PM -0400, Chuck wrote: > > On Thursday 14 September 2006 12:18, Bruno wrote: > > > > > > oh .. to complete the explanation on our systems a guest would never > > address more than a single /24 but with the limitation that has to be > > divided among a gazillion guests instead.. > > last time I checked, a /24 (or class C network) had 256 > addresses (with 254 usable for ips) not a gazillion :) > > this aside, we will add it soon, but you can (for now) > just apply one of the 64address patches, to kernel and > tools, as I doubt it will cause much overhead ... > > HTH, > Herbert > > > > On Thursday 14 September 2006 16:27, Chuck wrote: > > > > someone mentioned the possibility of getting a setup on current > > > > vserver code that would take a /24 network and not have much if > > > > any slowdown.. has this ever been realized? > > > > > > I did some coding in that direction, but patch is not finished yet. > > > Hopefully I will get some more time after next week do continue > > > coding on it. > > > > > > My direction is assigning address elements to guests, either single > > > addresses or groups of addresses as range or mask. When there > > > is more than a single such item, on additional is created that > > > itentifies the complete range contaning the addresses of a guest. > > > Thus two guests with 20 IPs spread over two different /24 networks > > > wil be seen as a single range for most check wether IP is part of > > > the guest's address-space. Only on match of that outer boundary > > > checking of the idividual addresses or the guest is done. Mostly > > > missing is the handling of broadcast... > > > > > > Bruno > > > ___ > > > Vserver mailing list > > > Vserver@list.linux-vserver.org > > > http://list.linux-vserver.org/mailman/listinfo/vserver > > > > > > > -- > > > > Chuck > > > > "...and the hordes of M$*ft users descended upon me in their anger, > > and asked 'Why do you not get the viruses or the BlueScreensOfDeath > > or insecure system troubles and slowness or pay through the nose > > for an OS as *we* do?!!', and I answered...'I use Linux'. " > > The Book of John, chapter 1, page 1, and end of book > > > > > > ___ > > Vserver mailing list > > Vserver@list.linux-vserver.org > > http://list.linux-vserver.org/mailman/listinfo/vserver > -- Chuck "...and the hordes of M$*ft users descended upon me in their anger, and asked 'Why do you not get the viruses or the BlueScreensOfDeath or insecure system troubles and slowness or pay through the nose for an OS as *we* do?!!', and I answered...'I use Linux'. " The Book of John, chapter 1, page 1, and end of book ___ Vserver mailing list Vserver@list.linux-vserver.org http://list.linux-vserver.org/mailman/listinfo/vserver
Re: [Vserver] ip count
On Thursday 14 September 2006 16:07, Herbert Poetzl wrote: the patches look simple enough... i assume if i try manually patching more recent versions i should have no trouble finding those code snips. Sep 14, 2006 at 12:44:30PM -0400, Chuck wrote: > > On Thursday 14 September 2006 12:18, Bruno wrote: > > > > > > oh .. to complete the explanation on our systems a guest would never > > address more than a single /24 but with the limitation that has to be > > divided among a gazillion guests instead.. > > last time I checked, a /24 (or class C network) had 256 > addresses (with 254 usable for ips) not a gazillion :) > > this aside, we will add it soon, but you can (for now) > just apply one of the 64address patches, to kernel and > tools, as I doubt it will cause much overhead ... > > HTH, > Herbert > > > > On Thursday 14 September 2006 16:27, Chuck wrote: > > > > someone mentioned the possibility of getting a setup on current > > > > vserver code that would take a /24 network and not have much if > > > > any slowdown.. has this ever been realized? > > > > > > I did some coding in that direction, but patch is not finished yet. > > > Hopefully I will get some more time after next week do continue > > > coding on it. > > > > > > My direction is assigning address elements to guests, either single > > > addresses or groups of addresses as range or mask. When there > > > is more than a single such item, on additional is created that > > > itentifies the complete range contaning the addresses of a guest. > > > Thus two guests with 20 IPs spread over two different /24 networks > > > wil be seen as a single range for most check wether IP is part of > > > the guest's address-space. Only on match of that outer boundary > > > checking of the idividual addresses or the guest is done. Mostly > > > missing is the handling of broadcast... > > > > > > Bruno > > > ___ > > > Vserver mailing list > > > Vserver@list.linux-vserver.org > > > http://list.linux-vserver.org/mailman/listinfo/vserver > > > > > > > -- > > > > Chuck > > > > "...and the hordes of M$*ft users descended upon me in their anger, > > and asked 'Why do you not get the viruses or the BlueScreensOfDeath > > or insecure system troubles and slowness or pay through the nose > > for an OS as *we* do?!!', and I answered...'I use Linux'. " > > The Book of John, chapter 1, page 1, and end of book > > > > > > ___ > > Vserver mailing list > > Vserver@list.linux-vserver.org > > http://list.linux-vserver.org/mailman/listinfo/vserver > -- Chuck "...and the hordes of M$*ft users descended upon me in their anger, and asked 'Why do you not get the viruses or the BlueScreensOfDeath or insecure system troubles and slowness or pay through the nose for an OS as *we* do?!!', and I answered...'I use Linux'. " The Book of John, chapter 1, page 1, and end of book ___ Vserver mailing list Vserver@list.linux-vserver.org http://list.linux-vserver.org/mailman/listinfo/vserver
Re: [Vserver] ip count
On Thursday 14 September 2006 16:07, Herbert Poetzl wrote: On Thu, Sep 14, 2006 at 12:44:30PM -0400, Chuck wrote: > > On Thursday 14 September 2006 12:18, Bruno wrote: > > > > > > oh .. to complete the explanation on our systems a guest would never > > address more than a single /24 but with the limitation that has to be > > divided among a gazillion guests instead.. > > last time I checked, a /24 (or class C network) had 256 > addresses (with 254 usable for ips) not a gazillion :) hehe its that many guests seemingly when you have to pay a license fee for each virtual server that we run a software package on, and more than one is a gazillion in my book :) > > this aside, we will add it soon, but you can (for now) > just apply one of the 64address patches, to kernel and > tools, as I doubt it will cause much overhead ... hmm 64 addresses per server... that's do-able... ok so i asume this patch is searchable on the vserver website... ok thanks! > > HTH, > Herbert > > > > On Thursday 14 September 2006 16:27, Chuck wrote: > > > > someone mentioned the possibility of getting a setup on current > > > > vserver code that would take a /24 network and not have much if > > > > any slowdown.. has this ever been realized? > > > > > > I did some coding in that direction, but patch is not finished yet. > > > Hopefully I will get some more time after next week do continue > > > coding on it. > > > > > > My direction is assigning address elements to guests, either single > > > addresses or groups of addresses as range or mask. When there > > > is more than a single such item, on additional is created that > > > itentifies the complete range contaning the addresses of a guest. > > > Thus two guests with 20 IPs spread over two different /24 networks > > > wil be seen as a single range for most check wether IP is part of > > > the guest's address-space. Only on match of that outer boundary > > > checking of the idividual addresses or the guest is done. Mostly > > > missing is the handling of broadcast... > > > > > > Bruno > > > ___ > > > Vserver mailing list > > > Vserver@list.linux-vserver.org > > > http://list.linux-vserver.org/mailman/listinfo/vserver > > > > > > > -- > > > > Chuck > > > > "...and the hordes of M$*ft users descended upon me in their anger, > > and asked 'Why do you not get the viruses or the BlueScreensOfDeath > > or insecure system troubles and slowness or pay through the nose > > for an OS as *we* do?!!', and I answered...'I use Linux'. " > > The Book of John, chapter 1, page 1, and end of book > > > > > > ___ > > Vserver mailing list > > Vserver@list.linux-vserver.org > > http://list.linux-vserver.org/mailman/listinfo/vserver > -- Chuck "...and the hordes of M$*ft users descended upon me in their anger, and asked 'Why do you not get the viruses or the BlueScreensOfDeath or insecure system troubles and slowness or pay through the nose for an OS as *we* do?!!', and I answered...'I use Linux'. " The Book of John, chapter 1, page 1, and end of book ___ Vserver mailing list Vserver@list.linux-vserver.org http://list.linux-vserver.org/mailman/listinfo/vserver
Re: [Vserver] ip count
On Thu, Sep 14, 2006 at 12:44:30PM -0400, Chuck wrote: > On Thursday 14 September 2006 12:18, Bruno wrote: > > > oh .. to complete the explanation on our systems a guest would never > address more than a single /24 but with the limitation that has to be > divided among a gazillion guests instead.. last time I checked, a /24 (or class C network) had 256 addresses (with 254 usable for ips) not a gazillion :) this aside, we will add it soon, but you can (for now) just apply one of the 64address patches, to kernel and tools, as I doubt it will cause much overhead ... HTH, Herbert > > On Thursday 14 September 2006 16:27, Chuck wrote: > > > someone mentioned the possibility of getting a setup on current > > > vserver code that would take a /24 network and not have much if > > > any slowdown.. has this ever been realized? > > > > I did some coding in that direction, but patch is not finished yet. > > Hopefully I will get some more time after next week do continue > > coding on it. > > > > My direction is assigning address elements to guests, either single > > addresses or groups of addresses as range or mask. When there > > is more than a single such item, on additional is created that > > itentifies the complete range contaning the addresses of a guest. > > Thus two guests with 20 IPs spread over two different /24 networks > > wil be seen as a single range for most check wether IP is part of > > the guest's address-space. Only on match of that outer boundary > > checking of the idividual addresses or the guest is done. Mostly > > missing is the handling of broadcast... > > > > Bruno > > ___ > > Vserver mailing list > > Vserver@list.linux-vserver.org > > http://list.linux-vserver.org/mailman/listinfo/vserver > > > > -- > > Chuck > > "...and the hordes of M$*ft users descended upon me in their anger, > and asked 'Why do you not get the viruses or the BlueScreensOfDeath > or insecure system troubles and slowness or pay through the nose > for an OS as *we* do?!!', and I answered...'I use Linux'. " > The Book of John, chapter 1, page 1, and end of book > > > ___ > Vserver mailing list > Vserver@list.linux-vserver.org > http://list.linux-vserver.org/mailman/listinfo/vserver ___ Vserver mailing list Vserver@list.linux-vserver.org http://list.linux-vserver.org/mailman/listinfo/vserver
Re: [Vserver] ip count
On Thursday 14 September 2006 12:18, Bruno wrote: oh .. to complete the explanation on our systems a guest would never address more than a single /24 but with the limitation that has to be divided among a gazillion guests instead.. > On Thursday 14 September 2006 16:27, Chuck wrote: > > someone mentioned the possibility of getting a setup on current vserver > > code that would take a /24 network and not have much if any slowdown.. has > > this ever been realized? > > I did some coding in that direction, but patch is not finished yet. Hopefully > I will get some more time after next week do continue coding on it. > > My direction is assigning address elements to guests, either single addresses > or groups of addresses as range or mask. When there is more than a single > such item, on additional is created that itentifies the complete range > contaning the addresses of a guest. > Thus two guests with 20 IPs spread over two different /24 networks wil be seen > as a single range for most check wether IP is part of the guest's > address-space. Only on match of that outer boundary checking of the idividual > addresses or the guest is done. > Mostly missing is the handling of broadcast... > > Bruno > ___ > Vserver mailing list > Vserver@list.linux-vserver.org > http://list.linux-vserver.org/mailman/listinfo/vserver > -- Chuck "...and the hordes of M$*ft users descended upon me in their anger, and asked 'Why do you not get the viruses or the BlueScreensOfDeath or insecure system troubles and slowness or pay through the nose for an OS as *we* do?!!', and I answered...'I use Linux'. " The Book of John, chapter 1, page 1, and end of book ___ Vserver mailing list Vserver@list.linux-vserver.org http://list.linux-vserver.org/mailman/listinfo/vserver
Re: [Vserver] ip count
On Thursday 14 September 2006 12:18, Bruno wrote: > On Thursday 14 September 2006 16:27, Chuck wrote: > > someone mentioned the possibility of getting a setup on current vserver > > code that would take a /24 network and not have much if any slowdown.. has > > this ever been realized? > > I did some coding in that direction, but patch is not finished yet. Hopefully > I will get some more time after next week do continue coding on it. > ahh ok.. will have to use 'plan b' then since i have to begin this next week installing on a replacement server.. > My direction is assigning address elements to guests, either single addresses > or groups of addresses as range or mask. When there is more than a single > such item, on additional is created that itentifies the complete range > contaning the addresses of a guest. > Thus two guests with 20 IPs spread over two different /24 networks wil be seen > as a single range for most check wether IP is part of the guest's > address-space. Only on match of that outer boundary checking of the idividual hmm... yeah that could cause a bit of problem especially since we run 4 nics with unique networks in each and various guests address them as they are configured.. would not do for it to see for example our 38 net and 39 net each a /24 as one range... would severely mess up vpns and things.. ok so ill just have to plan for no more than 16 ips per guest which severely increases our license outlay for a program we run in each guest. we ultimately need to be able to safely and quickly address between 50 and 100 ips per guest to keep our costs down. > addresses or the guest is done. > Mostly missing is the handling of broadcast... > > Bruno > ___ > Vserver mailing list > Vserver@list.linux-vserver.org > http://list.linux-vserver.org/mailman/listinfo/vserver > -- Chuck "...and the hordes of M$*ft users descended upon me in their anger, and asked 'Why do you not get the viruses or the BlueScreensOfDeath or insecure system troubles and slowness or pay through the nose for an OS as *we* do?!!', and I answered...'I use Linux'. " The Book of John, chapter 1, page 1, and end of book ___ Vserver mailing list Vserver@list.linux-vserver.org http://list.linux-vserver.org/mailman/listinfo/vserver
Re: [Vserver] ip count
On Thursday 14 September 2006 16:27, Chuck wrote: > someone mentioned the possibility of getting a setup on current vserver > code that would take a /24 network and not have much if any slowdown.. has > this ever been realized? I did some coding in that direction, but patch is not finished yet. Hopefully I will get some more time after next week do continue coding on it. My direction is assigning address elements to guests, either single addresses or groups of addresses as range or mask. When there is more than a single such item, on additional is created that itentifies the complete range contaning the addresses of a guest. Thus two guests with 20 IPs spread over two different /24 networks wil be seen as a single range for most check wether IP is part of the guest's address-space. Only on match of that outer boundary checking of the idividual addresses or the guest is done. Mostly missing is the handling of broadcast... Bruno ___ Vserver mailing list Vserver@list.linux-vserver.org http://list.linux-vserver.org/mailman/listinfo/vserver
[Vserver] ip count
someone mentioned the possibility of getting a setup on current vserver code that would take a /24 network and not have much if any slowdown.. has this ever been realized? -- Chuck "...and the hordes of M$*ft users descended upon me in their anger, and asked 'Why do you not get the viruses or the BlueScreensOfDeath or insecure system troubles and slowness or pay through the nose for an OS as *we* do?!!', and I answered...'I use Linux'. " The Book of John, chapter 1, page 1, and end of book ___ Vserver mailing list Vserver@list.linux-vserver.org http://list.linux-vserver.org/mailman/listinfo/vserver
Re: [Vserver] gcc version mixing?
On Wed September 13 2006 18:26, Chuck wrote: > does anyone know if it would cause problems if my host is compiled with gcc > 4.1 using nptl while some guests are precompiled binaries using gcc 3.4.6 > with the old style threading and others compiled using gcc 4.1 with nptl? > > i do not have the luxury of making them all 4.1.. so its either hopefully > mixing is ok or do all guests in 3.4.6 old threading or i have to do the > entire system including host in 3.4.6 old threading. i know basically nothing > about the new vs old systems for any kind of compatibility. > > Here I build experimental glibc and gcc inside of vservers - one of their many uses. They make a great sandbox for anything. Mike ___ Vserver mailing list Vserver@list.linux-vserver.org http://list.linux-vserver.org/mailman/listinfo/vserver