Ssh not working

Hi, i have a problem with ssh connection over usb to wp7502 module and mangoh red board. Ssh connection works fine with one mac. But when i try to use other mac or windows machine, i can’t connect with ssh or even ping the module. Both machines recognize the module as a usb device but ssh isn’t working. I’ve tried also ubuntu with virtual box but no luck with that. Any ideas why would the device work with only one computer?

What is the return of ifconfig?

You might also set the following to shut down the firewall on module:
iptables -I INPUT -j ACCEPT

ifconfig gives me this:

bridge0 Link encap:Ethernet HWaddr A2:BB:24:DE:18:62
inet addr:192.168.225.1 Bcast:192.168.225.255 Mask:255.255.255.0
inet6 addr: fe80::a0bb:24ff:fedb:155f%1157963516/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:140 (140.0 B)

ecm0 Link encap:Ethernet HWaddr 62:F3:79:2A:4B:AC
inet addr:192.168.2.2 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::60f3:79ff:fe2a:4bac%1157963516/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1071 errors:0 dropped:0 overruns:0 frame:0
TX packets:897 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:105453 (102.9 KiB) TX bytes:174382 (170.2 KiB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1%1157963516/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:1 errors:0 dropped:0 overruns:0 frame:0
TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:76 (76.0 B) TX bytes:76 (76.0 B)

rmnet0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
UP RUNNING MTU:2000 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

I tried to disable the firewall with command you suggested, but still it connects with only one computer. I managed to try another device and same thing, works with only one computer. Any ideas why both Mac/windows -computers refuses to connect to devices?

In windows, you need to set manually the IP address of the ECM interface to be 192.168.2.3 so that you can ping the IP address of ECM interface of module which is 192.168.2.2.