Displaying 1 result from an estimated 1 matches for "xenbr2dmz".
2009 Feb 11
0
TWO NIC WITH TWO BRIDGE NOT WORKS XEN 3.0.3 -- WHAT AM I WRONG ?
...---------
#!/bin/bash
dir=$(dirname "$0")
"$dir/network-bridge" "$@" vifnum=0 netdev=eth0 bridge=xenbr0lan
"$dir/network-bridge" "$@" vifnum=1 netdev=eth1 bridge=xenbr1wan
"$dir/network-bridge" "$@" vifnum=2 netdev=dummy0 bridge=xenbr2dmz
# EOF
-----------------------------------------------------------------------
I want only the 192.168.0.0 net for dom0 and 10.0.0.0 for two domUs for now
(later I m´ll make new domu in 192.168.0.0).
My problem is that que te domU only has ping if I set the real MAC in the
dum´s cfg script.
do...