From: Nicholas Lee <nic-lists@plumtree.co.nz>
To: Gerd Knorr <kraxel@bytesex.org>
Cc: Christian Wicke <xen.christian@safersignup.com>,
xen-devel@lists.sourceforge.net
Subject: Re: Networking problems with debian packages
Date: Sat, 5 Mar 2005 10:22:10 +1300 [thread overview]
Message-ID: <20050304212210.GB18627@stateless> (raw)
In-Reply-To: <87d5ugpz48.fsf@bytesex.org>
On Thu, Mar 03, 2005 at 03:45:11PM +0100, Gerd Knorr wrote:
> Christian Wicke <xen.christian@safersignup.com> writes:
>
> > Does anyone know what is the correct way to make this work?
>
> The xen start script network setup doesn't work very good for me as
> well. Sometimes it works, sometimes it doesn't, havn't figured yet
> why.
>
Debian has some useful bridge scripts:
# dpkg -S /etc/network/if-pre-up.d/bridge
bridge-utils: /etc/network/if-pre-up.d/bridge
Then from /etc/network/interfaces:
# External Bridged Network.
auto br0
iface br0 inet static
address 202.89.35.97
netmask 255.255.255.240
network 202.89.35.96
broadcast 202.89.35.111
gateway 202.89.35.110
bridge_ports eth1
bridge_fd 0
bridge_hello 0
bridge_stp off
# Internal Bridged Network.
# 10.0.0.1 - stateless-int
auto uml-intbr
iface uml-intbr inet static
address 10.0.0.1
netmask 255.255.0.0
network 10.0.0.0
broadcast 10.0.255.255
bridge_ports dummy0
bridge_fd 0
bridge_hello 0
bridge_stp off
Note the above is from my current UML setup. I'm replacing it with a
similar configuration for my new Xen setup.
Note, with the above you simply ignore eth0 in /etc/network/interfaces.
This gets up at: /etc/rcS.d/S39ifupdown before networking at
S40networking.
Nicholas
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
prev parent reply other threads:[~2005-03-04 21:22 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-03 11:13 Networking problems with debian packages Christian Wicke
2005-03-03 11:37 ` Leigh Brown
2005-03-03 12:58 ` Christian Wicke
2005-03-03 18:48 ` Nicholas Lee
2005-03-03 21:14 ` Christian Wicke
2005-03-04 21:15 ` Nicholas Lee
2005-03-05 9:12 ` Christian Wicke
2005-03-05 9:19 ` Nicholas Lee
2005-03-03 16:26 ` Christian Wicke
2005-03-03 17:44 ` Adam Heath
2005-03-04 16:16 ` B.G. Bruce
2005-03-03 14:45 ` Gerd Knorr
2005-03-04 21:22 ` Nicholas Lee [this message]
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=20050304212210.GB18627@stateless \
--to=nic-lists@plumtree.co.nz \
--cc=kraxel@bytesex.org \
--cc=xen-devel@lists.sourceforge.net \
--cc=xen.christian@safersignup.com \
/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.