Je fais tourner une machine virtuelle Ubuntu dans Hyper-V. Lors du lancement, une erreur apparaît indiquant que le démarrage du réseau a échoué.
osis@projmngsys:~$ sudo systemctl status networking
networking.service - Raise network interfaces
Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor preset: enabled)
Drop-In: /run/systemd/generator/networking.service.d
50-insserv.conf-$network.conf
Active: failed (Result: exit-code) since 2019-06-18 20:25:45 MSK; 14min ago
Docs: man:interfaces(5)
Process: 794 ExecStart=/sbin/ifup -a --read-environment (code=exited, status=1/FAILURE)
Process: 778 ExecStartPre=/bin/sh -c [ "$CONFIGURE_INTERFACES" != "no" ] && [ -n "$(ifquery --read-environment --lis
Main PID: 794 (code=exited, status=1/FAILURE)
18 20:25:44 projmngsys systemd[1]: Starting Raise network interfaces...
18 20:25:45 projmngsys ifup[794]: RTNETLINK answers: File exists
18 20:25:45 projmngsys ifup[794]: Failed to bring up eth0.
18 20:25:45 projmngsys systemd[1]: networking.service: Main process exited, code=exited, status=1/FAILURE
18 20:25:45 projmngsys systemd[1]: Failed to start Raise network interfaces.
18 20:25:45 projmngsys systemd[1]: networking.service: Unit entered failed state.
18 20:25:45 projmngsys systemd[1]: networking.service: Failed with result 'exit-code'.
[2]+ Stopped sudo systemctl status networking
À l'intérieur de sudo nano /etc/network/interfaces
J'ai :
# 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
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.69
#netmask 255.255.0.0
#gateway 192.168.1.254
#dns-nameservers 8.8.8.8 8.8.4.4 192.168.1.254
#dns-search google.com
À cet égard, la question de savoir comment configurer Ubuntu et Hyper-V étape par étape, afin que l'Internet et SSH y fonctionnent.
p.s.
osis@projmngsys:~$ ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
link/ether 00:15:5d:64:26:04 brd ff:ff:ff:ff:ff:ff
--
osis@projmngsys:~$ sudo lshw -C network | grep name
logical name: eth0
--
osis@projmngsys:~$ ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:15:5d:64:26:04
inet addr:192.168.1.69 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: 2a00:1370:8125:dfcc:215:5dff:fe64:2604/64 Scope:Global
inet6 addr: fda5:efaf:2260:1:215:5dff:fe64:2604/64 Scope:Global
inet6 addr: fe80::215:5dff:fe64:2604/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:7082 errors:0 dropped:0 overruns:0 frame:0
TX packets:4055 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1053006 (1.0 MB) TX bytes:4096922 (4.0 MB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:203528 errors:0 dropped:0 overruns:0 frame:0
TX packets:203528 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:180782039 (180.7 MB) TX bytes:180782039 (180.7 MB)
--
osis@projmngsys:~$ sudo nano /etc/resolv.conf - supprimer le fichier
--
osis@projmngsys:~$ sudo nano /etc/hosts
127.0.0.1 localhost
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
osis@projmngsys:~$ sudo journalctl -xe
sudo: unable to resolve host projmngsys
-- : failed.
18 21:13:53 projmngsys systemd[1]: networking.service: Unit entered failed state.
18 21:13:53 projmngsys systemd[1]: networking.service: Failed with result 'exit-code'.
18 21:13:53 projmngsys sudo[1813]: pam_unix(sudo:session): session closed for user root
18 21:13:59 projmngsys sudo[1921]: osis : unable to resolve host projmngsys
18 21:13:59 projmngsys sudo[1921]: osis : TTY=pts/0 ; PWD=/home/osis ; USER=root ; COMMAND=/bin/systemctl start networking
18 21:13:59 projmngsys sudo[1921]: pam_unix(sudo:session): session opened for user root by osis(uid=0)
18 21:13:59 projmngsys systemd[1]: Starting Raise network interfaces...
-- Subject: networking.service
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- networking.service.
18 21:13:59 projmngsys ifup[1932]: RTNETLINK answers: File exists
18 21:13:59 projmngsys ifup[1932]: Failed to bring up eth0.
18 21:13:59 projmngsys systemd[1]: networking.service: Main process exited, code=exited, status=1/FAILURE
18 21:13:59 projmngsys sudo[1921]: pam_unix(sudo:session): session closed for user root
18 21:13:59 projmngsys systemd[1]: Failed to start Raise network interfaces.
-- Subject: networking.service
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- networking.service.
--
-- : failed.
18 21:13:59 projmngsys systemd[1]: networking.service: Unit entered failed state.
18 21:13:59 projmngsys systemd[1]: networking.service: Failed with result 'exit-code'.
18 21:14:11 projmngsys sudo[1995]: osis : unable to resolve host projmngsys
18 21:14:11 projmngsys sudo[1995]: osis : TTY=pts/0 ; PWD=/home/osis ; USER=root ; COMMAND=/bin/journalctl -xe
18 21:14:11 projmngsys sudo[1995]: pam_unix(sudo:session): session opened for user root by osis(uid=0)
--
/etc/network/interfaces.d/ - clear
0 votes
Y a-t-il des fichiers dans ce répertoire
/etc/network/interfaces.d/
? Quel est leur contenu ?0 votes
Sur Hyper-V, devez-vous changer le modèle de NIC ? J'ai vu cela dans la documentation Hyper-V ; Utilisez des adaptateurs réseau spécifiques à Hyper-V, et non l'adaptateur réseau traditionnel.
0 votes
/etc/network/interfaces.d/ - clear