natsettings1 error

Discussions related to using VirtualBox on Linux hosts.
Post Reply
Maverick__84
Posts: 2
Joined: 6. May 2014, 21:46

natsettings1 error

Post by Maverick__84 »

VBoxManage modifyvm “VM Name” –natsettings1 1500,1024,1024,1024,1024

Is this command still supported? I get the following error

VBoxManage: error: Unknown option: -–natsettings1
loukingjr
Volunteer
Posts: 8851
Joined: 30. Apr 2009, 09:45
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: just about all that run

Re: natsettings1 error

Post by loukingjr »

I think you need a space between --natsettings and 1
OSX, Linux and Windows Hosts & Guests
There are three groups of people. Those that can count and those that can't.
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: natsettings1 error

Post by socratis »

No space needed according to the manual. Ch. 9.11.3.
I've never used this personally, but I tried it exactly as you typed for a test VM, and I got no error. The .vbox file was modified from:
...
<NAT>
....
to
...
<NAT mtu="1500" sockrcv="1024" socksnd="1024" tcprcv="1024" tcpsnd="1024">
...
What version of VirtualBox are you running? What host?
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
loukingjr
Volunteer
Posts: 8851
Joined: 30. Apr 2009, 09:45
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: just about all that run

Re: natsettings1 error

Post by loukingjr »

I finally got around to looking up the command and there is no space. The command works here.
OSX, Linux and Windows Hosts & Guests
There are three groups of people. Those that can count and those that can't.
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: natsettings1 error

Post by mpack »

VirtualBox version?
Maverick__84
Posts: 2
Joined: 6. May 2014, 21:46

Re: natsettings1 error

Post by Maverick__84 »

virtualbox-4.3_4.3.4-91027~Ubuntu~precise_amd64.deb

Host:
Distributor ID: Ubuntu
Description: Ubuntu Trusty Tahr (development branch)
Release: 14.04
Codename: trusty
loukingjr
Volunteer
Posts: 8851
Joined: 30. Apr 2009, 09:45
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: just about all that run

Re: natsettings1 error

Post by loukingjr »

Maverick__84 wrote:virtualbox-4.3_4.3.4-91027~Ubuntu~precise_amd64.deb

Host:
Distributor ID: Ubuntu
Description: Ubuntu Trusty Tahr (development branch)
Release: 14.04
Codename: trusty
did you happen to add yourself to the vboxusers group in your host?
OSX, Linux and Windows Hosts & Guests
There are three groups of people. Those that can count and those that can't.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: natsettings1 error

Post by Perryg »

While adding your user name to the vboxusers group is advisable and mandatory if you want to use USB in the guest it should not prevent VBoxManage from working.

I wouldn't trust precise (12.04) on a 14.04 host. Use raring instead and the 4.3.10 release.

http://download.virtualbox.org/virtualb ... _amd64.deb

Be sure to get the extpack if you intend to use USB, vRDE, Etx..
Post Reply