NewCS and MGCamd

idiotSavant

Registered
Messages
7
Hia,
I wonder if anyone can help with this...

I have MGCamd and NewCS running happily decoding a Cyfra+ card.

The dreambox is connected to my router via a zoom game adapter
(the connection is usually pretty good for broadcasting TV)

...but every five minutes, the router is reporting the following error:

**UDP Flood to Host** 192.168.x.y, 1024-**** 192.168.0.100, 1000 (from ATM Outbound)

192.168.x.y is my dreambox - this only happens when it is connected to the network.

I've scanned the box, and an excerpt of /var/tuxbox/config/newcs.xml is:

<debug>
<level>normal</level>
<type>init</type>
<output>console,udp,tcp</output>
<logfile></logfile>
<console_options></console_options>
<file_options></file_options>
<udp_host>192.168.0.100</udp_host>
<udp_port>1000</udp_port>
<udp_options></udp_options>
<tcp_port>3001</tcp_port>
<tcp_options></tcp_options>
</debug>


In /var/keys/mg_cfg the D: (debug) value is 00 (off)

I've even altered both copies of newcamd.conf (in
/var/tuxbox/config/ and /var/tuxbox/config/newcamd) so that all debug options are off:

DEBUG_ECM = no
DEBUG_EMM = no
DEBUG_CWS = no
DEBUG_CAM = no

(these 4 were set to yes).

But I'm still getting the UDP Flood error.

Any bright ideas ?

Thanks,
Ed
 

Rocknroll

Staff member
Administrator
Messages
6,174
I wouldn't be too worried with that. It is probably just router firewall being too cautious and reporting newcs output as udp flood attack. But you can get ridd off it by disabling output to udp:

Code:
<output>console,tcp</output>

or just

Code:
<output>console</output>
 
Top