GNU/Linux >> Linux の 問題 >  >> Ubuntu

Systemctl Networkingに実際の問題がありますか?

systemctlネットワークを再起動しようとして不可能な時間があります。

私はLinuxの中間であり、Ubuntu 18.04のすべての新しいものとnetplanなどを使用しているので、現時点では何も知らないようです。私よりもこれを理解している誰かの助けが必要です。

これはUbuntu18.04サーバーを実行している独自のサーバーであるため、ホスティング会社は関与していません。私たちがホストしている私たちのウェブサイトはほとんどの部分で機能します(ルートドメインが機能しないことについてここで別の質問がありますが、www.domain.comは正常に機能します)が、何らかの理由で、systemctlは失敗せずに起動しません–これには、起動時も含まれます。サーバーはセキュリティ上の理由から暗号化されています。

/ etc / network / interfaces

の内容
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# Generated by debian-installer.

# 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 enp0s10
#iface enp0s10 inet static
    #address 72.31.51.26
    #netmask 255.255.255.248
    #gateway 72.31.51.25
    #dns-nameservers 75.114.81.1 75.114.81.2

# Let NetworkManager manage all devices on this system
network:
  version: 2
  renderer: networkd

受け取ったエラーは次のとおりです:

[email protected]:/$ sudo systemctl restart networking
Job for networking.service failed because the control process exited with error code.
See "systemctl status networking.service" and "journalctl -xe" for details.

systemctl statusを使用しようとしましたが、結果は次のとおりです。

[email protected]:/$ systemctl status networking
● networking.service - Raise network interfaces
   Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Wed 2018-07-18 12:29:54 EDT; 7min ago
     Docs: man:interfaces(5)
  Process: 11835 ExecStart=/sbin/ifup -a --read-environment (code=exited, status=1/FAILURE)
  Process: 11821 ExecStartPre=/bin/sh -c [ "$CONFIGURE_INTERFACES" != "no" ] && [ -n "$(ifquery --read-environment --list --excl
 Main PID: 11835 (code=exited, status=1/FAILURE)

Jul 18 12:29:54 PANGEAVERSE.pangeawerks.com systemd[1]: Starting Raise network interfaces...
Jul 18 12:29:54 PANGEAVERSE.pangeawerks.com sh[11821]: /etc/network/interfaces:22: misplaced option
Jul 18 12:29:54 PANGEAVERSE.pangeawerks.com sh[11821]: ifquery: couldn't read interfaces file "/etc/network/interfaces"
Jul 18 12:29:54 PANGEAVERSE.pangeawerks.com ifup[11835]: /etc/network/interfaces:22: misplaced option
Jul 18 12:29:54 PANGEAVERSE.pangeawerks.com ifup[11835]: /sbin/ifup: couldn't read interfaces file "/etc/network/interfaces"
Jul 18 12:29:54 PANGEAVERSE.pangeawerks.com systemd[1]: networking.service: Main process exited, code=exited, status=1/FAILURE
Jul 18 12:29:54 PANGEAVERSE.pangeawerks.com systemd[1]: networking.service: Failed with result 'exit-code'.
Jul 18 12:29:54 PANGEAVERSE.pangeawerks.com systemd[1]: Failed to start Raise network interfaces.

ルートとしても試しました:

[email protected]:/# systemctl status networking
● networking.service - Raise network interfaces
   Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Wed 2018-07-18 12:29:54 EDT; 36s ago
     Docs: man:interfaces(5)
  Process: 11835 ExecStart=/sbin/ifup -a --read-environment (code=exited, status=1/FAILURE)
  Process: 11821 ExecStartPre=/bin/sh -c [ "$CONFIGURE_INTERFACES" != "no" ] && [ -n "$(ifquery --read-environment --list --excl
 Main PID: 11835 (code=exited, status=1/FAILURE)

01-systemd-networkd-eth.yamlの内容は次のとおりです:

# This file describes the network interfaces available on your system
# For more information, see netplan(5).
network:
 version: 2
 renderer: networkd
 ethernets:
   enp0s10:
     dhcp4: no
     dhcp6: no
     addresses: [72.31.51.26/24, '2001:1::2/64']
     gateway4: 72.31.51.25
     nameservers:
       addresses: [75.114.81.1,75.114.81.2]
       search: [ www.pangeawerks.com ]

ファイル01-network-manager-all.yaml

の内容は次のとおりです。
network:
  version: 2
  renderer: networkd

ネットワークレンダラーをnetworkdに変更しました。これはNetworkManagerに設定されていましたが、私の場合は間違っています。Ubuntu18.04サーバーを使用しており、GUIを使用して設定を行っていないためです。

関連:非標準インストール(LinuxからLinuxをインストール)?

私は72時間、これを自分で理解しようとしました(それと上記の他のDNSの問題)。何かを検索して試すことはうまくいきませんでした。この時点で私は助けを求めることを辞任しました。

誰かが私を助けてくれることを願っています–それは大いにありがたいです。

マイク

承認された回答:

Please uncomment the loopback network interface lines in your /etc/network
/interfaces file and then try again to restart the networking service –  
steeldriver 32 mins ago

それはそれを修正しました!どうもありがとうございました。

マイク


Ubuntu
  1. Ubuntu20.04でvnStatを使用してネットワークトラフィックを監視する

  2. Ubuntuでネットワークを再開する方法

  3. Linuxネットワーキング-DNS、DHCPに関する奇妙な小さな問題

  1. Ubuntu 18.04でのスワップの問題?

  2. Unetbootin(またはおそらく私)に問題がありますか?

  3. ChromeでWebglを実行する際の問題?

  1. tcpdumpを使用してネットワークのトラブルシューティングを行う

  2. ZestyでのHidpiスケーリングに問題がありますか?

  3. ubuntuでarp-scanを使用してローカルネットワークをスキャンします