[OpenIndiana-discuss] Why networking not work?

Tim Mooney Tim.Mooney at ndsu.edu
Wed Apr 28 21:16:21 UTC 2021


In regard to: Re: [OpenIndiana-discuss] Why networking not work?, Nelson H....:

> In order to get inbound connections for ssh, it is necessary to add a
> second network adapter, which can only be down in powered-off state:

I've always just switched the NIC to "bridged" mode.  You can do that from
the VirtualBox GUI, or via VBoxManage from the command line.

I use a script to set up a hipster VM for testing, and the network
portion of that script does:

VBoxManage modifyvm "$VM_NAME" \
     --nic1 bridged \
     --bridgeadapter1 "$HOST_NIC1" \
     --nictype1 '82540EM' \
     --nicpromisc1 'deny' >> $log 2>&1

Tim
-- 
Tim Mooney                                             Tim.Mooney at ndsu.edu
Enterprise Computing & Infrastructure /
Division of Information Technology    /                701-231-1076 (Voice)
North Dakota State University, Fargo, ND 58105-5164



More information about the openindiana-discuss mailing list