Hey all, I have a platform where I'd like an ethernet port to come up with a static IP, much as it does with /etc/network/interfaces containing:
auto p5p1 iface p5p1 inet static address 192.168.54.1 netmask 255.255.255.0 This is essential so that a user can set a static IP on their laptop, and then SSH into the device in order to configure the wireless, etc. However, it doesn't seem possible to do this under connman— without a wire connected to the ethernet port, no wired services are shown, so I have no opportunity to do: connmanctl config <service> --ipv4 ... Is there a way to do this which I'm not seeing? Alternatively, can connman be set up to ignore my ethernet port and manage only the wifi? I apologize for the elementary question— the best docs I've been able to find are those on the Arch Linux wiki: https://wiki.archlinux.org/index.php/Connman I'm using connman v1.15, via the Ubuntu 14.04 deb package. Thanks, Mike _______________________________________________ connman mailing list [email protected] https://lists.connman.net/mailman/listinfo/connman
