Thank you, it worked :) I removed connman and can now set a static IP as I am used to. What is the advantage of using connman? The language on their website is a bit vague and lofty ...
On Tuesday, June 21, 2016 at 12:53:55 PM UTC+2, Micka wrote: > > because connman is installed. > > try this one : sudo apt-get remove connman --purge > > that will remove connman, but you need to reboot after your beagle. or you > can keep it and configure your ip with connman. > > Le mar. 21 juin 2016 à 12:27, lucas <[email protected] <javascript:>> a > écrit : > >> I am trying to set my Beaglebone Black to a static IP address. >> >> I edited /etc/network/interfaces as follows (leaving out some comments): >> >> # The loopback network interface >> auto lo >> iface lo inet loopback >> >> # The primary network interface >> auto eth0 >> iface eth0 inet static >> address 192.168.169.211 >> netmask 255.255.255.0 >> gateway 192.168.169.1 >> >> # Ethernet/RNDIS gadget (g_ether) >> # Used by: /opt/scripts/boot/autoconfigure_usb0.sh >> iface usb0 inet static >> address 192.168.7.2 >> netmask 255.255.255.252 >> network 192.168.7.0 >> gateway 192.168.7.1 >> >> Unfortunately it seem like the file is ignored and some other ip address >> is obtained, ostensibly by dhcp. >> >> I am running Debian 8.3 (Linux beaglebone 4.1.15-ti-rt-r43). Any idea how >> to fix this? >> >> >> -- >> For more options, visit http://beagleboard.org/discuss >> --- >> You received this message because you are subscribed to the Google Groups >> "BeagleBoard" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/beagleboard/5f7c1c75-4bc3-4d28-8264-2a66d55d262e%40googlegroups.com >> >> <https://groups.google.com/d/msgid/beagleboard/5f7c1c75-4bc3-4d28-8264-2a66d55d262e%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/407ac41d-9298-4b11-8f83-e7ce0f88a0b1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
