...
- eth0 which is a DHCP address so that a connection can be made from the host computer (your laptop). In this case the IP is 10.0.0.20. Example, to connect to the local VM use: ssh root@10.0.0.20
- eth1 which is a fixed IP address. This is used to connect between the source and target servers. This IP is 10.1.1.10
...