Uwe Bartels wrote:
> Hi,
>
> I'm running virtualbox 2.1.2 on an mac os x notebook.
> Here I'm running a solaris10 in the virtual box. When I'm having wlan 
> access with dhcp or an ethernet cable with dhcp connected everything 
> runs fine. I configured in virtualbox two network interfaces as 
> hostinterface and configured these devices for dhcp.
>
> So from time to time I'm offline in a train or during a presentation 
> and nothing works.
>
> I'd like to have tcp/ip access from the mac os x (host os) to the 
> solaris (guest os). But I don't know how exactly to configure this. 
> There is no need for having a communication from the guest (solaris) 
> to the host (mac os x)
> - nat: doesn't work cause it's for getting from the guest outside but 
> not reverse. or am i wrong?
There's way of  "reverse" communication  from  host / network to guest : 
port-forwarding:

VBoxManage setextradata "VM name here"
"VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/Protocol" TCP
VBoxManage setextradata "VM name here"
"VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/GuestPort" 22
VBoxManage setextradata "VM name here"
"VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/HostPort" 2222
> - interface networking: is most promising
> - internalnetworking: is not usable cause it is for inter vm 
> communication.
>
> the solution must work without changing the network configuration of 
> the guest os (solaris). this would be too time consuming.
>
> Is a possible way having an offline network configuration with a 
> static ip and starting locally a dhcp server in that net and then 
> start virtualbox?
>
> Any ideas or clear solutions are welcome.
> Thanks.
> Uwe
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> vbox-users mailing list
> [email protected]
> http://vbox.innotek.de/mailman/listinfo/vbox-users
>   


_______________________________________________
vbox-users mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-users

Reply via email to