From: Phil Carinhas <pac@fortuitous.com>
To: xen-devel@lists.sourceforge.net
Subject: Creating Aliases in Domains
Date: Thu, 11 Nov 2004 23:57:03 -0600 [thread overview]
Message-ID: <20041112055703.GA31725@mail.fortuitous.com> (raw)
FYI,
This may be known, but I discovered how to create an alias interface
for a domain. Using the same gateway as the primary nic
doesn't work for a Debian-stable xenU. Using the network number
the bridge IP, or the primary eth0 number seems to work ok:
iface eth0 inet static
address 214.213.44.21
netmask 255.255.255.240
gateway 214.213.44.17
iface eth0:1 inet static
address 214.213.44.22
gateway 214.213.44.21 (or .18 which is the Xen0 ip)
netmask 255.255.255.240
The alias (virtual if) is routing to the bridge.
If you see a better way please share.
-Phil Carinhas
--
.--------------------------------------------------------.
| Dr. Philip A. Carinhas | pac(at)fortuitous.com |
| Fortuitous Technologies Inc. | http://fortuitous.com |
| Linux Networking & Security | Tel : 1-512-351-7783 |
`--------------------------------------------------------'
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
next reply other threads:[~2004-11-12 5:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-12 5:57 Phil Carinhas [this message]
2004-11-14 4:56 ` Creating Aliases in Domains - Solution? Phil Carinhas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20041112055703.GA31725@mail.fortuitous.com \
--to=pac@fortuitous.com \
--cc=xen-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.