how to access linux guest os from lan

Discussion in 'Linux Virtual Machine' started by sathiam, May 4, 2011.

  1. sathiam

    sathiam Bit poster

    Messages:
    1
    Hello, I'm stuck on this rather simple problem.
    I have a debian installed on the mac mini it is reachable from the mac mini with
    inet addr:10.211.55.3 Bcast:10.211.55.255 Mask:255.255.255.0

    the debian can access the router correctly
    # ping 192.168.108.1
    PING 192.168.108.1 (192.168.108.1) 56(84) bytes of data.
    64 bytes from 192.168.108.1: icmp_req=1 ttl=128 time=4.87 ms

    I'd like to access the debian installation from my imac but I haven't figured how to do it yet.

    my imac has this ip 192.168.108.78
    i tried to assign an ip to the debian like 192.168.108.88 on eth0:1 but it didn't work at all.
    any pointers?
    thanks!
     
  2. Mr. C.

    Mr. C. Member

    Messages:
    67
    Change your networking config to Shared Bridged so that both OS' are on the same LAN.
     
    Last edited: May 5, 2011
  3. Elric

    Elric Parallels Team

    Messages:
    1,718
    Hi
    try bridged networking. In the shared networking mode VMs are not accessible from outside (although it is possible to configure port forwarding)
     
  4. Mr. C.

    Mr. C. Member

    Messages:
    67
    Darn, sorry, don't know where my head was. My mistake; corrected.
     

Share This Page