17 Şubat 2020 Pazartesi

nmcli komutu - Network Manager İçin Komut Satırı

Giriş
Network Manager için komut satırıdır.  Bu komut biraz karışık.
komut + seçenek + object + object için command şeklinde bir söz dizilimi var

-a seçeneği
ask anlamına gelir. Şöyle yaparız.
nmcli -a con up [SSID]
1. general Object'i
Şöyle yaparız.
nmcli g
Çıktı olarak şuna benzer bir şey alırız.
DURUM  BAĞLANTI  WIFI-HW  KABLOSUZ  WWAN-HW  WWAN  
bağlandı    tam                 etkin            etkin                etkin                 etkin 
2. networking Object'i
Örnek
Wifi kartını kapatmak için şöyle yaparız
nmcli networking off
Örnek
Bağlantı durumunu öğrenmek için şöyle yaparız
  nmcli networking connectivity
Açıklaması şöyle
connectivity [check]
  Get network connectivity state. The optional check argument tells NetworkManager to
  re-check the connectivity, else the most recent known connectivity state is displayed
  without re-checking.

Possible states are:

  none
    the host is not connected to any network.

  portal
    the host is behind a captive portal and cannot reach the full Internet.

  limited
    the host is connected to a network, but it has no access to the Internet.

  full
    the host is connected to a network and has full access to the Internet.

  unknown
    the connectivity status cannot be found out.
3. radio Object'i
Örnek ver

4. connection Object'i
Network kartlarını (NIC) yönetmek için kullanılır. NIC'leri listelemek için şöyle yaparız.
nmcli con
Çıktı olarak şuna benzer bir şey alırız.
İSİM                           Kullanıcı Kimliği                                        TİP                     AYGIT 
AIRTIES_RT-204      48103e7e-726f-4ac8-85b3-20d3d521fc79  802-11-wireless    --    
...
delete komutu
Bir NIC'i silmek için şöyle yaparız
nmcli con delete eth0
down komutu
Örnek
Şöyle yaparız.
nmcli con up id wifiman
modify komutu
Şöyle yaparız.
nmcli connection modify {networkwifiname} connection.autoconnect-priority 10
up komutu
Örnek
Şöyle yaparız.
nmcli con down id wifiman
Örnek
Şöyle yaparız.
nmcli -a con up [SSID]
5. device Object'i
Şöyle yaparız.
nmcli d
Çıktı olarak şuna benzer bir şey alırız.
AYGIT   TİP  DURUM  BAĞLANTI 
wlan0      wifi  bağlandı    --    
...
6. agent Object'i
Örnek ver

7. monitor Object'i
Örnek ver

Hiç yorum yok:

Yorum Gönder