Page 1 of 1

TV is set to fixed ip address, but serviio detects it twice

PostPosted: Sun Jan 15, 2012 12:24 am
by raist1976
Hi,

I'm facing a rather new problem, because I was using serviio for several months without a hitch.
It might be since I upgraded to serviio 0.6.1, althougth I'm not 100% sure.

The problem is that my samsung TV is first beeing detected on the serviio console with ip address 192.168.0.20 (fixed ip with dhcp lease on router).
The right profile is recognized (samsung C/D) and I can play a video.
But if I return to the file selection on the tv and try to play the same file, or another one, it gives an error 'file not supported'.
Then I check on the serviio console and I see that my 192.168.0.20 has disapeared and is now 192.168.27.14 ... which is impossible because my router is only set to assign addresses of the form 192.168.0.* ....

I don't know what is happening there !

Here's an example in the log when both IP are rendered at almost the same time :

012-01-15 00:52:19,463 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.20
2012-01-15 00:52:19,464 DEBUG [RendererDAOImpl] Updating Renderer (uuid = ae6a4542-7fe3-fcb5-3c14-40f5616ca5c2, ipAddress = 192.168.0.20)
2012-01-15 00:52:19,465 DEBUG [RendererManager] Adding renderer Renderer [uuid=ae6a4542-7fe3-fcb5-3c14-40f5616ca5c2, ipAddress=192.168.0.20, name=Samsung DTV DMR, profileId=7, manuallyAdded=false, forcedProfile=false] to list of active renderers
2012-01-15 00:52:19,476 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.27.14
2012-01-15 00:52:19,476 DEBUG [RendererDAOImpl] Updating Renderer (uuid = ae6a4542-7fe3-fcb5-3c14-40f5616ca5c2, ipAddress = 192.168.27.14)
2012-01-15 00:52:19,477 DEBUG [RendererManager] Adding renderer Renderer [uuid=ae6a4542-7fe3-fcb5-3c14-40f5616ca5c2, ipAddress=192.168.27.14, name=Samsung DTV DMR, profileId=7, manuallyAdded=false, forcedProfile=false] to list of active renderers

Re: TV is set to fixed ip address, but serviio detects it tw

PostPosted: Sun Jan 15, 2012 12:27 am
by WildRushSykes
do u have windows media player sharing enabled?

Re: TV is set to fixed ip address, but serviio detects it tw

PostPosted: Sun Jan 15, 2012 12:32 am
by zip
can you ping the new IP?

  Code:
ping 192.168.27.14


If yes it means it exists. You could also use wireshark to sniff traffic and see if there are any packets incoming from that address. Also by any change doesn't the TV havewifi as well as wired network adaptors?

Re: TV is set to fixed ip address, but serviio detects it tw

PostPosted: Sun Jan 15, 2012 12:38 am
by raist1976
reinstalled serviio-0.5.2, problem fixed ...
have yet to try with 0.6.0.1

Re: TV is set to fixed ip address, but serviio detects it tw

PostPosted: Sun Jan 15, 2012 12:39 am
by WildRushSykes
It would of helped us out more if you stuck with the latest 0.6.1 version so we can iron out bugs :D

Re: TV is set to fixed ip address, but serviio detects it tw

PostPosted: Sun Jan 15, 2012 12:45 am
by raist1976
zip wrote:can you ping the new IP?

  Code:
ping 192.168.27.14


If yes it means it exists. You could also use wireshark to sniff traffic and see if there are any packets incoming from that address. Also by any change doesn't the TV havewifi as well as wired network adaptors?


strange thing is that I can ping 192.168.27.14 but not 192.168.0.20 . I already checked that strang behaviour yesterday but thought maybe the tv was not accepting pings...
Maybe it has something to do with PLC plugs ? do that act like stand alone routers maybe ? Because my TV is plugged on such plugs.

Before my tv was connected on wifi, now I plugged it with PLC plug, but I removed the wifi adaptater from the TV... no way it can still work :)

Re: TV is set to fixed ip address, but serviio detects it tw

PostPosted: Sun Jan 15, 2012 12:46 am
by raist1976
WildRushSykes wrote:It would of helped us out more if you stuck with the latest 0.6.1 version so we can iron out bugs :D


sure, but I do need to be able to watch a movie without getting my nerves on edge ;)
anyway I'll try to sort this out.

Re: TV is set to fixed ip address, but serviio detects it tw

PostPosted: Sun Jan 15, 2012 12:46 am
by zip
TV will reply to pings, yes

Re: TV is set to fixed ip address, but serviio detects it tw

PostPosted: Sun Jan 15, 2012 1:02 am
by raist1976
EDIT : can reproduce with 0.6.0.1. so it just might not be a problem with serviio. will try to use 0.5.2 a little longer to make sure.

can't reproduce either with 0.6.0.1, but did reproduce it with 0.6.1 so there's something there...
with 0.6.0.1 I saw a strange address at some point after clicking refresh (was yet different), but it changed back to 192.168.0.20 with yet another click on refresh.

will do further testing and some sniffing tomorrow

Re: TV is set to fixed ip address, but serviio detects it tw

PostPosted: Sun Jan 15, 2012 11:38 am
by moltra
raist1976 wrote:strange thing is that I can ping 192.168.27.14 but not 192.168.0.20 . I already checked that strang behaviour yesterday but thought maybe the tv was not accepting pings...
Maybe it has something to do with PLC plugs ? do that act like stand alone routers maybe ? Because my TV is plugged on such plugs.

Before my tv was connected on wifi, now I plugged it with PLC plug, but I removed the wifi adaptater from the TV... no way it can still work :)


192.168.27.14 and 192.168.0.20 are different IP subnets. They cannot talk to each other unless you have setup a bridge between the two IP subnets.

Re: TV is set to fixed ip address, but serviio detects it tw

PostPosted: Sun Jan 15, 2012 11:47 am
by Cerberus
ok so network issue can i have some info oon your network please.

from cmd prompt please run Ipconfig and paste out put here.

Re: TV is set to fixed ip address, but serviio detects it tw

PostPosted: Sun Jan 15, 2012 12:30 pm
by zip
what about detailed log? are there any other requests from the dodgy IP address? incoming requests etc.

Re: TV is set to fixed ip address, but serviio detects it tw

PostPosted: Sun Jan 15, 2012 3:23 pm
by raist1976
WildRushSykes wrote:do u have windows media player sharing enabled?


I think yes because my TV sees my computer too. Should I try to disable that ?

Re: TV is set to fixed ip address, but serviio detects it tw

PostPosted: Sun Jan 15, 2012 3:27 pm
by raist1976
moltra wrote:
raist1976 wrote:strange thing is that I can ping 192.168.27.14 but not 192.168.0.20 . I already checked that strang behaviour yesterday but thought maybe the tv was not accepting pings...
Maybe it has something to do with PLC plugs ? do that act like stand alone routers maybe ? Because my TV is plugged on such plugs.

Before my tv was connected on wifi, now I plugged it with PLC plug, but I removed the wifi adaptater from the TV... no way it can still work :)


192.168.27.14 and 192.168.0.20 are different IP subnets. They cannot talk to each other unless you have setup a bridge between the two IP subnets.


and now I'm seeing another IP address in serviio for the TV : 169.254.65.23 ... !
My computer is 192.168.0.10, my router 192.168.0.254 ... automatic DHCP is from 192.168.0.1 to 192.168.0.50 and the TV had a permanent lease, based on MAC address, on 192.168.0.20.
I saw somewhere, but don't know if true, that there can be a conflict between the DHCP range and the permanent lease that has an address in the DHCP range ? (but I don't believe the router would have problem with that...)

Re: TV is set to fixed ip address, but serviio detects it tw

PostPosted: Sun Jan 15, 2012 3:29 pm
by Cerberus
raist1976 wrote:
moltra wrote:
raist1976 wrote:strange thing is that I can ping 192.168.27.14 but not 192.168.0.20 . I already checked that strang behaviour yesterday but thought maybe the tv was not accepting pings...
Maybe it has something to do with PLC plugs ? do that act like stand alone routers maybe ? Because my TV is plugged on such plugs.

Before my tv was connected on wifi, now I plugged it with PLC plug, but I removed the wifi adaptater from the TV... no way it can still work :)


192.168.27.14 and 192.168.0.20 are different IP subnets. They cannot talk to each other unless you have setup a bridge between the two IP subnets.


and now I'm seeing another IP address in serviio for the TV : 169.254.65.23 ... !
My computer is 192.168.0.10, my router 192.168.0.254 ... automatic DHCP is from 192.168.0.1 to 192.168.0.50 and the TV had a permanent lease, based on MAC address, on 192.168.0.20.
I saw somewhere, but don't know if true, that there can be a conflict between the DHCP range and the permanent lease that has an address in the DHCP range ? (but I don't believe the router would have problem with that...)


is your internet connection provided over pppoe protocol?

Re: TV is set to fixed ip address, but serviio detects it tw

PostPosted: Sun Jan 15, 2012 3:31 pm
by raist1976
Cerberus wrote:
is your internet connection provided over pppoe protocol?


IPoA

Re: TV is set to fixed ip address, but serviio detects it tw

PostPosted: Sun Jan 15, 2012 3:32 pm
by raist1976
Cerberus wrote:ok so network issue can i have some info oon your network please.

from cmd prompt please run Ipconfig and paste out put here.


Windows IP Configuration


Ethernet adapter Local Area Connection 2:

Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :

Ethernet adapter Freebox LAN:

Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::a075:6f5f:5b61:8998%10
IPv4 Address. . . . . . . . . . . : 192.168.0.10
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.254

Tunnel adapter isatap.{3DA1EB0D-D45A-41DE-A0CC-485C9FE20A21}:

Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :

Tunnel adapter Teredo Tunneling Pseudo-Interface:

Connection-specific DNS Suffix . :
IPv6 Address. . . . . . . . . . . : 2001:0:5ef5:79fb:45d:3ab6:ad1a:7b49
Link-local IPv6 Address . . . . . : fe80::45d:3ab6:ad1a:7b49%21
Default Gateway . . . . . . . . . : ::

Tunnel adapter isatap.{DC549D36-2FC0-4F29-970F-A14118B59B17}:

Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :

... nothing unusual. As stated in previous post, my computer is 192.168.0.10, my router 192.168.0.254 ... automatic DHCP is from 192.168.0.1 to 192.168.0.50 and the TV had a permanent lease, based on MAC address, on 192.168.0.20.

Re: TV is set to fixed ip address, but serviio detects it tw

PostPosted: Sun Jan 15, 2012 3:33 pm
by Cerberus
ipoa???

edit: AHH ok IP over ATM that coudl be ur issue try disbaling your connection then try serviio, you should no longer see ironious IP.