search for: dmzwebserver

Displaying 1 result from an estimated 1 matches for "dmzwebserver".

2005 Jul 18
0
DOMU loses outside connection
...-br0 vif1.1 brctl delif xen-br0 vif1.2 brctl delif xen-br0 vif2.1 brctl delif xen-br0 vif3.1 # # # add internal bridge between the Firewall guest and the # AppDatabaseDS guest brctl addbr xen-brINT brctl stp xen-brINT off ifconfig xen-brINT up # # # add a bridge between the Firewall guest and the # DMZwebserver guest brctl addbr xen-brDMZ brctl stp xen-brDMZ off ifconfig xen-brDMZ up # # # show what exists to verify xm list echo " " brctl showmacs xen-br0 echo " " brctl showmacs xen-brDMZ echo " " brctl showmacs xen-brINT echo " " # # start the 3 guests xm create /e...