Joey, Looking into it today, you can only use one interface per server for binding the virtual servers to (ie. eth0 or eth1, etc).
What you can do is either download the freevsd 1.4.9 tar, then make the change as shown below and build your own copy of the vsboot program and copy into place, or if you want I could send you a precompiled binary with the change made from eth0 to eth1. The change only affects the vsboot program - so that's the only thing that needs changing. I know from looking into the commercial counterpart - provsd, well not really anymore as per the liquidation of Idaya, that they changed that hardcode #define to a config parameter in vsd.conf... Regards - Bill. ----- Original Message ----- From: "Joey Esquibal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 30, 2003 1:01 AM Subject: Re: Using additional interface > > Hi Bill! > > Basically, I am using the freevsd rpm and did not use the tar file. > How am I going to do this? I'm just wondering how could it be > the correct/exact way how to bind my additional virtual private > servers to the additional interface card. > > Thanks, > > Joey > > > On Wednesday 29 January 2003 08:40, Bill Brigden wrote: > > This can be done, but you need to recompile your freevsd installation, > > modifying the file > > > > /src/sys-utils/vsboot.c > > > > at the point: > > > > /* Network interface that we wish to bind virtual servers to. */ > > #define NETDEVICE "eth0" > > > > > > Infact, you only need to recompile the vsboot utility, then copy into place > > and that should be fine.. > > > > > > Hope this helps, > > Bill Brigden. > > ----- Original Message ----- > > From: "Joey Esquibal" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Wednesday, January 29, 2003 12:29 AM > > Subject: Using additional interface > > > > > Hi! > > > > > > Anyone successfully configured freevsd to use additional network > > > interface card say "eth0" as the origincal and "eth1" will be the > > > additional. > > > > > > Pointers are greatly appreciated. > > > > > > Thanks, > > > > > > Joey > > > ------------------------- The freeVSD Support > > > > List -------------------------- > > > > > Subscribe: > > > mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support > > > Unsubscribe: > > > > mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support > > > > > Archives: http://freevsd.org/support/mail-archives/freevsd-support > > > ------------------------------------------------------------------------- > > >- > > > > --- > > > > > > ------------------------- The freeVSD Support List > > -------------------------- Subscribe: > > mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support Unsubscribe: > > mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support Archives: > > http://freevsd.org/support/mail-archives/freevsd-support > > -------------------------------------------------------------------------- - > >-- > > ------------------------- The freeVSD Support List -------------------------- > Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support > Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support > Archives: http://freevsd.org/support/mail-archives/freevsd-support > -------------------------------------------------------------------------- --- > ------------------------- The freeVSD Support List -------------------------- Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support Archives: http://freevsd.org/support/mail-archives/freevsd-support -----------------------------------------------------------------------------
