Javier, you haven't told us what your host system is...but if you're
using Linux here you are:

I set my networking with bridging. My script in the Linux host is:

Host:

tunctl -t tap0 -u lgallard
chmod 666 /dev/net/tun
/sbin/ip link set tap0 up
/sbin/ip addr add 172.16.16.16/32 dev tap0
echo "1" > /proc/sys/net/ipv4/conf/tap0/proxy_arp
echo "1" > /proc/sys/net/ipv4/ip_forward
parprouted eth0 tap0
echo "tap0 is set"

In this example lgallard is the user who launches the virtual
machines. Then, I set a static ip in the guest OS (no matter if it's
Linux or Windows)

Guest (Linux):

Add to the /etc/network/interfaces this lines:


# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.2.113
netmask 255.255.255.0
gateway 192.168.2.1

Set your ip, netmask and gateway according to the network where the
VM's will be connected. If you want DNS resolution, add your dns
servers in the /etc/resolv.conf

Guest (Windows)

Go to the  TCP/IP interface properties a set the values for a static
IP connection and DNS resolution.

On 3/28/07, Javier Enrique Tiá Marín <[EMAIL PROTECTED]> wrote:
>
> Hi:
>
> I'm new user in the use of the Virtual Machine. A like very much the
> VirtualBox.
> Congratulations to the all people behind this great job.
>
> From Guest I can access to Outside (Real) Network using NAT in Settings ->
> Network -> Adapter0 -> Attached to
>
> But,
>
> From Host I can't access Inside (Virtual) Network
>
> I readed of the Manual, Help -> Contents -> Networking in Virtual Machines. I
> use Host Interface but don't work.
>
> The way port-forwading I don't like, I will get access complete from Host to
> Guest
>
> Somebody, can help me with this situation?
>
> TIA,
> JETM
>
> p.d: Apologize, the english isn't my navite idiom.
>
> _______________________________________________
> vbox-users mailing list
> [email protected]
> http://vbox.innotek.de/mailman/listinfo/vbox-users
>


-- 
Saludos,
Luis Gallardo

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

Reply via email to