host server, guest server and vrdp

Discussions related to using VirtualBox on Linux hosts.
Post Reply
sergioman
Posts: 1
Joined: 28. Feb 2008, 20:54

host server, guest server and vrdp

Post by sergioman »

Hi, i have a problem with host networking and VRDP

I have a headless host IP 192.168.0.100.
I would like two use two vm, each with a ssh, web and ftp server. One with ip 192.168.0.101 and 192.168.0.102 to each respectively.
I need also access to host with ssh.
And last i need access to second guest vm with VRDP.

I try several options based on user manual, this forum and some blog, but failed all. When the host and vrdp run without failure, the guest server fail, and when guest server run, vrdp don´t.

i have searched with no luck about this.

Somebody can tell me information about headless host and vrdp and host networking?

I'm repeating the process and this is the host /etc/network/interfaces

Code: Select all

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback


#
auto eth0
iface eth0 inet static
       address 192.168.0.100
       netmask 255.255.255.0
        gateway 192.168.0.1


auto br0
iface br0 inet static
       address 192.168.0.100
       netmask 255.255.255.0
       gateway 192.168.0.1
       bridge_ports eth0
with this code i can connect to the guest vm but not with the host ssh nor vrdp.


Thanks a lot.
Post Reply