Bridge networking is a useful technique to allow Virtual Guests to access your networking hardware. This guide was written in mind for
CentOS 6.3 but should be applicable to other Linux versions (with modifications).
- Copy the file /etc/sysconfig/networking-scripts/ifcfg-eth0 as br0
cp /etc/sysconfig/networking-scripts/ifcfg-eth0 /etc/sysconfig/networking-scripts/ifcfg-br0
- Edit the file /etc/sysconfig/networking-scripts/ifcfg-eth0 and add the line:
BRIDGE=br0
You can also delete the lines:
BOOTPROTO
IPADDR
GATEWAY
DNS1
DNS2
- Edit the file /etc/sysconfig/networking-scripts/ifcfg-br0 and edit the lines:
DEVICE=br0
TYPE=Bridge
You can also delete the lines:
HWADDR
UUID
- Restart your network:
service network restart
References
No comments:
Post a Comment
Thanks for contributing!! Try to keep on topic and please avoid flame wars!!