RDP problem with host-based network

Discussions related to using VirtualBox on Linux hosts.
Post Reply
alexeyjaga@gmail.com
Posts: 6
Joined: 27. Jun 2013, 08:24

RDP problem with host-based network

Post by alexeyjaga@gmail.com »

Hello!

I am using Oracle Linux Server release 5.7 with VirtualBox 4.2.14 installed. Oracle VM VirtualBox Extension Pack is installed, of course. Guest system is Windows XP. Network type is host-based network. I need a RDP connection to the guest system from the host. There is a working network connection between guest and host. Iptables is disabled on the host. But RDP does not work. There are no RDP port on the system. I have googled all over internet, can not guess about the solution...

Code: Select all

VBoxManage showvminfo win_xp_02

Name:            win_xp_02                         
Groups:          /                                 
Guest OS:        Windows XP                        
UUID:            5917d96b-211d-4ccd-bcab-5595656b3ccd
Config file:     /home/translate/VirtualBox VMs/win_xp_02/win_xp_02.vbox
Snapshot folder: /home/translate/VirtualBox VMs/win_xp_02/Snapshots     
Log folder:      /home/translate/VirtualBox VMs/win_xp_02/Logs          
Hardware UUID:   5917d96b-211d-4ccd-bcab-5595656b3ccd                   
Memory size:     384MB                                                  
Page Fusion:     off                                                    
VRAM size:       16MB                                                   
CPU exec cap:    100%                                                   
HPET:            off                                                    
Chipset:         piix3                                                  
Firmware:        BIOS                                                   
Number of CPUs:  1                                                      
Synthetic Cpu:   off                                                    
CPUID overrides: None                                                   
Boot menu mode:  message and menu                                       
Boot Device (1): DVD                                                    
Boot Device (2): HardDisk                                               
Boot Device (3): Not Assigned                                           
Boot Device (4): Not Assigned                                           
ACPI:            on                                                     
IOAPIC:          on                                                     
PAE:             off                                                    
Time offset:     0ms                                                    
RTC:             local time                                             
Hardw. virt.ext: on                                                     
Hardw. virt.ext exclusive: on                                           
Nested Paging:   on                                                     
Large Pages:     off                                                    
VT-x VPID:       on                                                     
State:           running (since 2013-06-26T13:42:53.136000000)          
Monitor count:   1                                                      
3D Acceleration: off                                                    
2D Video Acceleration: off                                              
Teleporter Enabled: off                                                 
Teleporter Port: 0                                                      
Teleporter Address:                                                     
Teleporter Password:                                                    
Tracing Enabled: off                                                    
Allow Tracing to Access VM: off                                         
Tracing Configuration:                                                  
Autostart Enabled: off                                                  
Autostart Delay: 0                                                      
Storage Controller Name (0):            IDE контроллер                  
Storage Controller Type (0):            PIIX4                           
Storage Controller Instance Number (0): 0                               
Storage Controller Max Port Count (0):  2                               
Storage Controller Port Count (0):      2                               
Storage Controller Bootable (0):        on                              
IDE контроллер (0, 1): /home/translate/VirtualBox VMs/win_xp_02/pbx_xp-disk1.vmdk (UUID: dfe0db9f-3fa5-4bb6-ad82-1845ec2f5a37)
NIC 1:           MAC: 08002753B5BA, Attachment: Host-only Interface 'vboxnet0', Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none                                                                              
NIC 2:           disabled                                                                                                                               
NIC 3:           disabled                                                                                                                               
NIC 4:           disabled                                                                                                                               
NIC 5:           disabled                                                                                                                               
NIC 6:           disabled                                                                                                                               
NIC 7:           disabled                                                                                                                               
NIC 8:           disabled                                                                                                                               
Pointing Device: PS/2 Mouse                                                                                                                             
Keyboard Device: PS/2 Keyboard                                                                                                                          
UART 1:          disabled                                                                                                                               
UART 2:          disabled                                                                                                                               
LPT 1:           disabled                                                                                                                               
LPT 2:           disabled                                                                                                                               
Audio:           disabled                                                                                                                               
Clipboard Mode:  disabled                                                                                                                               
Drag'n'drop Mode:  disabled                                                                                                                             
Video mode:      1024x768x32                                                                                                                            
VRDE:            enabled (Address 0.0.0.0, Ports 5001, MultiConn: off, ReuseSingleConn: off, Authentication type: null)                                 
Video redirection: disabled                                                                                                                             
USB:             disabled                                                                                                                               
EHCI:            enabled                                                                                                                                

USB Device Filters:

<none>

Available remote USB devices:

<none>

Currently Attached USB Devices:

<none>

Bandwidth groups:  <none>

Shared folders:

Name: 'translate', Host path: '/home/translate' (machine mapping), writable

VRDE Connection:    not active
Clients so far:     0

Guest:

Configured memory balloon size:      0 MB
OS type:                             WindowsXP
Additions run level:                 2
Additions version:                   4.2.14 r86644


Guest Facilities:

Facility "VirtualBox Base Driver": active/running (last update: 2013/06/26 13:43:02 UTC)
Facility "VirtualBox System Service": active/running (last update: 2013/06/26 13:43:06 UTC)
Facility "Seamless Mode": not active (last update: 2013/06/26 13:43:02 UTC)
Facility "Graphics Mode": not active (last update: 2013/06/26 13:43:02 UTC)
alexeyjaga@gmail.com
Posts: 6
Joined: 27. Jun 2013, 08:24

Re: RDP problem with host-based network

Post by alexeyjaga@gmail.com »

VBox.log:

00:00:00.776041 VRDE: VirtualBox Remote Desktop Extension is not available.

Why so??? I have installed for sure ext pack!
alexeyjaga@gmail.com
Posts: 6
Joined: 27. Jun 2013, 08:24

Re: RDP problem with host-based network

Post by alexeyjaga@gmail.com »

Code: Select all

00:00:00.366 Installed Extension Packs:
00:00:00.366   Oracle VM VirtualBox Extension Pack (Version: 4.1.26 r84997; VRDE Module: VBoxVRDP)
00:00:00.367 VRDE: VirtualBox Remote Desktop Extension is not available.
Martin
Volunteer
Posts: 2561
Joined: 30. May 2007, 18:05
Primary OS: Fedora other
VBox Version: PUEL
Guest OSses: XP, Win7, Win10, Linux, OS/2

Re: RDP problem with host-based network

Post by Martin »

It looks like you have an old Extension Pack (version 4.1.26) which doesn't work in your current VBox 4.2.14.
alexeyjaga@gmail.com
Posts: 6
Joined: 27. Jun 2013, 08:24

Re: RDP problem with host-based network

Post by alexeyjaga@gmail.com »

No, I just tried different versions of VBox with corresponding extpacks, there is always the same behavior.
alexeyjaga@gmail.com
Posts: 6
Joined: 27. Jun 2013, 08:24

Re: RDP problem with host-based network

Post by alexeyjaga@gmail.com »

I have found the bug #8193.
Reboot does not help me.
Last edited by noteirak on 28. Jun 2013, 13:23, edited 1 time in total.
Reason: Added ticket link
Post Reply