On Mon, Jan 06, 2003 at 08:32:30PM -0500, Dinesh Mistry wrote:
> Yup the IP is correct, tried that already.
> 
> No errors on VPS start up

your problem is trivial, although not obvious.

#define IFNAMSIZ        16
     char    ifrn_name[IFNAMSIZ];            /* if name, e.g. "en0" */

"eth0:" (5 chars)
"televendor" (10 chars)
"\0" (1 char)

but the multiple ip stuff in vserver works by
adding numbers to the server name to build the
alias names ...

eth0:televendor1
eth0:televendor2
...

which results in the same alias name used for
all your ips ... so only the last one is permanent

best,
Herbert


> START UP
> 
> Starting the virtual server televendor
> Server televendor is not running
> ipv4root is now 66.78.30.187 66.78.30.185
> Host name is now televendors.com
> New security context is 28
> ---------------------------------------------------------------
> CONFIG -
> 
> if [ "" = "" ]; then
>         PROFILE=prod
> fi
> case $PROFILE in
> prod)
>         IPROOT="66.78.30.187 66.78.30.185"
>         IPROOTDEV=eth0
>         S_HOSTNAME=televendors.com
>         ;;
> backup)
>         IPROOT=""
>         IPROOTDEV=eth0
>         S_HOSTNAME=
>         ;;
> esac
> ONBOOT=yes
> S_DOMAINNAME=
> S_NICE=
> S_FLAGS="lock nproc"
> ULIMIT="-H -u 128"
> S_CAPS="CAP_NET_RAW"
> 
> -----------------------------------------------------------------
> 
> IFCONFIG
> 
> eth0:tele Link encap:Ethernet  HWaddr 00:04:E2:0B:41:62  
>           inet addr:66.78.30.185  Bcast:66.78.30.191  Mask:255.255.255.240
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           Interrupt:11
> 
> --------------------------------------------
> Dinesh Mistry
> 
> YourHostDirect
> 1-800-210-6757
> 
> Better, Faster and more Reliable Hosting
> http://www.yourhostdirect.com
> --------------------------------------------
> 
> 
> -----Original Message-----
> From: Volker Buschmans [mailto:[EMAIL PROTECTED]] 
> Sent: Monday, January 06, 2003 7:42 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [vserver] multiple ips 2.4.20 ctx16
> 
> May be,
> 
> (I'm sorry, I missed the initial mails, so I don't know the whole story...)
> Are you sure the IP is correct (inside your network, not yet in use, ...)?
> How many VServers are allready running?
> Are there errors during the VServer startup?
> perhaps (if not too dangerous for you) you could drop the configfie(s) (w/o
> comments) and ifconfig
> ethX to the list...
> 
> Volker
> 
> Buschmans I.F.M.
> 
> http://www.buschmans.de
> 
> 
> 
> On Mon, 6 Jan 2003 01:22:19 -0500, Dinesh Mistry wrote
> [snip]
> > Now the one thing that might but should not have affect is that the
> network
> > block assigned to me is a /28 but I have no idea how that would affect
> [snip]
> > 
> > --------------------------------------------
> > Dinesh Mistry
> > 
> > YourHostDirect
> > 1-800-210-6757
> > 
> > Better, Faster and more Reliable Hosting
> > http://www.yourhostdirect.com
> > --------------------------------------------
> > 
> > -----Original Message-----
> > From: Cathy Sarisky [mailto:[EMAIL PROTECTED]] 
> > Sent: Monday, January 06, 2003 12:31 AM
> > To: [EMAIL PROTECTED]
> > Subject: RE: [vserver] multiple ips 2.4.20 ctx16
> > 
> > You'd see this if the other IPs couldn't be bound, of course, but there
> > would be error messages to go with it.  ifconfig in the host server shows
> > the ips you want to bind?  If you shuffle around the order in the IPROOT=
> > line, do you still see the last IP getting bound?
> > 
> > Apologies if you're way beyond this point in debugging this one.
> > 
> > On Mon, 6 Jan 2003, Dinesh Mistry wrote:
> > 
> > > I know I brought this up a while ago but I am still running in to the
> same
> > > problem I have installed another host vserver and am unable to replicate
> > the
> > > same problem, everything is identical the kernel the patch level.
> > > 
> > > I am trying to add more than 1 IP to a vserver but on this one machine
> > when
> > > I edit the config file and the 2 IP's in IPROOT=" " section of the
> config
> > > file.
> > > 
> > > The vserver comes up fine but it just takes the last IP Address I enter
> in
> > > the config file. I have rebooted the host server hoping it was something
> > > strange where the IP was locked/(or something weird) but I still can not
> > get
> > > it to work with multiple IP's
> > > 
> > > I have created the same vserver name and everything trying to mimic the
> > > identical configuration with no avail. 
> > > 
> > > Is there anything I can check to see what is causing the is problem has
> > any
> > > one seen anything this strange?
> > > 
> > > --------------------------------------------
> > > Dinesh Mistry
> > > 
> > > YourHostDirect
> > > 1-800-210-6757
> > > 
> > > Better, Faster and more Reliable Hosting
> > > http://www.yourhostdirect.com
> > > --------------------------------------------
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > >
> 

Reply via email to