* Re: Using eth1
@ 2005-11-03 22:06 Andrew D. Ball
0 siblings, 0 replies; 6+ messages in thread
From: Andrew D. Ball @ 2005-11-03 22:06 UTC (permalink / raw)
To: xen-devel
Sorry, I forgot to forward this to Xen-devel.
-------- Forwarded Message --------
From: Andrew D. Ball <aball@us.ibm.com>
To: Michael Lessard <michael.lessard@gmail.com>
Subject: Re: [Xen-devel] Using eth1
Date: Thu, 03 Nov 2005 17:02:15 -0500
On Thu, 2005-11-03 at 15:49 -0500, Michael Lessard wrote:
>
>
> On 11/3/05, Li Ge <lge@us.ibm.com> wrote:
> I've used the way the Ewan provided a couple of day to get
> eth1 working on my dom0. It works fine for me.
>
> <snip>
> If you need to use a different NIC than eth0, say eth1, like
> the "IBM blades":
>
> dom0: fake eth0 -> vif0.0 -+
> |
> bridge -> real eth1 -> the network
> |
> domU: fake eth0 -> vifN.0 -+
>
> then you want add the following two lines in
> your /etc/xen/xend-config.sxp file
>
> (network-script 'network-bridge netdev=eth1')
> (vif-script vif-bridge)
>
> <snip>
>
>
> Regards,
> Li
>
> Inactive hide details for Michael Lessard
> <michael.lessard@gmail.com>Michael Lessard
> <michael.lessard@gmail.com>
>
>
> No still doesn't work ... i still ping eth0 on Dom0 but not eth1 :(
>
>
What do you mean by 'i still ping eth0 on dom0 but no eth1'? Where are
you pinging from?
Using the edit to /etc/xen/xend-config.sxp above,
I can do 'ping -I eth0 192.168.46.101' and 'ping -I eth1 192.168.46.101'
successfully when eth0 has IP address 192.168.46.143 and eth1 has IP
address 192.168.46.16.
>From 192.168.46.101, I can ping 192.168.46.143 and 192.168.46.16.
Is this the type of test you're doing?
I have also used eth1 explicitly for the bridge by doing 'export
netdev=eth1' before 'xend start' in /etc/rc.d/rc.local, but I like
editing /etc/xen/xend-config.sxp better, since I can have xend run from
a regular init script.
Andrew
>
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Using eth1
@ 2005-11-03 12:53 Michael Lessard
2005-11-03 15:57 ` Li Ge
0 siblings, 1 reply; 6+ messages in thread
From: Michael Lessard @ 2005-11-03 12:53 UTC (permalink / raw)
To: Xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 220 bytes --]
Hi !
What is the best way to use eth1 of my dom0 in my domU ?
i tried that in Dom0 but bridge don't want comes up :
./xen-network-common.sh "network-bridge net-dev=eth1 bridge=brint virtnum=1"
Thanks
Michael
[-- Attachment #1.2: Type: text/html, Size: 288 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Using eth1
2005-11-03 12:53 Michael Lessard
@ 2005-11-03 15:57 ` Li Ge
2005-11-03 20:49 ` Michael Lessard
0 siblings, 1 reply; 6+ messages in thread
From: Li Ge @ 2005-11-03 15:57 UTC (permalink / raw)
To: Michael Lessard; +Cc: Xen-devel, xen-devel-bounces
[-- Attachment #1.1.1: Type: text/plain, Size: 2065 bytes --]
I've used the way the Ewan provided a couple of day to get eth1 working on
my dom0. It works fine for me.
<snip>
If you need to use a different NIC than eth0, say eth1, like the "IBM
blades":
dom0: fake eth0 -> vif0.0 -+
|
bridge -> real eth1 -> the network
|
domU: fake eth0 -> vifN.0 -+
then you want add the following two lines in your /etc/xen/xend-config.sxp
file
(network-script 'network-bridge netdev=eth1')
(vif-script vif-bridge)
<snip>
Regards,
Li
Michael Lessard
<michael.lessard@
gmail.com> To
Sent by: Xen-devel@lists.xensource.com
xen-devel-bounces cc
@lists.xensource.
com Subject
[Xen-devel] Using eth1
11/03/2005 06:53
AM
Hi !
What is the best way to use eth1 of my dom0 in my domU ?
i tried that in Dom0 but bridge don't want comes up :
./xen-network-common.sh "network-bridge net-dev=eth1 bridge=brint
virtnum=1"
Thanks
Michael
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
[-- Attachment #1.1.2: Type: text/html, Size: 3780 bytes --]
[-- Attachment #1.2: graycol.gif --]
[-- Type: image/gif, Size: 105 bytes --]
[-- Attachment #1.3: pic25025.gif --]
[-- Type: image/gif, Size: 1255 bytes --]
[-- Attachment #1.4: ecblank.gif --]
[-- Type: image/gif, Size: 45 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: Using eth1
2005-11-03 15:57 ` Li Ge
@ 2005-11-03 20:49 ` Michael Lessard
2005-11-03 21:16 ` Li Ge
0 siblings, 1 reply; 6+ messages in thread
From: Michael Lessard @ 2005-11-03 20:49 UTC (permalink / raw)
To: Li Ge; +Cc: Xen-devel, xen-devel-bounces
[-- Attachment #1.1.1: Type: text/plain, Size: 777 bytes --]
On 11/3/05, Li Ge <lge@us.ibm.com> wrote:
>
> I've used the way the Ewan provided a couple of day to get eth1 working on
> my dom0. It works fine for me.
>
> <snip>
> If you need to use a different NIC than eth0, say eth1, like the "IBM
> blades":
>
> dom0: fake eth0 -> vif0.0 -+
> |
> bridge -> real eth1 -> the network
> |
> domU: fake eth0 -> vifN.0 -+
>
> then you want add the following two lines in your /etc/xen/xend-config.sxpfile
>
> (network-script 'network-bridge netdev=eth1')
> (vif-script vif-bridge)
>
> <snip>
>
>
> Regards,
> Li
>
> [image: Inactive hide details for Michael Lessard
> <michael.lessard@gmail.com>]Michael Lessard <michael.lessard@gmail.com>
>
No still doesn't work ... i still ping eth0 on Dom0 but not eth1 :(
[-- Attachment #1.1.2: Type: text/html, Size: 1672 bytes --]
[-- Attachment #1.2: graycol.gif --]
[-- Type: image/gif, Size: 105 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Using eth1
2005-11-03 20:49 ` Michael Lessard
@ 2005-11-03 21:16 ` Li Ge
2005-11-04 2:31 ` Michael Lessard
0 siblings, 1 reply; 6+ messages in thread
From: Li Ge @ 2005-11-03 21:16 UTC (permalink / raw)
To: Michael Lessard; +Cc: Xen-devel, xen-devel-bounces
[-- Attachment #1.1.1: Type: text/plain, Size: 2397 bytes --]
Did you comment "(network-script network-bridge)" out when you add
"(network-script 'network-bridge netdev=eth1')" in?
Li
Michael Lessard
<michael.lessard@
gmail.com> To
Sent by: Li Ge/Austin/IBM@IBMUS
xen-devel-bounces cc
@lists.xensource. Xen-devel@lists.xensource.com,
com xen-devel-bounces@lists.xensource.c
om
Subject
11/03/2005 02:49 Re: [Xen-devel] Using eth1
PM
On 11/3/05, Li Ge <lge@us.ibm.com> wrote:
I've used the way the Ewan provided a couple of day to get eth1 working
on my dom0. It works fine for me.
<snip>
If you need to use a different NIC than eth0, say eth1, like the "IBM
blades":
dom0: fake eth0 -> vif0.0 -+
|
bridge -> real eth1 -> the network
|
domU: fake eth0 -> vifN.0 -+
then you want add the following two lines in your
/etc/xen/xend-config.sxp file
(network-script 'network-bridge netdev=eth1')
(vif-script vif-bridge)
<snip>
Regards,
Li
Inactive hide details for Michael Lessard <michael.lessard@gmail.com>
Michael Lessard < michael.lessard@gmail.com>
No still doesn't work ... i still ping eth0 on Dom0 but not eth1 :(
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
[-- Attachment #1.1.2: Type: text/html, Size: 4553 bytes --]
[-- Attachment #1.2: graycol.gif --]
[-- Type: image/gif, Size: 105 bytes --]
[-- Attachment #1.3: pic19603.gif --]
[-- Type: image/gif, Size: 1255 bytes --]
[-- Attachment #1.4: ecblank.gif --]
[-- Type: image/gif, Size: 45 bytes --]
[-- Attachment #1.5: C2613697.gif --]
[-- Type: image/gif, Size: 105 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: Using eth1
2005-11-03 21:16 ` Li Ge
@ 2005-11-04 2:31 ` Michael Lessard
0 siblings, 0 replies; 6+ messages in thread
From: Michael Lessard @ 2005-11-04 2:31 UTC (permalink / raw)
To: Li Ge; +Cc: Xen-devel, xen-devel-bounces
[-- Attachment #1.1.1: Type: text/plain, Size: 1760 bytes --]
I haved replace line with what you tell
On 11/3/05, Li Ge <lge@us.ibm.com> wrote:
>
> Did you comment "(network-script network-bridge)" out when you add
> "(network-script 'network-bridge netdev=eth1')" in?
>
> Li
> [image: Inactive hide details for Michael Lessard
> <michael.lessard@gmail.com>]Michael Lessard <michael.lessard@gmail.com>
>
>
>
> *Michael Lessard <michael.lessard@gmail.com>*
> Sent by: xen-devel-bounces@lists.xensource.com
>
> 11/03/2005 02:49 PM
>
>
> To
>
> Li Ge/Austin/IBM@IBMUS
> cc
>
> Xen-devel@lists.xensource.com, xen-devel-bounces@lists.xensource.com
> Subject
>
> Re: [Xen-devel] Using eth1
>
>
>
> On 11/3/05, *Li Ge* <*lge@us.ibm.com* <lge@us.ibm.com>> wrote:
>
> I've used the way the Ewan provided a couple of day to get eth1
> working on my dom0. It works fine for me.
>
> <snip>
> If you need to use a different NIC than eth0, say eth1, like the
> "IBM blades":
>
> dom0: fake eth0 -> vif0.0 -+
> |
> bridge -> real eth1 -> the network
> |
> domU: fake eth0 -> vifN.0 -+
>
> then you want add the following two lines in your /etc/xen/xend-
> config.sxp file
>
> (network-script 'network-bridge netdev=eth1')
> (vif-script vif-bridge)
>
> <snip>
>
>
> Regards,
> Li
>
> [image: Inactive hide details for Michael Lessard
> <michael.lessard@gmail.com>]Michael Lessard <*michael.lessard@gmail.com
> * <michael.lessard@gmail.com>>
>
>
>
> No still doesn't work ... i still ping eth0 on Dom0 but not eth1 :(
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>
>
>
[-- Attachment #1.1.2: Type: text/html, Size: 5957 bytes --]
[-- Attachment #1.2: C0057873.gif --]
[-- Type: image/gif, Size: 105 bytes --]
[-- Attachment #1.3: graycol.gif --]
[-- Type: image/gif, Size: 105 bytes --]
[-- Attachment #1.4: ecblank.gif --]
[-- Type: image/gif, Size: 45 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-11-04 2:31 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-03 22:06 Using eth1 Andrew D. Ball
-- strict thread matches above, loose matches on Subject: below --
2005-11-03 12:53 Michael Lessard
2005-11-03 15:57 ` Li Ge
2005-11-03 20:49 ` Michael Lessard
2005-11-03 21:16 ` Li Ge
2005-11-04 2:31 ` Michael Lessard
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.