On 11/01/2017 03:06 PM, Gordon Messmer wrote:
On 11/01/2017 07:55 AM, Scott Gennari wrote:
/etc/xen/scripts/network-bridge-pcl

#/bin/sh

dir=$(dirname "$0")
"$dir/network-bridge" "$@" vifnum=1 netdev=eth2 bridge=xen-dmz2
"$dir/network-bridge" "$@" vifnum=3 netdev=eth0 bridge=xen-dmz1


Do you get any error output when you run:

/etc/xen/scripts/network-bridge vifnum=1 netdev=eth2 bridge=xen-dmz2

If not, try:

bash -x /etc/xen/scripts/network-bridge vifnum=1 netdev=eth2 bridge=xen-dmz2

And if all else fails, set up a bridged interface by hand:

brctl addbr xen-dmz2
ip link set dev eth2 up
brctl addif xen-dmz2 eth2

--

Hi Gordon,

Thanks for this, I was able to get xen-dmz1 & 2 setup using the manual method you described and get the domain/guests back online.

Much appreciated,
Scott

_______________________________________________
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos

Reply via email to