Who to Connect Physical Machine with Virtual Machine
Bridge: the bridge is layer 2 devices or software connecting different segments(media independent) from one logical segment(single broadcast domain). although the network segments belong to different mediums (wire and wireless). Example: we have logical network 192.168.1.0/24 Take two hosts with physical networks eth0 and eth1 which belong to the same subnet(Broadcast domain). OR eth0 IP : 192.168.1.2 (physical NIC Host-a) and eth1 IP: 192.168.1.3 (host A-NIC) eth0 IP : 192.168.1.2 (physical NIC) and enp0s3 IP: 192.168.1.3 (vNIC) OR eth0 IP: 192.168.1.2 (physical NIC) and wlan0 IP: 192.168.1.3 (wifi NIC) ...