Re: Please help with IP Aliasing

1998-07-07 Thread m*
On Thu, Jul 02, 1998 at 11:53:32AM +1000, Craig Sanders wrote: >firstly, replace all those ifconfig & route commands with something like >this: > >i=1 >while [ $i -le 254 ] ; do > ifconfig eth0:$i XXX.231.206.$i netmask 255.255.255.0 > route add -host XXX.231.206.$i eth0:$i > $i=$

Re: Please help with IP Aliasing

1998-07-06 Thread Ian Eure
On Thu, Jul 02, 1998 at 11:33:13PM +0800, Jieyao wrote: > > > > I am currently setting up a Mail and Webserver (hamm, 2.0.33). I have > > > got a whole package of 256 IP addresses that I want to assign to this > > > server. In the NET-3-HOWTO I read that I have to set it up like this: > > Why do

Re: Please help with IP Aliasing

1998-07-03 Thread Andy Spiegl
First of all thanks a lot for your fast help, especially to Craig! > firstly, replace all those ifconfig & route commands with something like > this: > > i=1 > while [ $i -le 254 ] ; do > ifconfig eth0:$i XXX.231.206.$i netmask 255.255.255.0 > route add -host XXX.231.206.$i eth0:$i >

Re: Please help with IP Aliasing

1998-07-02 Thread matthew tebbens
I am running Debian with 1 IP address and like 20 or 30 virtual hosts, and EVERYTHING works. :) On Thu, 2 Jul 1998, Jieyao wrote: > > > > I am currently setting up a Mail and Webserver (hamm, 2.0.33). I have > > > got a whole package of 256 IP addresses that I want to assign to this > > > ser

Re: Please help with IP Aliasing

1998-07-02 Thread Jieyao
> > I am currently setting up a Mail and Webserver (hamm, 2.0.33). I have > > got a whole package of 256 IP addresses that I want to assign to this > > server. In the NET-3-HOWTO I read that I have to set it up like this: > Why do you want to give the machine 256 ips? It's pointless unless you do

Re: Please help with IP Aliasing

1998-07-02 Thread Craig Sanders
On 1 Jul 1998, Andy Spiegl wrote: > I am currently setting up a Mail and Webserver (hamm, 2.0.33). I have got > a whole package of 256 IP addresses that I want to assign to this > server. In the NET-3-HOWTO I read that I have to set it up like this: > # here I am trying to set up the IP-Alias

Re: Please help with IP Aliasing

1998-07-02 Thread Hamish Moffatt
On Wed, Jul 01, 1998 at 10:30:46AM -0700, Ian Eure wrote: > Why do you want to give the machine 256 ips? It's pointless unless you do > webhosting, and there are better ways of doing that eg with apache's > setup. You can't do virtual FTP domains without IPs, and not all browsers support the virt

Re: Please help with IP Aliasing

1998-07-01 Thread Ian Eure
If you are using apache and qmail, you have no need whatsoever for binding more than 1 ip to your system. eg, on my system, I'm doing virtual webhosting & email for a few domains. so... if you go to http://crosssound.narrows.com, you get one page. If you go to http://www3.minion.ml.org, you get a

Re: Please help with IP Aliasing

1998-07-01 Thread matthew tebbens
I only have 1 main IP address (actually 5, but only one is used), and I host a number of domains for web space and mail I use Apache, and Qmail Both are really good for Virtual Hosting Matthew On Wed, 1 Jul 1998, Ian Eure wrote: > On Wed, Jul 01, 1998 at 02:55:39PM +, Andy Spi

Re: Please help with IP Aliasing

1998-07-01 Thread Ian Eure
On Wed, Jul 01, 1998 at 02:55:39PM +, Andy Spiegl wrote: > Hi! > > I am currently setting up a Mail and Webserver (hamm, 2.0.33). I have got > a whole package of 256 IP addresses that I want to assign to this server. > In the NET-3-HOWTO I read that I have to set it up like this: Why do you w