Displaying 2 results from an estimated 2 matches for "br123".
Did you mean:
pr123
2009 Aug 30
4
Multiple Network Cards + Multiple Bridges on debian lenny
Hi all,
I''m searching for a tutorial how to setup multiple network cards with
xen network bridge setup in debian lenny. My problem is, bridges seams
only to work if i put an ip adress in dom0 to them.
Thanks,
Alex
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2012 Jun 14
1
facter --yaml leaves some fields blank
...distcodename
---
fqdn: my.host.name.example.com
lsbdistcodename: squeeze
macaddress: "00:00:00:00:00:00"
We had been using the above command for a while to extract values for
a shell script. However we recently discovered that when we have a
Linux box who''s primary NIC is "br123" (a bridge device) that the
macaddress fact shows up as "all zeros" like above. (I consider this a
bug but... that''s not the point). Luckily macaddress_eth0 shows the
real MAC address no matter what. Therefore, we made the simple code
change to use the macaddress_eth0 fact...