Skip to content

vbox-create-networks.sh overwrites interfaces #16

@PerilousApricot

Description

@PerilousApricot

Hello,

vbox-create-networks.sh appears to do the following:

# Private Network vboxnet1 (10.0.0.0/8)
VBoxManage hostonlyif create
VBoxManage hostonlyif ipconfig vboxnet1 --ip 10.0.0.254 --netmask 255.0,0.0

# Private Network vboxnet2 (192.168.57.0/8)
VBoxManage hostonlyif create
VBoxManage hostonlyif ipconfig vboxnet1 --ip 192.168.57.1 --netmask 255.255.255.0

But the 2nd hostonlyif should be vboxnet2, right? Unfortunately, my machine I'm testing with has multiple NICs that end up conflicting with two of these ip ranges, so it's a bit difficult tot test

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions