Advertisement
Guest User

Untitled

a guest
Oct 17th, 2013
412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.95 KB | None | 0 0
  1. ~$ ps faux | grep -i network
  2. root      1116  0.0  0.1 257388  6104 ?        Ssl  10:37   0:00 NetworkManager
  3. nobody    1418  0.0  0.0  35532  1532 ?        S    10:37   0:00  \_ /usr/sbin/dnsmasq --no-resolv --keep-in-foreground --no-hosts --bind-interfaces --pid-file=/var/run/NetworkManager/dnsmasq.pid --listen-address=127.0.1.1 --conf-file=/var/run/NetworkManager/dnsmasq.conf --cache-size=0 --proxy-dnssec --enable-dbus=org.freedesktop.NetworkManager.dnsmasq --conf-dir=/etc/NetworkManager/dnsmasq.d
  4. azamat    7973  0.0  0.0  16068   968 pts/0    S+   10:58   0:00          |               \_ grep --color=auto -i network
  5.  
  6.  
  7. ~$ cat /etc/NetworkManager/dispatcher.d/01ifupdown | grep run-parts
  8.     exec run-parts /etc/network/if-up.d
  9.     exec run-parts /etc/network/if-post-down.d
  10. #   exec run-parts /etc/network/if-pre-up.d
  11. #   exec run-parts /etc/network/if-down.d
  12.  
  13.  
  14. ~$ nm-tool
  15.  
  16. NetworkManager Tool
  17.  
  18. State: connected (global)
  19.  
  20. - Device: eth0  [UZONLINE] -----------------------------------------------------
  21.   Type:              Wired
  22.   Driver:            r8169
  23.   State:             connected
  24.   Default:           yes
  25.   HW Address:        30:85:A9:24:D0:D2
  26.  
  27.   Capabilities:
  28.     Carrier Detect:  yes
  29.     Speed:           100 Mb/s
  30.  
  31.   Wired Properties
  32.     Carrier:         on
  33.  
  34.   IPv4 Settings:
  35.     Address:         192.168.0.125
  36.     Prefix:          24 (255.255.255.0)
  37.     Gateway:         192.168.0.1
  38.  
  39.     DNS:             195.158.0.1
  40.     DNS:             84.54.64.34
  41.  
  42.  
  43. - Device: wlan0 ----------------------------------------------------------------
  44.   Type:              802.11 WiFi
  45.   Driver:            ath9k
  46.   State:             disconnected
  47.   Default:           no
  48.   HW Address:        74:E5:43:D0:2A:C9
  49.  
  50.   Capabilities:
  51.  
  52.   Wireless Properties
  53.     WEP Encryption:  yes
  54.     WPA Encryption:  yes
  55.     WPA2 Encryption: yes
  56.  
  57.   Wireless Access Points
  58.     TPLWR740N:       Infra, 90:F6:52:8A:8C:FC, Freq 2412 MHz, Rate 54 Mb/s, Strength 88 WPA WPA2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement