On Wed, 2017-05-10 at 19:36 +0900, Kajio, Yoshinori wrote:
> Thanks for advice and sorry for late reply, I executed like following
> and got error.
> Is there something wrong? ppp.refuse-chap is valid for adding
> connection with type gsm?
> 
> ---
> $ nmcli con add con-name <name> type gsm ifname <ifname> apn <apn>
> user <user> password <pass> ppp.refuse-chap true
> Error: Unexpected argument 'ppp.refuse-chap'
> ---

Hi,


that works for me. But older nmcli versions didn't support passing
arguments of the form "<group>.<property>" during `nmcli connection
add`.

Does it work if you first issue the add, followed by a 

  nmcli connection modify <name> ppp.refuse-chap true

?


ciao,
Thomas

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
networkmanager-list mailing list
networkmanager-list@gnome.org
https://mail.gnome.org/mailman/listinfo/networkmanager-list

Reply via email to