On 7/11/05, Frank Hempel <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I don't get IP-Aliasing to work. The machine has got one interface
> (eth0) working correctly with ip=192.168.1.1
> Issuing the commands
>
> ifconfig eth0:1 192.168.1.100
> route add -host 192.168.1.100 dev eth0:1
>
> brings the in
On Sun, May 12, 2002 at 09:02:43AM +0100, Niall Mansfield wrote:
> What is the "official" way to set up extra IP addresses on a single
> PCMICA card?
I use this in /etc/network/interfaces:
iface eth0 inet static
address 192.168.124.34
network 192.168.124.0
netmask 255.255.
On Wed, 25 Jul 2001, George wrote:
>Hi does anyone know how I can using ip aliasing with the
>/etc/network/interfaces (debian method). I could easily add another startup
>script with ifconfigs and routes, but that would be messy and uncalled for
>and I'm sure someone must have done it before and g
On Tue, Feb 13, 2001 at 09:41:50AM +0100, VarnYu wrote:
> > Can someone tell me please, how can I use ip-aliasing in kernel v2.4?
> >
> > I've tried the old stuff in /etc/interfaces (eth0:0, eth0:1, etc) but it
> > doesn't worked.
> > Actually I haven't found any options in the kernel about
hi,
oops, i missed the subject, sorry about that. here's the original question:
On 12 Feb 2001 21:29:37 CET, VarnYu said:
>
> Hi,
>
> Can someone tell me please, how can I use ip-aliasing in kernel v2.4?
>
> I've tried the old stuff in /etc/interfaces (eth0:0, eth0:1, etc) but it
> do
On Wed, Jan 24, 2001 at 04:36:14PM -0800, Willy Lee wrote:
> Nathan E Norman wrote:
> > 2) You're missing the "network" line from your iface stanza. Since it
> > looks to me like you're adding a different subnet this is kinda
> > important.
>
> Ok, I thought (from man interfaces) that the "networ
Nathan E Norman wrote:
>
> On Wed, Jan 24, 2001 at 03:24:16PM -0800, Willy Lee wrote:
> > Hm. This doesn't work for me (latest potato i386). Here's the stanza I
*snip*
> Well. Several things:
>
> 1) There's no point in tracking RX or TX packets for a virtual
> interface (think about the word v
On Wed, Jan 24, 2001 at 03:24:16PM -0800, Willy Lee wrote:
> > just add something like this to /etc/network/interfaces:
> >
> > iface eth0:0 inet static
> > address 192.168.0.1
> > netmask 255.255.255.0
> > network 192.168.0.0
> > broadcast 192.168.0.255
> >
On Wed, 17 Jan 2001, Ethan Benson wrote:
>
> just add something like this to /etc/network/interfaces:
>
> iface eth0:0 inet static
> address 192.168.0.1
> netmask 255.255.255.0
> network 192.168.0.0
> broadcast 192.168.0.255
> gateway 192.168.0.10
>
> th
I didn't think I could treat eth0:0 as just another interface, but it
worked great : )
-Jeff
On Wed, 17 Jan 2001, Ethan Benson wrote:
>
> just add something like this to /etc/network/interfaces:
>
> iface eth0:0 inet static
> address 192.168.0.1
> netmask 255.255.255.0
>
On Wed, Jan 17, 2001 at 06:40:22PM -0500, Jeffrey C. Albro wrote:
>
> I want eth0 to listen on two ip addresses. The first is normally set up
> with /etc/networking/interfaces
>
> however, neither,
>
> man interfaces
> or
> man ifup
>
> have any information on this.
>
> Also, even though I g
im sure youve done this but have you updated the routing table for the new
alias ? i use a perl script to add aliases, i just enter the domains into
a file and it detects what can be added and adds them (it automatically
ignores hosts that are already bound to another machine/network) if you
want
Quoting M.C. Vernon ([EMAIL PROTECTED]):
> I have a little custom script set up to ipalias. I need to make it
> auto-run on bootup (I'm leaving the machine in a cupboard a long way from
> home). Can I just place it in /etc/rc.boot/ip_alias_fudge ? or do I need
> to do anything else.
>
> Will it b
Matthew,
I have just added an aliased interface to my system. What I did, (anyone,
correct me if I am wrong), was to add another section to the bottom
of the /etc/init.d/network script. I just followed the syntax used
for the two real interfaces but gave the aliased interface the name-
ADPT=eth
*- On 10 Mar, M.C. Vernon wrote about "IP-aliasing scripts - in /etc/rc.boot?"
> I have a little custom script set up to ipalias. I need to make it
> auto-run on bootup (I'm leaving the machine in a cupboard a long way from
> home). Can I just place it in /etc/rc.boot/ip_alias_fudge ? or do I need
Subject: IP-aliasing
Date: Mon, Mar 01, 1999 at 06:05:07PM -0600
In reply to:Ian Keith Setford
Quoting Ian Keith Setford([EMAIL PROTECTED]):
>
>
> I have a one gateway with a 3c905b (Boomerang) running 2.2.2 just fine.
> When I use ifconfig to alias an ip it works no problem.
Babs wrote:
> error on boot is: no dependancy information "ip_alias.o"
> and then mod-prob error on each eth0:1, eth0:2, eth0:3
>
> Any ideas???
>
try looking at your /lib/modules/2.0.34/modules.dep
look for the section where your ip_alias module is and follow the
general format and add ip_a
i think that problem is with kernel - try to recompile it and be sure,
that every options according to ip_aliasing is included
and use _latest_ kernel
do not compile ip networking options as modules
greetz,
Piotr Wachowiak
[EMAIL PROTECTED]
On Mon, 23 Nov 1998, Babs wrote:
> I am running kern
On Dec 19, Craig Sawyer wrote
> Nice page, I don't ever put the dev in my route add -host 111.222.333.444
> eth0:1 line.
Hrm. Good point. It's not in the man page anymore. I guess old habits
die hard..
> you might want to go into, eth0 being the first ethernet card, and some
> ppl may want it on
Nice page, I don't ever put the dev in my route add -host 111.222.333.444
eth0:1 line.
you might want to go into, eth0 being the first ethernet card, and some
ppl may want it on eth1, and how to create multiple aliases with eth0:2,
eth0:3, etc.
other than that sounds great to me!!
HTH,
-Craig
On Fri, 19 Dec 1997 [EMAIL PROTECTED] wrote:
>On Dec 19, [EMAIL PROTECTED] wrote
>> I just threw together a page on IP Aliasing, since it seems to be a
>> topic more and more. If someone more knowledgeable than I could take
>> a look at it, I would appreciate it.
>
>Heh. Oops! I guess telling you w
On Dec 19, [EMAIL PROTECTED] wrote
> I just threw together a page on IP Aliasing, since it seems to be a
> topic more and more. If someone more knowledgeable than I could take
> a look at it, I would appreciate it.
Heh. Oops! I guess telling you where to look would be even better!
It's off my ISP
-BEGIN PGP SIGNED MESSAGE-
On Thu, 11 Dec 1997 [EMAIL PROTECTED] wrote:
> Hello,
>
> Our upstream provider is forcing us to change our Class C. Now, we need
> to run two blocks parallel for awhile. We're running Debian Linux
> (2.0.32) and I was wondering how to set up an IP address a
On Thu, 11 Dec 1997 [EMAIL PROTECTED] wrote:
> Our upstream provider is forcing us to change our Class C. Now, we need
> to run two blocks parallel for awhile. We're running Debian Linux
> (2.0.32) and I was wondering how to set up an IP address alias. i.e. we
> want our eth0 card to have two
As a further note, we are using SCO and an older version of Slackware. On
the Slackware machine, we compiled in a patch so that the command
'ifconfig net0 alias x.x.x.x' works. It works by default in SCO 5. I was
hoping there's a way to do it on the linux box without patching anything.
Thanks a
On Thu, Sep 11, 1997 at 03:30:18PM +1000, Terry Dawson wrote:
: Maarten Boekhold wrote:
:
: > I tried to steup an IP alias on a machine here. According to the
: > Virtual-Web mini-HOWTO, I can do:
: >
: > ifconfig eth0 alias new-address
: >
: > However, ifconfig says 'alias' is not a hostname. '
Maarten Boekhold wrote:
> I tried to steup an IP alias on a machine here. According to the
> Virtual-Web mini-HOWTO, I can do:
>
> ifconfig eth0 alias new-address
>
> However, ifconfig says 'alias' is not a hostname. 'man ifconfig' doesn't
> say anything about aliasing. This is with netbase 2.13
Maarten Boekhold wrote:
>
> Hi,
>
> I tried to steup an IP alias on a machine here. According to the
> Virtual-Web mini-HOWTO, I can do:
>
> ifconfig eth0 alias new-address
>
> However, ifconfig says 'alias' is not a hostname. 'man ifconfig' doesn't
> say anything about aliasing. This is with n
Remco van de Meent <[EMAIL PROTECTED]> wrote:
: Use 'ifconfig eth0:1 new-address'
Right; then use eth0:2, then eth0:3 and so on for new virtual hosts.
E.-
--
Eloy A. Paris
Information Technology Department
Rockwell Automation de Venezuela
Telephone: +58-2-9432311 Fax: +58-2-9431645
--
TO UN
On Wed, 10 Sep 1997, Maarten Boekhold wrote:
: Hi,
:
: I tried to steup an IP alias on a machine here. According to the
: Virtual-Web mini-HOWTO, I can do:
:
: ifconfig eth0 alias new-address
:
: However, ifconfig says 'alias' is not a hostname. 'man ifconfig' doesn't
: say anything ab
On Wed, 20 Aug 1997, Dan Dooher wrote:
> I'm trying to enable IP aliasing, but when a execute:
>
> "/sbin/insmod /lib/modules/`uname -r`/ipv4/ip_alias.o"
>
> It returns: "ip_alias.o: No such file or directory."
>
It sounds like you need to build yourself a custom kernel. Get the
'kernel-pack
On Wed, 13 Aug 1997, Dan Dooher wrote:
: I just recently converted from RedHat to Debian Linux and my question
: is:
: I want my box to listen on two IP addresses.
:
: On RedHat it was simple:
: "ifconfig eth0:1 inet broadcast up"
:
: The Debian system says, "SIOCSIFADDR: No such devic
32 matches
Mail list logo