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.1
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 interface eth0:1 up, but I can't ping it from the same
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.
What is the "official" way to set up extra IP addresses on a single
PCMICA card?
I can obviously add a line like:
ifconfig eth0:1 10.2.3.4 netmask 255.0.0.0 up
to /etc/pcmcia/network.opts but:
(a) it would be invoked even in the case of a "network stop"
(b) doesn't remove the interface whe
On Thu, Sep 20, 2001 at 12:15:32PM +0200, Oswald Buddenhagen wrote:
> which version of kde/kdm are you using? if it's >= 2.2alpha2, the
Sorry, forgot that. It's 2.1.1.
> otherwise i can only ask, if it works with plain xdm - if not, then
> i obviously have something more to code ...
I have to tr
> I tried setting DisplayManager.sourceAddress but this does not seem
> to change anything.
>
which version of kde/kdm are you using? if it's >= 2.2alpha2, the
setting is in kdmrc, section [Xdmcp], key SourceAddress=true/false.
otherwise i can only ask, if it works with plain xdm - if not, then
i
Hi,
does anyone know how to configure KDM to run on an aliased IP? I do have a
machine running 2 IPs on one network card. For some network reasons I need
KDM to run on the aliased one and not the original one. The clients try to
connect via chooser broadcast and only see the original IP address.
Hi
Is it possible, with iptables, to do masquerading or NAT from an
ethernet-aliased ip-address?
Or will the returning traffic originate from the physical address of the
nic?
As I understand this was not possible with ipchains and earlier tools.
I'm asking because I have two real ip-addresses :)
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 d
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 got it right. Nomatter
what I
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
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
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
al
> interface (think about the word virtual for a while ...)
Ok, but the output of ifconfig in the IP-aliasing mini-HOWTO *does*
have those lines, which confused me.
> 2) You're missing the "network" line from your iface stanza. Since it
> looks to me like you're ad
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
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 got it working with
ifconfig eth0:0 xxx.xxx.xxx.xxx
It would be ugly (imo) to add to the s
On Thu, Aug 10, 2000 at 08:25:09AM -0500, Gordon Pedersen wrote:
> I need to set up IP aliasing and per the (aging but probably still
> sound) IP-Alias-Mini-HOWTO, I need the .../ipv4/ip_alias.o module.
I'm running potato with customized 2.2.17pre6 or something like that.
And her
ut it being available out of the box, without a custom
kernel, but it is available for kernel recompile.
make menuconfig -> look under "Network" (Sorry, I forget the exact name) ->
It's in there, IP Aliasing.
I'm by far not an expert, I just happened to do this the o
I need to set up IP aliasing and per the (aging but probably still
sound) IP-Alias-Mini-HOWTO, I need the .../ipv4/ip_alias.o module.
It's not on my system. It doesn't appear to be in
kernel-source-2.2.15--I downloaded but did not untar it, just peeked
inside with 'tar -t'.
Guys,
Please help me. I am trying to do IP aliasing on loopback, i,e create
lo:0, lo:1 etc.
The steps outlined in IP Aliasing mini-howto don't seem to work for me.
Step 1 : I do
/sbin/ifconfig lo:0 192.168.0.1
Now 192.168.0.1 appears as lo:0 in ifconfig
Step 2 : Then
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
Hi gang,
I've got a pretty base slink install with a few additions (all the
proposed updates, and some stuff from netgod), for which I have compiled
a cusom 2.2.12 kernel.
I have IP alias support compiled into the kernel:
callisto% grep ALIAS /usr/src/linux/.config
CONFIG_IP_ALIAS=y
However, w
Hi all,
Recently I was installing slink on machine with 4 network cards.
On of them is recognized as 3c905B (100mps). As it was put to 10mps mode
at boot time I switched to kernels 2.2.5-7 and now it works fine in
100mps, but at the same time I am unable to use IP-alias which was working
without a
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_al
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 be run last of all (and if not, where should I put it
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 work
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. On a different
machine, an HP Vectra, with a 3c905b? (Cyclone) and the IP-aliasing works
only with 2.0 kernels. Weird. I have compiled 2.2.2 for this Vectra 6
times
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
ing kernel 2.0.34, a ne2000 either, ip aliasing built into the kernel
> i have already had the system admin check my network file and all is
> configured properly
> ie.
>
> temptress:/# cat /etc/init.d/network
> #! /bin/sh
> ifconfig lo 127.0.0.1
> route add -net 1
I am running kernel 2.0.34, a ne2000 either, ip aliasing built into the kernel
i have already had the system admin check my network file and all is
configured properly
ie.
temptress:/# cat /etc/init.d/network
#! /bin/sh
ifconfig lo 127.0.0.1
route add -net 127.0.0.0
ifconfig eth0
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=$
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
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
>
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
> > 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
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 s
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
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
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
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
"${GATEWAY}" ] && route add default gw ${GATEWAY} metric 1
# here I am trying to set up the IP-Aliasing for the whole
# subnetwork XXX.231.206.x
ifconfig eth0:1 XXX.231.206.1 netmask 255.255.255.0 up
route add -net XXX.231.206.0 netmask 255.255.255.0 eth0:1
ifconfig eth0:2 XXX.231.20
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
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 i
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
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.
Tim
--
>>>>>>>>>>>>>>>>>>>>>>>>>
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
On Thu, 18 Dec 1997, dA' Phucilage Phactory wrote:
> > I have several Linux DNS servers, two of which have IP aliases on one
> > interface. Recently I upgraded from BIND 4.9.6 to BIND 8.1.1. One of the
> > subtle problems I have noticed is now the machines that have IP aliases
> > don't automati
> I have several Linux DNS servers, two of which have IP aliases on one
> interface. Recently I upgraded from BIND 4.9.6 to BIND 8.1.1. One of the
> subtle problems I have noticed is now the machines that have IP aliases
> don't automatically update a zone when sent a notify by the primary
> serv
I have several Linux DNS servers, two of which have IP aliases on one
interface. Recently I upgraded from BIND 4.9.6 to BIND 8.1.1. One of the
subtle problems I have noticed is now the machines that have IP aliases
don't automatically update a zone when sent a notify by the primary
server. Under
-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
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 alias. i.e. we
want our eth0 card to have two different addresses. Any pointers on how
to d
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
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 netbase 2.13-1.
Anybody who can get me goin'
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
Gang,
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."
Can anyone tell me where I can get this and if there
are any special instructions I should no abo
IFADDR: No such device, SIOCSIFBRDADDR: No
: such device".
:
: The man page on the Debian system is the same on the old RedHat
: system--so that's
: no help. Can any one tell me the args to ifconfig for IP aliasing under
: Debian?
Well, I don't think your syntax is incorrect, b
n page on the Debian system is the same on the old RedHat
system--so that's
no help. Can any one tell me the args to ifconfig for IP aliasing under
Debian?
Regards,
Dan
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] .
Trouble? e-mail to [EMAIL PROTECTED] .
I am new to Linux (just installed it a week since) and I want to get the
machine to answer to additional ip addresses and run virtual servers with
apache. Is there a comprehensive guide to this anywhere? I have read the
mini-HowTo on ipaliasing but its not very clear to me (being a newbie!) a
John D. Amidon ([EMAIL PROTECTED]) wrote:
: vtcs-cvs# ifconfig eth0:0 136.0.0.1
: SIOCSIFADDR: Invalid argument
It means you have no "eth0:0". Probably you didn't load the "ip_alias"
module; just issue "insmod ip_alias" and it should work. A good idea
would be to run "kerneld" (he manages things
.]
>The NET-2-HOWTO makes it sound sooo easy as does the mini-howto at
>http://sunsite.unc.edu/mdw/HOWTO/mini/IP-Alias.
>
>What are we doing wrong?
Just to follow up - we did get IP aliasing to work. It turned out we
did not have the kernel built correctly after all. I guess 'ma
My hardware is a Gateway 2000, 3c509 ethernet card, and Debian kernel is
2.0.6 built to include `ip_aliasing'. I see `/proc/net/alias*' files so I
take it the kernel was built correctly.
vtcs-cvs# ifconfig
eth0 Link encap:10Mbps Ethernet HWaddr 00:A0:24:C4:11:97
inet addr:134.0.
I have a single machine on the net (zachs.place.org)
with ip aliases to make it also be (eth0:0) juggling.place.org
and (eth0:1) www.worldwind.com. Which all works fine.
Except... that anywhere I telnet to from that machine
sees me as coming from www.worldwind.com instead of from
zachs.place.org
73 matches
Mail list logo