Author Topic: VirtualBox Coexist  (Read 2690 times)

JPB

  • Zen Monk
  • **
  • Posts: 77
  • Karma: +1/-1
    • View Profile
VirtualBox Coexist
« on: July 26, 2011, 11:14:08 pm »
I have an Zentyal Server and also Installed Virtualbox on the Zentyal-Ubuntu
I also have successfully Installed VPN

Code: [Select]
nmap -T4 -A -v localhost result show the RDP client running3389/tcp  open  microsoft-rdp VirtualBox VM Remote Desktop Service

If I use SSH to the Zentyal Server and I can tunnel the port 3389 (RDP) and Connect to localhost through the tunnel
I cannot get the RDP via VPN to work, Can someone help!!

I have created the RDP service VirtualBox as TCP 3389, added the RDP Service to the firewall packet filter (alow)source(any) in Internal networks to Zentyal, Internal networks (redundent because Source, Destination, Service Any,Any,any exist) and Traffic coming out from Zentyal (redundent because Destination, Service Any,any exist)

As the VPN is an "Internal" network the first setting should open the port up for it to work, but it does not.
What did I miss?
Thanx

jsalamero

  • Zentyal Staff
  • Zen Hero
  • *****
  • Posts: 1419
  • Karma: +45/-1
    • View Profile
Re: VirtualBox Coexist
« Reply #1 on: August 05, 2011, 01:23:19 pm »
Check to which interfaces is vbox binding with netstat -putan ... and check the rules is properly created with iptables -L -n -v.

JPB

  • Zen Monk
  • **
  • Posts: 77
  • Karma: +1/-1
    • View Profile
Re: VirtualBox Coexist
« Reply #2 on: August 05, 2011, 01:38:29 pm »
root@cheetah:~# netstat -putan |grep 3389
tcp        0      0 0.0.0.0:3389            0.0.0.0:*               LISTEN      8011/VBoxHeadless

Chain fglobal (1 references)
 pkts bytes target     prot opt in     out     source               destination
    0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp spt:3389 dpt:3389

Chain iglobal (1 references)
 pkts bytes target     prot opt in     out     source               destination
    0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp spt:3389 dpt:3389 state NEW

Chain oglobal (1 references)
 pkts bytes target     prot opt in     out     source               destination
    0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp spt:3389 dpt:3389 state NEW


I duno if this is the Info you want else i can Post it all !

jsalamero

  • Zentyal Staff
  • Zen Hero
  • *****
  • Posts: 1419
  • Karma: +45/-1
    • View Profile
Re: VirtualBox Coexist
« Reply #3 on: August 05, 2011, 06:42:30 pm »
Should be fine... try if disabling the firewall works, but rules seems to be okey.