Hi, At the moment I'm a bit lost how to resolve the following. I have a Beaglebone black running the latest Debian image (Debian 8.7 2017-03-19 4GB SD IoT <https://debian.beagleboard.org/images/bone-debian-8.7-iot-armhf-2017-03-19-4gb.img.xz> ). Connecting to the Beaglebone through SSh via the softap and USB network connection is possible. I need however a connection to the bbw through the ip-adress provided by the router (imc 192.168.1.58) This was possible with the stock image but when I switched images with above mentioned direct connection was no longer possible, only via the softap (Beaglebone-1644 192.168.8.1) The config of my Beaglebone:
Softap0 192.168.8.1 usb0 192.168.7.2 usb1 192.168.6.2 wlan0 192.168.1.58 iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED ACCEPT all -- anywhere anywhere Chain OUTPUT (policy ACCEPT) target prot opt source destination Kernel IP routing table: Destination Gateway Genmask Flags Metric Ref Use Iface default dsldevice.lan 0.0.0.0 UG 0 0 0 wlan0 192.168.1.0 * 255.255.255.0 U 0 0 0 wlan0 dsldevice.lan * 255.255.255.255 UH 0 0 0 wlan0 192.168.6.0 * 255.255.255.252 U 0 0 0 usb1 192.168.7.0 * 255.255.255.252 U 0 0 0 usb0 192.168.8.0 * 255.255.255.0 U 0 0 0 SoftAp0 and selinux seems not be enabled. I can only ping 192.168.1.58 when connected to the softap otherwise it is completely invisible in the rest of the network. Does anybody have a clue were to look for the configuration in order to change this? Thanks Jan-Paul btw in this image the root password doesn't seem to be empty anymore. changing is not really a problem while the debian user is in the sudo-ers file, but still. -- 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/8100f5d1-7cde-468d-a463-707dd4b3c9f5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
