note right at the beginning: I use linux at home but I use solaris at
work. I do something similar at work so this may help, but ... ;-)
On Tue, 11 Aug 1998, Shaleh wrote:
> I am in the process of moving from BSDi to Debian at work. We typically
> have from 5 to 25 domains on a web server. I k
I always use for i .. -- bad habit. i should have been domain.
The passwords are all of the type login: webmasterfoo, password
fooretsambew. They are temporary passwords for internal use before we
give them to the customers. They then change them to whatever they
want. So it is not a secur
Harald Schueler wrote:
>
> Am Tue, 11 Aug 1998 schrieb Shaleh:
>
> > Currently on BSDi we do this in a rc.local script:
> >
> > for i in `cat /etc/servers`
> > do
> > ifconfig $interface $domain alias
> > route add -host $domain 127.0.0.1
> > done
>
> I use:
>
> i=0
> for ALIAS in $IPALIASES
>
Am Tue, 11 Aug 1998 schrieb Shaleh:
> Currently on BSDi we do this in a rc.local script:
>
> for i in `cat /etc/servers`
> do
> ifconfig $interface $domain alias
> route add -host $domain 127.0.0.1
> done
I use:
i=0
for ALIAS in $IPALIASES
do
ifconfig eth0:${i} ${ALIAS} netmask ${NETMASK} broad
first, thank you netgod for trying to help. The phone kept ringing at
work and I could not pay close enough attention.
I am in the process of moving from BSDi to Debian at work. We typically
have from 5 to 25 domains on a web server. I know how to config apache,
sendmail, etc. However the ifco
5 matches
Mail list logo