Hi, > I would like to configure ip addess and name server manually for my > connection using connman. I would like to configure using dbus-send. Can any > body please help me in this. > > # dbus-send --system --print-reply --dest=org.moblin.connman > /profile/default/wifi_123419bd1234_12346f123465723031_managed_psk > org.moblin.connman.Service.SetProperty string:"Nameservers.Configuration" > variant:string:"109.33.192.134" > *Error org.moblin.connman.Error.InvalidArguments: Invalid arguments* > > Please let me know how to configure both name server and ip config using > dbus-send.
actually I don't think you can do it with dbus-send. There are some data types that are not supported by dbus-send. ConnMan ships with many examples in Python in the test/ directory. Have a look there for settings domainnames and IP address. Regards Marcel _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
