Connection problem local wifi adress on latest beaglebone image (Debian 8.7 2017-03-19 4GB SD IoT)

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).
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.