News:

Latest versions:
Server plugin: 0.5.1
MVP dongle: 0.5.2
Raspberry Pi client: 0.5.2
Windows client: 0.5.2-1

Main Menu

Client dont connect to vompserver

Started by julianh, February 14, 2009, 17:15:54

Previous topic - Next topic

julianh

Hello,

I want do have the mediamvp behind a wireless bridge with dd-wrt's.
after a few days of error localization i have found the problem.

The client gets the dongle.bin via tftp, that works all but when the client want to connect to the vompserver, it hangs in a loop while trying to connect.
The vompserver answert with a right udp package but the client misinterpret this package because it takes the wrong ip from the package, the ip from the wireless client bridge.

this are the captured packages at the vdr:

Source                Destination           Protocol Info
192.168.0.11          255.255.255.255       UDP      Source port: nds_sso  Destination port: nds_sso

Frame 582183 (46 bytes on wire, 46 bytes captured)
Ethernet II, Src: Fon_13:6f:99 (00:18:84:13:6f:99), Dst: Broadcast (ff:ff:ff:ff:ff:ff)
Internet Protocol, Src: 192.168.0.11 (192.168.0.11), Dst: 255.255.255.255 (255.255.255.255)
User Datagram Protocol, Src Port: nds_sso (3024), Dst Port: nds_sso (3024)
Data (4 bytes)

0000  56 4f 4d 50                                       VOMP

Source                Destination           Protocol Info
192.168.0.5           192.168.0.11          UDP      Source port: nds_sso  Destination port: nds_sso

Frame 582184 (45 bytes on wire, 45 bytes captured)
Ethernet II, Src: EdimaxTe_22:07:1a (00:1f:1f:22:07:1a), Dst: Fon_13:6f:99 (00:18:84:13:6f:99)
Internet Protocol, Src: 192.168.0.5 (192.168.0.5), Dst: 192.168.0.11 (192.168.0.11)
User Datagram Protocol, Src Port: nds_sso (3024), Dst Port: nds_sso (3024)
Data (3 bytes)

0000  76 64 72                                          vdr


this are the debug messages at the mediamvp client:

00:47:49.375811 [notice] 95 VDR - Broadcasting for server
00:47:49.376585 [debug]  92 UDP - Starting UDP command server
00:47:49.377962 [debug]  92 UDP - UDP command server started
00:47:50.870151 [notice] 95 VConnect - Connecting to server at 192.168.0.3
00:47:50.871490 [notice] 95 Wol - Found etheraddr 00:18:84:13:6F:98
00:47:50.872076 [notice] 95 Wol - Server IP set


the vompserver is located at: 192.168.0.5
the wireless bridge is located: 192.168.0.3
mediamvp have the dhcp static ip: 192.168.0.11

why does the mediamvp take the ip and than else the mac from the wireless bridge?
have someone a resolution or a simple hint?

thank you very much,

JulianH