how to access linux guest os from lan

sathiam

Bit poster
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!
 
Change your networking config to Shared Bridged so that both OS' are on the same LAN.
 
Last edited:
Hi
try bridged networking. In the shared networking mode VMs are not accessible from outside (although it is possible to configure port forwarding)
 
Back
Top