Linux virtual machine network

1.Kali networking

1.1 modify configuration files, vim / etc / network / interfaces

LO Auto 
iface Loopback inet LO 

# configure the first Ethernet interface 
Auto eth0 
# DHCP to dynamically set the machine indicates the IP address 
iface eth0 inet dhcp

Guess you like

Origin www.cnblogs.com/sylas/p/12148863.html