Re: ip alias interfaces don't respond

2005-10-28 Thread Scott Edwards
On 10/27/05, Scott Edwards <[EMAIL PROTECTED]> wrote: > On 10/27/05, Scott Edwards <[EMAIL PROTECTED]> wrote: > > I'm trying to determine why I can ssh into > > this box on the first ip address, but cannot on any of its other ips. > > There's 9 ip addresses in all. This machine has worked fine for

Re: ip alias interfaces don't respond

2005-10-27 Thread Scott Edwards
On 10/27/05, Scott Edwards <[EMAIL PROTECTED]> wrote: > I'm trying to determine why I can ssh into > this box on the first ip address, but cannot on any of its other ips. > There's 9 ip addresses in all. This machine has worked fine for some > time... To restate, a machine I own has nine IP Addre

Re: ip alias

2002-10-13 Thread Hanspeter Roth
On Oct 13 at 18:48, Alan Chandler spoke: > Here is my /etc/network/interfaces with a number of aliased ip addresses on > eth1. > > auto eth0 eth1 lo eth1:0 eth1:1 eth1:2 I have now ### etherconf DEBCONF AREA. DO NOT EDIT THIS AREA OR INSERT TEXT BEFORE IT. auto lo iface lo inet loopback i

Re: ip alias

2002-10-13 Thread Hanasaki JiJi
Is there any way to assign the alias'ed eth1 interfaces via DHCP? How about locking an IP to each that is assigned via DHCP (I guess this isnt possible since pre-allocated DHCP addresses are done via MAC addy) Alan Chandler wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Sunda

Re: ip alias

2002-10-13 Thread Alan Chandler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 13 October 2002 5:23 pm, Hanspeter Roth wrote: > Hello, > > how can one create an ip alias on an interface that has already > another ip address? > > -Hanspeter Here is my /etc/network/interfaces with a number of aliased ip addresses on et

Re: ip alias

2002-10-13 Thread Mark Carroll
On Sun, 13 Oct 2002, Hanspeter Roth wrote: > how can one create an ip alias on an interface that has already > another ip address? There's a kernel option in recent kernels to enable IP aliasing. Once you've done that, IIRC you can set the network settings with ifconfig for eth0:0, eth0:1, etc.

Re: IP Alias

2001-10-19 Thread martin f krafft
* Kalle Olavi Niemitalo <[EMAIL PROTECTED]> [2001.10.19 09:12:47+0300]: > > eth0, IP Address A - can ping from my computer and from other computers > > eth0:0, IP Address B - can ping ONLY from my computer but not from = > > others. It is listed in ifconfig > > Are they in the same subnet? most l

Re: IP Alias

2001-10-19 Thread Kalle Olavi Niemitalo
"Chad Morgan" <[EMAIL PROTECTED]> writes: > eth0, IP Address A - can ping from my computer and from other computers > eth0:0, IP Address B - can ping ONLY from my computer but not from = > others. It is listed in ifconfig Are they in the same subnet? If you assign IP address A to eth0 and B to e

Re: IP Alias

2001-10-03 Thread Vineet Kumar
* Chad Morgan ([EMAIL PROTECTED]) [011002 16:29]: > > Hello, > > I set up an IP Alias on my system but I'm unable to access the aliased IP > address from other computers. > > I have: > eth0, IP Address A - can ping from my computer and from other computers > eth0:0, IP Address B - can ping ONL

Re: IP ALIAS

2001-06-26 Thread Andrea Vettorello
Dave Sherohman wrote: > On Mon, Jun 25, 2001 at 08:05:10PM -0300, Juan wrote: > > How can I configure an IP ALIAS ? > > 1) Build a kernel with IP aliasing support > 2) Assign an address to eth0:0, eth0:1, etc. > And, IIRC, in the 2.4.x kernel tree aliasing is default (or better, you will not fi

Re: IP ALIAS

2001-06-26 Thread Dave Sherohman
On Mon, Jun 25, 2001 at 08:05:10PM -0300, Juan wrote: > How can I configure an IP ALIAS ? 1) Build a kernel with IP aliasing support 2) Assign an address to eth0:0, eth0:1, etc. Easy as that. -- That's not gibberish... It's Linux. - Byers, The Lone Gunmen Geek Code 3.12: GCS d? s+: a C++ UL

Re: IP Alias

2001-05-14 Thread Jeremy T. Bouse
Michael Goodman was said to been seen saying: > How do you assigned an IP Alias to a nic card at boot? I tried adding it to > /etc/network/interfaces but it doesn't work. Thanks. > Have you tried the following? It works fine on my gateway machine that has eth0 and eth0:1 - eth0:4 confi

Re: SOLVED - Re: IP Alias and Slink - ARGH!

1999-11-13 Thread John Pearson
On Sat, Nov 13, 1999 at 01:14:07AM +1100, Damon Muller wrote > Hi folks, > > Thanks to those who responded promptly to my pathetic cries for help with an > IP aliasing problem. I have finally found the culprit. > > The ipmasq package obviously sets up some ipchains rules that prevent any > connec

Re: IP Alias and Slink - ARGH!

1999-11-12 Thread Joe Block
Damon Muller wrote: > > Hi Folks, > > I posted this a week or so ago, and although I got a couple of suggestions, > nothing seemed to help. I've looked around the net, and not seen anything > else like it anywhere. > > I have a pretty vanilla slink install, with the update for netbase > recommen

Re: IP Alias and Slink - ARGH!

1999-11-12 Thread aphro
On Fri, 12 Nov 1999, Damon Muller wrote: dm-deb >Has *anyone* managed to get IP aliasing working on Slink? Surely someone dm-deb >has. i have, no problem on both 2.0 and 2.2 kernels, make sure the route is added for the aliased ips. I got about 50 aliased ips on this machine for web hosting. dm-

RE: SOLVED - Re: IP Alias and Slink - ARGH!

1999-11-12 Thread Pollywog
On 12-Nov-1999 Damon Muller wrote: > Hi folks, > > Thanks to those who responded promptly to my pathetic cries for help with an > IP aliasing problem. I have finally found the culprit. > > The ipmasq package obviously sets up some ipchains rules that prevent any > connections to IP aliases. I'd

SOLVED - Re: IP Alias and Slink - ARGH!

1999-11-12 Thread Damon Muller
Hi folks, Thanks to those who responded promptly to my pathetic cries for help with an IP aliasing problem. I have finally found the culprit. The ipmasq package obviously sets up some ipchains rules that prevent any connections to IP aliases. I'd installed the package (not sure why), and of cours