Package: xen-utils-common
Version: 4.0.0-1
Hello guys,
Ik running Debian stable (squeeze).
I run a virtual pfsense firwall in a DomU. I created multiple bridges.
The interfaces itself (except eth2 (connected to br_lan)) itself don't
have a IP assigned. I use them to connect to other devices.
grep my-network /etc/xen/xend-config.sxp
(network-script my-network-script)
root@dom0:/etc/xen/scripts# cat /etc/xen/scripts/my-network-script
#!/bin/sh
dir=$(dirname "$0")
"$dir/network-bridge" "$@" vifnum=0 netdev=eth3 bridge=br_inet
"$dir/network-bridge" "$@" vifnum=1 netdev=eth2 bridge=br_lan
"$dir/network-bridge" "$@" vifnum=2 netdev=eth1 bridge=br_wlan
"$dir/network-bridge" "$@" vifnum=4 netdev=dummy0 bridge=br_dmz
For each interface (without a IP) i get a error:
/etc/xen/scripts/network-bridge: line 118: sigerr: command not
found
with a long timeout.
--
Best regards,
MisterE mailto:[email protected]
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]