Update README to specify promisc mode for interfaces as a req
Permiscious mode is required for interfaces that are acting as the internal VM network. This commit adds this requirement to the README
This commit is contained in:
12
README.md
12
README.md
@@ -49,6 +49,18 @@ These modules are based on the adminstrative guides for openstack
|
|||||||
If machines only have one NIC, it is necessary to manually create a bridge
|
If machines only have one NIC, it is necessary to manually create a bridge
|
||||||
called br100 that bridges into the ip address specified on that NIC
|
called br100 that bridges into the ip address specified on that NIC
|
||||||
|
|
||||||
|
All interfaces that are used to bridge traffic for the internal network
|
||||||
|
need to have permiscous mode set.
|
||||||
|
|
||||||
|
Below is an example of setting permiscuos mode on an interface on Ubuntu.
|
||||||
|
|
||||||
|
|
||||||
|
#/etc/network/interfaces
|
||||||
|
auto eth1
|
||||||
|
iface eth1 inet manual
|
||||||
|
up ifconfig $IFACE 0.0.0.0 up
|
||||||
|
up ifconfig $IFACE promisc
|
||||||
|
|
||||||
### Volumes:
|
### Volumes:
|
||||||
|
|
||||||
Every node that is configured to be a nova volume service must have a volume
|
Every node that is configured to be a nova volume service must have a volume
|
||||||
|
Reference in New Issue
Block a user