Monday, November 22, 2010

Changing the ip address range in Virtual Box

Go to a terminal and type:

VBoxManage modifyvm "VM name" --natnet1 "192.168/16"

This changes the ip range to a 192.168 rather than the default 10.0 range

No comments: