hello, I want to configure 2 interface like this eth0 for LAN is 172.16.0.3 eth1 for SAN is 192.168.0.13 I want all VM can access to all network my configuration is : (network-script ''network-bridge netdev=eth0'') to have peth0 and I have a peth0 interface (network-script ''network-bridge netdev=eth1'') to have peth1but I don''t have a peth1 interface Can you help me to activate a peth1 interface. Thanks. -- Franck Delmond 6 allée des Chaumes 44250 Saint Brévin les Pins mail : f.delmond@free.fr tel : 02 40 21 83 40 gsm : 06 60 82 17 49 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Franck Delmond wrote:> hello, > I want to configure 2 interface like this > > eth0 for LAN is 172.16.0.3 > eth1 for SAN is 192.168.0.13 > > I want all VM can access to all network > > my configuration is : > > (network-script ''network-bridge netdev=eth0'') to have peth0 and I have > a peth0 interface > (network-script ''network-bridge netdev=eth1'') to have peth1but I don''t > have a peth1 interfaceiirc, you cannot specify two network-script options in xend-config.sxp. what you need to do is make a wrapper script that is something like #!/bin/sh /etc/xen/scripts/network-bridge netdev=eth0 start /etc/xen/scripts/network-bridge netdev=eth1 start and then put that wrapper script in you network-script option for xend. it would hurt to make things a little smart like being able to call start and stop to the same wrapper that will start or stop both of the network interfaces or handling errors. hopefully that points you in the right direction. mike _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Franck Delmond wrote:>I want to configure 2 interface like thisTry the archives, as far back as Wednesday this week. Look for the thread "Giving multiple interfaces to a xen guest" This is the answer I posted then :>For the specific query, go to >http://wiki.xensource.com/xenwiki/XenNetworking and look under >"Additional Notes" under "Bridging" (or search for "(network-script >my-network-script)". There is a step by step guide to doing it. >Assuming you are using Xen 3.0 or 3.2, then follow the steps listed >under "With Xen 3.0 the best method ..." or "With Xen 3.2.1"-- Simon Hobson Visit http://www.magpiesnestpublishing.co.uk/ for books by acclaimed author Gladys Hobson. Novels - poetry - short stories - ideal as Christmas stocking fillers. Some available as e-books. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Maybe Matching Threads
- xend nothing to flush, waiting for peth0 to negotiate
- Strange TCP-Problem with GPL PV 0.8.8
- Xen network bridge questions (using network configuration tools provided by distribution)
- Server with 2 Nics (continuation)
- Re: pv_ops kernel and network problems (checksumoffloading?)