LoginSignup
0
0

More than 3 years have passed since last update.

systemctl restart network 代替えコマンド

Posted at

8系のLinuxOSからsystemctl restart networkが使用できなくなったため、
SSH接続中にインターフェースのアップダウンを同時にできる方法ないか調べたところ
ぱっと出てこなかったので備忘録

nmcli c down ens192 ;nmcli c up ens192

■参考
https://access.redhat.com/documentation/ja-jp/red_hat_enterprise_linux/7/html/networking_guide/sec-configuring_ip_networking_with_nmcli

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0