RE: Multiple IP addresses on one machine, and routing.

2001-07-02 Thread Lavender, Ben
Title: RE: Multiple IP addresses on one machine, and routing. Two resposnes in one! >Are adding routes into your system? >for instance when I added 2 ip's to one card, I do it like this > >ifconfig eth0:1 xxx.xxx.xxx.xxx >ifconfig eth0:2 yyy.yyy.yyy.yyy >route add -ho

Re: Multiple IP addresses on one machine, and routing.

2001-06-29 Thread Joost Kooij
On Fri, Jun 29, 2001 at 02:36:48PM -0500, Lavender, Ben wrote: > I am having some headaches getting more than one IP address to work properly > on a machine. I can make it work with neither multiple nics or aliased > interfaces. For the sake of simplifying my ascii-art below, lets assume a set of

RE: Multiple IP addresses on one machine, and routing.

2001-06-29 Thread techlists
Title: Multiple IP addresses on one machine, and routing. Are adding routes into your system? for instance when I added 2 ip's to one card, I do it like this   ifconfig eth0:1 xxx.xxx.xxx.xxx ifconfig eth0:2 yyy.yyy.yyy.yyy route add -host xxx.xxx.xxx.xxx eth0:1 route add -host yyy.yyy.yyy.y

Re: Multiple IP addresses on one Machine

1998-11-10 Thread Jeff Noxon
On Tue, Nov 10, 1998 at 02:58:21PM -0500, Collin Rose wrote: > I am trying to setup Multiple IP addresses on one Machine. CAn anyone tell > me how to do this? I.e. Apache will bind to one IP and the server itself > uses another. You can use IP aliasing to do that. You need to have it enabled in t