Advertisement
Guest User

Untitled

a guest
May 6th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. nmcli d
  2.  
  3. nmcli con add type ethernet con-name [connection-name] ifname [interface-name] ip4
  4.  
  5. nmcli con mod [connection-name] 802-1x.eap tls 802-1x.client-cert [path to client cert] 802-1x.private-key-password [password] 802-1x.private-key [path to private key] 802-1x.identity [your identity] 802-1x.ca-cert [path to CA cert]
  6.  
  7. nmcli con up [connection-name]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement