tech:pb_reseau_-_ifup_command_not_found

Pb réseau - ifup command not found

Contournement

sudo dnf install NetworkManager-initscripts-updown

Fichiers :

  • /usr/libexec/nm-ifdown
  • /usr/libexec/nm-ifup
  • /usr/sbin/ifdown
  • /usr/sbin/ifup

Alternative :

# nmcli connection reload
# nmcli networking off
# nmcli networking on
 
ip addr flush dev eth0
nmcli con down eth0
nmcli con up eth0

ou

ip addr flush dev eth0
systemctl restart NetworkManager.service
tech/pb_reseau_-_ifup_command_not_found.txt · Dernière modification : de Jean-Baptiste

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki