Frank Mehnert wrote: > On Wednesday 02 February 2011 00:51:47 [email protected] wrote: > > host macosx-10.6.6, virtualbox-3.2.12 r68302, guest debian-5.0 > > > > i used the following comands to set up port forwarding to a > > virtual host that uses NAT: > > > > $ VBoxManage modifyvm laptop --natpf1 ssh,tcp,127.0.0.1,2022,,22 > > $ VBoxManage modifyvm laptop --natpf1 http,tcp,127.0.0.1,80,,80 > > $ VBoxManage modifyvm laptop --natpf1 https,tcp,127.0.0.1,443,,443 > > > > [...] > > > > however, only the ssh rule is working: > > > > [...] > > > > can anyone tell me what i've done wrong? > > You are trying to bind a process to ports < 1024 which is forbidden for > regular processes on Unix. > > Kind regards, > Frank
thanks frank. i should have realised that. that explains why it does work on windows. cheers, raf ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ VBox-users-community mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/vbox-users-community
