Mario: Zugriff von VM auf Host: Welche IP?

Beitrag lesen

Danke!

Mal sehen. Mach mal ip a und ip r (ip route).

ip a

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
    link/ether 00:0c:29:3c:27:7a brd ff:ff:ff:ff:ff:ff
    inet 192.168.192.138/24 brd 192.168.192.255 scope global eth0
    inet6 fe80::20c:29ff:fe3c:277a/64 scope link

ip r

default via 192.168.192.2 dev eth0  proto static
169.254.0.0/16 dev eth0  scope link  metric 1000
192.168.192.0/24 dev eth0  proto kernel  scope link  src 192.168.192.138  metric 1

ping 192.168.192.1

PING 192.168.192.1 (192.168.192.1) 56(84) bytes of data.
64 bytes from 192.168.192.1: icmp_req=1 ttl=128 time=1.18 ms
64 bytes from 192.168.192.1: icmp_req=2 ttl=128 time=0.581 ms
^C

ping 192.168.46.1

PING 192.168.46.1 (192.168.46.1) 56(84) bytes of data.
64 bytes from 192.168.46.1: icmp_req=1 ttl=128 time=1.16 ms
64 bytes from 192.168.46.1: icmp_req=2 ttl=128 time=0.985 ms
64 bytes from 192.168.46.1: icmp_req=3 ttl=128 time=0.882 ms
^C