인프런 커뮤니티 질문&답변
네트워크설정
작성
·
243
0
버추얼 박스에서 네트워크 설정을 할때
See "systemctl status networking.service" and "journalctl -xe" for details. 어떤 오류인가요..
위 내용은 이거입니다
# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
auto eht0
iface eth0 inet dhcp
auto eth1
iface eth1 inet dhcp
root@kali:~# systemctl restart networking





