Advertisement
teknoraver

Untitled

Jan 23rd, 2017
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. root@matteo-desktop:/etc/NetworkManager/system-connections# nmcli -a connection add type ethernet ifname eth1 autoconnect yes
  2. Ci sono 3 argomenti opzionali per il tipo di connessione "ethernet".
  3. Fornirli ora? (sì/no) [sì]
  4. MTU [auto]:
  5. MAC [nessuno]: 68:05:ca:3a:d6:46
  6. MAC clonato [nessuno]:
  7. Aggiungere indirizzi IP? (sì/no) [sì] no
  8. Connessione "ethernet-eth1" (bbf4beb9-4092-4229-b1ee-494fbfa20617) aggiunta con successo.
  9. root@matteo-desktop:/etc/NetworkManager/system-connections# nmcli connection show ethernet-eth1
  10. connection.id: ethernet-eth1
  11. connection.uuid: bbf4beb9-4092-4229-b1ee-494fbfa20617
  12. connection.interface-name: eth1
  13. connection.type: 802-3-ethernet
  14. connection.autoconnect: yes
  15. connection.autoconnect-priority: 0
  16. connection.timestamp: 0
  17. connection.read-only: no
  18. connection.permissions:
  19. connection.zone: --
  20. connection.master: --
  21. connection.slave-type: --
  22. connection.autoconnect-slaves: -1 (predefinito)
  23. connection.secondaries:
  24. connection.gateway-ping-timeout: 0
  25. connection.metered: sconosciuto
  26. connection.lldp: -1 (default)
  27. 802-3-ethernet.port: --
  28. 802-3-ethernet.speed: 0
  29. 802-3-ethernet.duplex: --
  30. 802-3-ethernet.auto-negotiate: yes
  31. 802-3-ethernet.mac-address: 68:05:CA:3A:D6:46
  32. 802-3-ethernet.cloned-mac-address: --
  33. 802-3-ethernet.mac-address-blacklist:
  34. 802-3-ethernet.mtu: auto
  35. 802-3-ethernet.s390-subchannels:
  36. 802-3-ethernet.s390-nettype: --
  37. 802-3-ethernet.s390-options:
  38. 802-3-ethernet.wake-on-lan: 1 (default)
  39. 802-3-ethernet.wake-on-lan-password: --
  40. ipv4.method: auto
  41. ipv4.dns:
  42. ipv4.dns-search:
  43. ipv4.dns-options: (predefinito)
  44. ipv4.dns-priority: 0
  45. ipv4.addresses:
  46. ipv4.gateway: --
  47. ipv4.routes:
  48. ipv4.route-metric: -1
  49. ipv4.ignore-auto-routes: no
  50. ipv4.ignore-auto-dns: no
  51. ipv4.dhcp-client-id: --
  52. ipv4.dhcp-timeout: 0
  53. ipv4.dhcp-send-hostname: yes
  54. ipv4.dhcp-hostname: --
  55. ipv4.dhcp-fqdn: --
  56. ipv4.never-default: no
  57. ipv4.may-fail: yes
  58. ipv4.dad-timeout: -1 (predefinito)
  59. ipv6.method: auto
  60. ipv6.dns:
  61. ipv6.dns-search:
  62. ipv6.dns-options: (predefinito)
  63. ipv6.dns-priority: 0
  64. ipv6.addresses:
  65. ipv6.gateway: --
  66. ipv6.routes:
  67. ipv6.route-metric: -1
  68. ipv6.ignore-auto-routes: no
  69. ipv6.ignore-auto-dns: no
  70. ipv6.never-default: no
  71. ipv6.may-fail: yes
  72. ipv6.ip6-privacy: -1 (sconosciuto)
  73. ipv6.addr-gen-mode: stable-privacy
  74. ipv6.dhcp-send-hostname: yes
  75. ipv6.dhcp-hostname: --
  76. root@matteo-desktop:/etc/NetworkManager/system-connections# nmcli connection up ethernet-eth1
  77. Errore: attivazione connessione non riuscita: No suitable device found for this connection.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement