Friday 18 September 2015

OVS sandbox VirtualBox - #3 - Installing OVS

The Server installs are also straight forward. Following the screenshots to setup the machine, and install the OS. Notice the 3 network interfaces. The first as NAT, the second as host-only which will be used for the primary management connection, and the third as NAT where we set the promiscuous mode to permit all.











Then following we add a mod to disable memory scrubbing to speed up the boot process:

# disable bootscrub to save on (unused) memory allocation (! Unsafe to use in real world !)
sed -i'' -e's/allowsuperpage/allowsuperpage\ bootscrub=false/g'  /boot/grub/grub.conf

1 comment:

  1. This comment has been removed by a blog administrator.

    ReplyDelete

Friday 18 September 2015

OVS sandbox VirtualBox - #3 - Installing OVS

The Server installs are also straight forward. Following the screenshots to setup the machine, and install the OS. Notice the 3 network interfaces. The first as NAT, the second as host-only which will be used for the primary management connection, and the third as NAT where we set the promiscuous mode to permit all.











Then following we add a mod to disable memory scrubbing to speed up the boot process:

# disable bootscrub to save on (unused) memory allocation (! Unsafe to use in real world !)
sed -i'' -e's/allowsuperpage/allowsuperpage\ bootscrub=false/g'  /boot/grub/grub.conf

1 comment:

  1. This comment has been removed by a blog administrator.

    ReplyDelete