Changes between Initial Version and Version 4 of Ticket #16023
- Timestamp:
- Oct 4, 2016 12:26:43 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16023
- Property Status new → closed
- Property Host type other → Solaris
- Property Resolution → invalid
-
Ticket #16023 – Description
initial v4 1 1 Attached the output from VBoxManage when trying to add hostonlyif: 2 2 {{{ 3 3 ejf@teletran1:~$ VBoxManage --version 4 4 5.1.6r110634 … … 7 7 Copyright (c) 1983, 2015, Oracle and/or its affiliates. All rights reserved. 8 8 Assembled 06 October 2015 9 }}} 10 {{{ 9 11 ejf@teletran1:~$ VBoxManage hostonlyif 10 12 Usage: … … 14 16 --ip<ipv4> [--netmask<ipv4> (def: 255.255.255.0)] | 15 17 --ipv6<ipv6> [--netmasklengthv6<length> (def: 64)]] 16 18 }}} 19 {{{ 17 20 ejf@teletran1:~$ VBoxManage hostonlyif create 18 21 Oracle VM VirtualBox Command Line Management Interface Version 5.1.6 … … 29 32 30 33 Syntax error: Unknown sub-command 'create' 34 }}} 35 {{{ 31 36 ejf@teletran1:~$ uname -a; date 32 37 SunOS teletran1 5.11 11.3 i86pc i386 i86pc 33 38 Mon Oct 3 13:02:47 CST 2016 39 }}}