DreamBox DM800HD SE (Sat) PVR
€ 449.00
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.

Page 1 of 11 1 2 3 ... 10 11 >
Topic Options
Rate This Topic
#14284 - 11/02/06 03:40 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
colossus_r Offline
Tiepertje

Registered: 09/01/06
Posts: 129
This guide its to help newbies to setup 2 boxes for Card Sharing in
Lan or Wan.

You need :

2 dreamboxes (???? of course)network conected
1 Network cable

a) If you connect the 2 boxes direct you need a cross network cable
B) if you connect the to boxes in a hub with other network devices then you need straigth network cable
(both of them easy to find in computer stores)
****************************************************************
Network setup:
Go in DreamBox setup-expert setup-network settings and put ip address (something like this)
dreambox1 : ip 192.168.0.1
subnet 255.255.255.0
gateway (ip address of the router)
DNS (ip address of the router)
If you dont have Internet connection leave Gateway and DNS blanc

dreambox2 : ip 192.168.0.2
subnet 255.255.255.0
gateway (ip address of the router)
DNS (ip address of the router)
If you dont have Internet connection leave Gateway and DNS blanc

Check the enable Networking chekbox

If you have a PC thats connect to internet (dialup or adsl) then you can put the pc's ip
as Gateway and DNS server in both boxes to give them internet access

IMPORTAND????
If you have a router for the internet the ip of the 2 boxes MUST be in same
network as your router.
Examples:
If the router's Ip address is 10.0.0.1 then your boxes ips MUST be 10.0.0.2 and 10.0.0.3
If your router's IP address is 192.168.1.1 then your boxes MUST be 192.168.1.2 and 192.168.1.3

Now your boxes are connected... and with internet access (if its present)
****************************************************************
EMU and CardSharing How to:

Install in your boxes one of new images.
I prefer PLi Diamod as gives you the choise to have separate server and client EMU.
In this example we will use as cardserver EMU the NewCS and as client EMU Newcamd
So download and install in the boxes the 2 EMUS (NewCS and Newcamd). If only 1 DreamBox
it will act as a server then in the second one you dont need to install NewCS, only NEwcamd

Now we have to to configure the files for the sharing
*****************************************************************
Server configuration of the file Newcs.xml (/var/tuxbox/config)
(in the supplied zip there is a Newcs.xml file for this example)

Open the file with a plain text editor (i use UltraEdit)

Find the section <debug>
and then <udp_host>192.168.0.1</udp_host>
Here you put your server box ip

Then find <udp_port>10000</udp_port>
Here you put servers port

Find the section <newcamdserver>
and then the <name>testserver</name>
Here you put the name of your server (testserver)
Then find <deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
Here you put a login key for your users in this format
Then find
<user>
<name>username1</name>
<password>userpas1</password>
<au>on</au>
<spider>No</spider>
</user>
and put user name and password for your users
****************************************************************************************

Server and client configuration of file Newcamd.conf (/var/tuxbox/config/newcamd)

(in the supplied zip there is a Newcamd.conf file for this example)
Open the file with a plain text editor

Find the line:

CWS = 192.168.0.1 10000 username1 userpas1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan testserver

Line parts in plain English
1)192.168.0.1 --- ip address of the server (DreamBox acting as server)
(the same as the one defined on newcs.xlm)
2)10000 --- port of the server (the same as the one defined on newcs.xlm)
3)username1 userpas1 --- username and pass of the client (the same as the one defined on newcs.xlm)
4)01 02 03 04 05 06 07 08 09 10 11 12 13 14 --- access code (the same as the one defined on newcs.xlm)
5)lan -- leave this as lan
6)cardserv - name of the cardsharing server (the same as the one defined on newcs.xlm)
**************************************************************************************************

IMPORTAND!!!!!!!!!!!!!!!!!!!!!!!!
Entrys in newcs.xml must be the same in the newcamd.conf
(ip addresses-servername-username-password-deskey)
All this is case sensitive (username it is not the same with UserName)

After saving transer the 2 files in your <a href="http://nl.wikipedia.org/wiki/DreamBox" target="_blank">DreamBox</a> and restart your boxes...
In lan setups this is ready to work
In wan setups you need a router or a DreamBox plugin with DynamicDNS capabilities

Thats all guys
You are ready to CARDSHARE


colossus_r
Share the NowHow

Top
#14285 - 11/02/06 04:52 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
FreeSat Offline

Beheerder
Hobbyloos

Registered: 16/05/03
Posts: 15771
Loc: zichtloos leven
Thnx for adding this to our knowledgebase.

FreeSat
_________________________
Bezoek ook eens de DreamBoxSupport webshop.


DM500S HD
DM800S HD se
DM8000 HD

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14286 - 11/02/06 07:14 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
japseye Offline
Startend lid

Registered: 10/02/06
Posts: 14
Great post Collusus. Thank you for sharing.

Top
#14287 - 23/02/06 04:11 AM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
japseye Offline
Startend lid

Registered: 10/02/06
Posts: 14
@ Collosus
If the server has to have both Newcs.xml and Newcamd.conf with the servers details in them then how can the server share the clients card or is this just a one way share trip from server to client.

SERVER Newcs.xml

Find the section <debug>
and then <udp_host>192.168.0.1</udp_host>
Here you put your server box ip
====================

SERVER & CLIENT Newcamd.conf

1)192.168.0.1 --- ip address of the server (DreamBox acting as server)
(the same as the one defined on newcs.xlm)

The server can only have the one Newcamd.conf so how can he share the clients card when Newcamd.conf contains only servers details.



Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14288 - 23/02/06 09:36 AM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
colossus_r Offline
Tiepertje

Registered: 09/01/06
Posts: 129
Quote:

@ Collosus
If the server has to have both Newcs.xml and Newcamd.conf with the servers details in them then how can the server share the clients card or is this just a one way share trip from server to client.

SERVER Newcs.xml

Find the section <debug>
and then <udp_host>192.168.0.1</udp_host>
Here you put your server box ip
====================

SERVER & CLIENT Newcamd.conf

1)192.168.0.1 --- ip address of the server (DreamBox acting as server)
(the same as the one defined on newcs.xlm)

The server can only have the one Newcamd.conf so how can he share the clients card when Newcamd.conf contains only servers details.


Jap

If i get the question then..
The server box has to share the cards to its self and to clients.
Thats why in the newcamd.conf (of the server) you must have the server ip address (or use "localhost" )

Let me now if i help

colossus of rhodes




Top
#14289 - 23/02/06 12:48 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
japseye Offline
Startend lid

Registered: 10/02/06
Posts: 14
Sorry if it sound confusing.
Where does the clients details go in servers config files. You only mention setting up servers details in both files. Does the client have to set up a server also to share his card with you.

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14290 - 23/02/06 07:46 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
colossus_r Offline
Tiepertje

Registered: 09/01/06
Posts: 129
Quote:

Sorry if it sound confusing.
Where does the clients details go in servers config files. You only mention setting up servers details in both files. Does the client have to set up a server also to share his card with you.


Q: Does the client have to set up a server also to share his card with you.
A: Yes. If the "client" has to share a card (then its a "server") you have to configure the same way as the server and the client

q: Where does the clients details go in servers config files.
A: The only client details that you need in server config files are: Username- password -DesKey

Let me now if its ok


colossus

Top
#14291 - 24/02/06 02:01 AM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
japseye Offline
Startend lid

Registered: 10/02/06
Posts: 14
Hmm still not working. I think that the problem could be with the newcs.xml file. I am using a cerebro card from external phoenix at 6mz from server. In the file that you supplied there is only mention of upper and lower slots. Could this be the problem?

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14292 - 24/02/06 05:43 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
colossus_r Offline
Tiepertje

Registered: 09/01/06
Posts: 129
Quote:

Hmm still not working. I think that the problem could be with the newcs.xml file. I am using a cerebro card from external phoenix at 6mz from server. In the file that you supplied there is only mention of upper and lower slots. Could this be the problem?


Hi japseye
Yes thats the problem. If you use external card reader you cant use that newcs.xml as it has section only
for internal slots.

Is there a special reason to use external reader in your DreamBox????

If no use DreamBox internal slots and it will be ok.

If yes then:
In the newcs.xml file of this post:

<a href="http://www.satfree.nl//index.php?showtopic=3567" target="_blank">http://www.satfree.nl//index.php?showtopic=3567</a>

there is an example for external readers.
Use that section in your xml file.
Its something like this

<readers name="Card Readers">
<device>
<name>phoenix</name>
<type>Phoenix</type>
<node>COM1</node>
<mhz>357</mhz> &#60;!-- or 357- 600 --&#62;
<parity>none</parity>
<export>yes</export>
<enabled>yes</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>No</blockga>
<boxkey>0000000000</boxkey>
<PTShandshake>yes</PTShandshake>
<crypto-special>yes</crypto-special>
<carddetect>no</carddetect>
<newcamd_port>10010</newcamd_port>
<priority>hard</priority> &#60;!-- round - hard is default --&#62;
<sid>
<allow>
&#60;!-- valid value for id are:
4 numbers, if the service id is 3 numbers, add a 0 infront of it. --&#62;
<id></id>
</allow>
<deny>
&#60;!-- valid value for id are:
4 numbers, if the service id is 3 numbers, add a 0 infront of it. --&#62;
<id></id>
</deny>
</sid>
</device>


</readers>



Be ware of the Newcamd_port to be the same as your client

Also beware of this: <node>COM1</node>

The serial port of the DreamBox is "/dev/sciX"

x is 0 or 1 or 2

Let me now the results

colossus


Edited by (24/02/06 05:55 PM)

Top
#14293 - 12/03/06 02:52 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


How to configure the newcs.xml if the CS server is on a lan that connects to the internet through a server(pc) and the client can connect to the cs server only from internet

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14294 - 13/03/06 06:17 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
colossus_r Offline
Tiepertje

Registered: 09/01/06
Posts: 129
Quote:

How to configure the newcs.xml if the CS server is on a lan that connects to the internet through a server(pc) and the client can connect to the cs server only from internet


Hi m8

The configuration of newcs.xml its the same.
But when the client conects like in your case then .... you are in big trouble.

You must install in your pc (that connects to the internet) firewall and router software client with advance port handling.....
This mean that you must have a windows 2000 or 2003 SERVER system to even try something like this.

I am talking about windows ..I now nothing about linux...so if someone can help on linux...

If you have a dsl connection its better to get a dsl router with port handling and you are up and running

colossus
Share the nowhow

Top
#14295 - 03/04/06 03:11 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


Hallo Colossus of rhodes,
my name is Michele and I'm an italian beginner in the wonderful world
of DreamBox!!

I still trying Pli Emerald on my own <a href="http://nl.wikipedia.org/wiki/DreamBox" target="_blank">DreamBox</a>es (1 DB7020S and 4 DB500S)
connected in a LAN at my home.

According to your suggestion, I plan to use PLi Emerald as image, NewCS as cardserver and Newcamd as
emu, do you confirm me that is the right choise?

After finish deploying your solution all seems to work fine togheter, but I still having some problems.

1. Newcamd 6.09 don't decode my Sky and XPlus cards (the only two I have);
2. in blue panel I don't find the menu for download soft keys.

I hope you can help me,
thanks in advance
Michele

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14296 - 03/04/06 06:11 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
colossus_r Offline
Tiepertje

Registered: 09/01/06
Posts: 129
Quote:

Hallo Colossus of rhodes,
my name is Michele and I'm an italian beginner in the wonderful world
of DreamBox!!

I still trying Pli Emerald on my own <a href="http://nl.wikipedia.org/wiki/DreamBox" target="_blank">DreamBox</a>es (1 DB7020S and 4 DB500S)
connected in a LAN at my home.

According to your suggestion, I plan to use PLi Emerald as image, NewCS as cardserver and Newcamd as
emu, do you confirm me that is the right choise?

After finish deploying your solution all seems to work fine togheter, but I still having some problems.

1. Newcamd 6.09 don't decode my Sky and XPlus cards (the only two I have);
2. in blue panel I don't find the menu for download soft keys.

I hope you can help me,
thanks in advance
Michele


Hi michele

Your choice of the image its perfect. For the time i think PLI Emerald its the Best image in town.

Dont use newcamd as EMU.

Try to use mgcamd. It use the same configuration file (newcamd.conf) and its best for client to newcs.

Download it from the blue panel and download and Mgcamd configuration.

Sky italia opens fine and with no problems with Mgcamd. Still some problems with Newcamd.

Xplus opens only with Mgcamd but you have to wait 15-20 second to see the picture.

And for all pli users this is the PERFECT panel for K**s download

Transef to /temp dir and from blue panel do a manual install.
After you will have blue button-installed ppanels a new panel for download what everybody wants K**s

colossus of rhodes

Transfer the NowHow

Top
#14297 - 03/04/06 11:33 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


Hi Colossus,
thank you very much for your valuable help.
regards
Michele

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14298 - 03/04/06 11:47 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
FreeSat Offline

Beheerder
Hobbyloos

Registered: 16/05/03
Posts: 15771
Loc: zichtloos leven
I use CAMX, this EMU is very easy to configure and extremely fast decoding. If you need a few sample config line for setting this up on your box please let me know....

FreeSat
_________________________
Bezoek ook eens de DreamBoxSupport webshop.


DM500S HD
DM800S HD se
DM8000 HD

Top
#14299 - 04/04/06 08:29 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
colossus_r Offline
Tiepertje

Registered: 09/01/06
Posts: 129
Quote:

Hi Colossus,
thank you very much for your valuable help.
regards
Michele



Hi mike

glad to now that i helped..

colossus

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14300 - 05/04/06 08:35 AM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


my friends,
something don't work . . . I think that I need more help

In the first box I removed newcamd and installed mgcamd but I didn't find the emu's file and the newcamd.conf file so I put the newcamd.conf file in /etc/tuxbox/config but cardshare still don't work.

In another box I leave the newcamd and added the mgcamd but the result is the same.

in Michele.zip file you can see my config files.

Today I will try with camx emu, I hope in more luck!!!!

thank you
Michele

Top
#14301 - 05/04/06 06:35 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
colossus_r Offline
Tiepertje

Registered: 09/01/06
Posts: 129
Quote:

my friends,
something don't work . . . I think that I need more help

In the first box I removed newcamd and installed mgcamd but I didn't find the emu's file and the newcamd.conf file so I put the newcamd.conf file in /etc/tuxbox/config but cardshare still don't work.

In another box I leave the newcamd and added the mgcamd but the result is the same.

in Michele.zip file you can see my config files.

Today I will try with camx emu, I hope in more luck!!!!

thank you
Michele



Hi mike

When you install mgcamd you DONT remove newcamd??????
IF YOU REMOVED THE MGCAMD EMU ITS NOT WORKING

SO REINSTALL NEWCAMD.

YOU MUST HAVE THEM BOTH IN YOUR SYSTEM

The file newcamd.conf goes to dir /var/tuxbox/config/newcamd

The mg_cfg file after you install mgcamd EMU is in /var/keys

YOU DONT TOUCH THE FILE. BUT IT IS NEEDED IN THAT DIRECTORY

The FILES that you post seem to be ok configured.

IF YOU FOLLOW THOSE YOUR SYSTEM IT WILL WORK OK


colossus

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14302 - 05/04/06 10:18 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


Colossus,
I don't know what (or where) is a mistake, but my cardserver still don't working . . .

FreeSat can you explain me how to setting camx?

Thanks in advance,
Michele

Top
#14303 - 05/04/06 10:58 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
FreeSat Offline

Beheerder
Hobbyloos

Registered: 16/05/03
Posts: 15771
Loc: zichtloos leven
Add the following lines to your current CAMX config file:
SERVER: 192.168.0.1 666 0100 00006a rdgd
SERVER: 192.168.0.2 666 0100 000065 rdgd
SERVER: 192.168.0.3 666 1702 000000 rdgd

These examples are for:
Server 192.168.0.1 port 666 using a Canal Digital/TV Vlaanderen smartcard (CAID: 006a)
Server 192.168.0.2 port 666 using a Cyfra+ smartcard (CAID: 0065)
Server 192.168.0.3 port 666 using a Premiere smartcard (Premiere CAID: 1702 or 1722)

Goodluck,
FreeSat
_________________________
Bezoek ook eens de DreamBoxSupport webshop.


DM500S HD
DM800S HD se
DM8000 HD

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14304 - 06/04/06 09:21 AM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
colossus_r Offline
Tiepertje

Registered: 09/01/06
Posts: 129
Quote:

Colossus,
I don't know what (or where) is a mistake, but my cardserver still don't working . . .

FreeSat can you explain me how to setting camx?

Thanks in advance,
Michele


Mike

Its strange that you still have problems with setup.

2 things to keep in mind allways with DreamBox.
a) when you make any change in config files you have to RESTAR EMU from blue button softcam setup red button.
B) Some time the cardreader dont read the card the first time. Eject and reinsert the card 1 or 2 times.
(Sory for this silly note: But the card goes on the slot with the chip down).



colossus

ps: You have PM

Top
#14305 - 07/04/06 08:17 AM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


FreeSat,
my cards are Sky Italia and InXtc/XPlus, can you give me the correct setting for those?

Colossus,
its very strange that overall configuration isn't working, but this is the fact.

Naturally I restart the emu after config changes apply and the card is inserted with the chip face down!!!!!

regards,
Michele

p.s. Colossus in next days I will contact you, thank.

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14306 - 07/04/06 09:40 AM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
FreeSat Offline

Beheerder
Hobbyloos

Registered: 16/05/03
Posts: 15771
Loc: zichtloos leven
I don't know the exact line for Sky but for the Inxtc card it is:
SERVER: 192.168.0.1 678 4a00 000000 rdgd

192.168.0.1 is a sample server again
678 is the sample serverport.

Goodluck.

FreeSat
_________________________
Bezoek ook eens de DreamBoxSupport webshop.


DM500S HD
DM800S HD se
DM8000 HD

Top
#14307 - 08/04/06 10:37 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


Hi!

Is possible to setup three dreamboxes where they all would be both servers and clients.
For example:
-DreamBox #1 has card #1,
-DreamBox #2 has card #2,
-DreamBox #3 has card #3.

Now DreamBox #3 should be client of #2 and #1, server to #1 and #2 etc.

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14308 - 10/04/06 05:54 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
colossus_r Offline
Tiepertje

Registered: 09/01/06
Posts: 129
Quote:

Hi!

Is possible to setup three dreamboxes where they all would be both servers and clients.
For example:
-DreamBox #1 has card #1,
-DreamBox #2 has card #2,
-DreamBox #3 has card #3.

Now DreamBox #3 should be client of #2 and #1, server to #1 and #2 etc.


Hi m8

YES its possible to do that.
If you setup your boxes both as server and client to one another.

In newcs.xml of the boxes you put username and password for every client box
In Newcamd.conf of the boxes you put one cw line for every server box

See the first post and the files on it.

colossus


Top
#14309 - 17/04/06 11:19 AM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


Hi guys,
my cardserver finally work!!!

thank to all people that helped me and a special thank to colossus.

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14310 - 17/04/06 08:53 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
colossus_r Offline
Tiepertje

Registered: 09/01/06
Posts: 129
Quote:

Hi guys,
my cardserver finally work!!!

thank to all people that helped me and a special thank to colossus.



Hi mike

good to know that. What was the problem anyway?????


colossus

Top
#14311 - 17/04/06 09:01 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


sorry, I don't know . . .

I just reinstalled all the software from begin:
1. PLi Emerald
2. NewCS
3. NewcamD + Config
4. MGcamD + Config
5. Mary's Key Bundle

thanks again,
Michele

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14312 - 22/04/06 09:10 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


[quote name='colossus_r' date='Feb 11 2006, 04:40 PM' post='14328']
This guide its to help newbies to setup 2 boxes for Card Sharing in
Lan or Wan.

You need :

2 dreamboxes (???? of course)network conected
1 Network cable

a) If you connect the 2 boxes direct you need a cross network cable
B) if you connect the to boxes in a hub with other network devices then you need straigth network cable
(both of them easy to find in computer stores)
****************************************************************
Network setup:
Go in DreamBox setup-expert setup-network settings and put ip address (something like this)
dreambox1 : ip 192.168.0.1
subnet 255.255.255.0
gateway (ip address of the router)
DNS (ip address of the router)
If you dont have Internet connection leave Gateway and DNS blanc

dreambox2 : ip 192.168.0.2
subnet 255.255.255.0
gateway (ip address of the router)
DNS (ip address of the router)
If you dont have Internet connection leave Gateway and DNS blanc

Check the enable Networking chekbox

If you have a PC thats connect to internet (dialup or adsl) then you can put the pc's ip
as Gateway and DNS server in both boxes to give them internet access

IMPORTAND????
If you have a router for the internet the ip of the 2 boxes MUST be in same
network as your router.
Examples:
If the router's Ip address is 10.0.0.1 then your boxes ips MUST be 10.0.0.2 and 10.0.0.3
If your router's IP address is 192.168.1.1 then your boxes MUST be 192.168.1.2 and 192.168.1.3

Now your boxes are connected... and with internet access (if its present)
****************************************************************
EMU and CardSharing How to:

Install in your boxes one of new images.
I prefer PLi Diamod as gives you the choise to have separate server and client EMU.
In this example we will use as cardserver EMU the NewCS and as client EMU Newcamd
So download and install in the boxes the 2 EMUS (NewCS and Newcamd). If only 1 DreamBox
it will act as a server then in the second one you dont need to install NewCS, only NEwcamd

Now we have to to configure the files for the sharing
*****************************************************************
Server configuration of the file Newcs.xml (/var/tuxbox/config)
(in the supplied zip there is a Newcs.xml file for this example)

Open the file with a plain text editor (i use UltraEdit)

Find the section <debug>
and then <udp_host>192.168.0.1</udp_host>
Here you put your server box ip

Then find <udp_port>10000</udp_port>
Here you put servers port

Find the section <newcamdserver>
and then the <name>testserver</name>
Here you put the name of your server (testserver)
Then find <deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
Here you put a login key for your users in this format
Then find
<user>
<name>username1</name>
<password>userpas1</password>
<au>on</au>
<spider>No</spider>
</user>
and put user name and password for your users
****************************************************************************************

Server and client configuration of file Newcamd.conf (/var/tuxbox/config/newcamd)

(in the supplied zip there is a Newcamd.conf file for this example)
Open the file with a plain text editor

Find the line:

CWS = 192.168.0.1 10000 username1 userpas1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan testserver

Line parts in plain English
1)192.168.0.1 --- ip address of the server (DreamBox acting as server)
(the same as the one defined on newcs.xlm)
2)10000 --- port of the server (the same as the one defined on newcs.xlm)
3)username1 userpas1 --- username and pass of the client (the same as the one defined on newcs.xlm)
4)01 02 03 04 05 06 07 08 09 10 11 12 13 14 --- access code (the same as the one defined on newcs.xlm)
5)lan -- leave this as lan
6)cardserv - name of the cardsharing server (the same as the one defined on newcs.xlm)
**************************************************************************************************

IMPORTAND!!!!!!!!!!!!!!!!!!!!!!!!
Entrys in newcs.xml must be the same in the newcamd.conf
(ip addresses-servername-username-password-deskey)
All this is case sensitive (username it is not the same with UserName)

After saving transer the 2 files in your <a href="http://nl.wikipedia.org/wiki/DreamBox" target="_blank">DreamBox</a> and restart your boxes...
In lan setups this is ready to work
In wan setups you need a router or a DreamBox plugin with DynamicDNS capabilities

Thats all guys
You are ready to CARDSHARE


hello colossus_r

Is this testet on a dm7025.
Because I have install. the newcs and then I telnet to the dm7025 and write ./newcs
nothing happens. ( it say :can find newcs)
:unsure: <_<

Top
#14313 - 25/04/06 06:44 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


Hi all

I'd like to make a cardsharing between two DB7000s for my SKY IT card,and to add a KEYLIST to my emu.

I have the following configuration :

IMG Flash : DA VINCI Quinta.4 (1.091d)
EMU : NEWCAMD 5.28

What else software i need ,and how i install it ?

The problem with the KEYLIST is that i do see it , empty dir, in var/scce.

Someone can help me in one or both my questions ?

Thanks a lot !!

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14314 - 01/05/06 12:39 AM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


Quote:

This guide its to help newbies to setup 2 boxes for Card Sharing in
Lan or Wan.

You need :

2 dreamboxes (???? of course)network conected
1 Network cable

a) If you connect the 2 boxes direct you need a cross network cable
B) if you connect the to boxes in a hub with other network devices then you need straigth network cable
(both of them easy to find in computer stores)
****************************************************************
Network setup:
Go in DreamBox setup-expert setup-network settings and put ip address (something like this)
dreambox1 : ip 192.168.0.1
subnet 255.255.255.0
gateway (ip address of the router)
DNS (ip address of the router)
If you dont have Internet connection leave Gateway and DNS blanc

dreambox2 : ip 192.168.0.2
subnet 255.255.255.0
gateway (ip address of the router)
DNS (ip address of the router)
If you dont have Internet connection leave Gateway and DNS blanc

Check the enable Networking chekbox

If you have a PC thats connect to internet (dialup or adsl) then you can put the pc's ip
as Gateway and DNS server in both boxes to give them internet access

IMPORTAND????
If you have a router for the internet the ip of the 2 boxes MUST be in same
network as your router.
Examples:
If the router's Ip address is 10.0.0.1 then your boxes ips MUST be 10.0.0.2 and 10.0.0.3
If your router's IP address is 192.168.1.1 then your boxes MUST be 192.168.1.2 and 192.168.1.3

Now your boxes are connected... and with internet access (if its present)
****************************************************************
EMU and CardSharing How to:

Install in your boxes one of new images.
I prefer PLi Diamod as gives you the choise to have separate server and client EMU.
In this example we will use as cardserver EMU the NewCS and as client EMU Newcamd
So download and install in the boxes the 2 EMUS (NewCS and Newcamd). If only 1 DreamBox
it will act as a server then in the second one you dont need to install NewCS, only NEwcamd

Now we have to to configure the files for the sharing
*****************************************************************
Server configuration of the file Newcs.xml (/var/tuxbox/config)
(in the supplied zip there is a Newcs.xml file for this example)

Open the file with a plain text editor (i use UltraEdit)

Find the section <debug>
and then <udp_host>192.168.0.1</udp_host>
Here you put your server box ip

Then find <udp_port>10000</udp_port>
Here you put servers port

Find the section <newcamdserver>
and then the <name>testserver</name>
Here you put the name of your server (testserver)
Then find <deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
Here you put a login key for your users in this format
Then find
<user>
<name>username1</name>
<password>userpas1</password>
<au>on</au>
<spider>No</spider>
</user>
and put user name and password for your users
****************************************************************************************

Server and client configuration of file Newcamd.conf (/var/tuxbox/config/newcamd)

(in the supplied zip there is a Newcamd.conf file for this example)
Open the file with a plain text editor

Find the line:

CWS = 192.168.0.1 10000 username1 userpas1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan testserver

Line parts in plain English
1)192.168.0.1 --- ip address of the server (DreamBox acting as server)
(the same as the one defined on newcs.xlm)
2)10000 --- port of the server (the same as the one defined on newcs.xlm)
3)username1 userpas1 --- username and pass of the client (the same as the one defined on newcs.xlm)
4)01 02 03 04 05 06 07 08 09 10 11 12 13 14 --- access code (the same as the one defined on newcs.xlm)
5)lan -- leave this as lan
6)cardserv - name of the cardsharing server (the same as the one defined on newcs.xlm)
**************************************************************************************************

IMPORTAND!!!!!!!!!!!!!!!!!!!!!!!!
Entrys in newcs.xml must be the same in the newcamd.conf
(ip addresses-servername-username-password-deskey)
All this is case sensitive (username it is not the same with UserName)

After saving transer the 2 files in your <a href="http://nl.wikipedia.org/wiki/DreamBox" target="_blank">DreamBox</a> and restart your boxes...
In lan setups this is ready to work
In wan setups you need a router or a DreamBox plugin with DynamicDNS capabilities

Thats all guys
You are ready to CARDSHARE


colossus_r
Share the NowHow


hello there :

i did the server on 1 dream box to share with others throu the net every things going well ,but i have a problem ( if any one can help please) and my problem is : when any one connect to my server he can see the see the channels that inside my ordito 2 card ( with newcamd server ) while i cant see anything in other way ,when sone one connect i loose the picture from my dream box but its still working with the guys those connect !! and if they disconnect then the picture come to me again on the screen and that let me see again my card on my tv....so any help please????

Top
#14315 - 01/05/06 09:13 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
colossus_r Offline
Tiepertje

Registered: 09/01/06
Posts: 129
Hi m8

Here in this threat i can answer quest about newcs cardserver. I know litle about newcamd cardserver so if someone else can help you.

If you use my guides for newcs setup and you run in to problems just let me know.


colossus


Quote:

Hi all

I'd like to make a cardsharing between two DB7000s for my SKY IT card,and to add a KEYLIST to my emu.

I have the following configuration :

IMG Flash : DA VINCI Quinta.4 (1.091d)
EMU : NEWCAMD 5.28

What else software i need ,and how i install it ?

The problem with the KEYLIST is that i do see it , empty dir, in var/scce.

Someone can help me in one or both my questions ?

Thanks a lot !!



Hi

For cardsharing you need to run in your box a cardserver (newcs) .
Follow the guides in the begining and let me know the results.


colossus

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14316 - 10/05/06 09:38 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


is better udp connections or tcp connections ?
in the newcs.xml you can only set udp host but not tcp host
seems tcp protocol is better or not ?

Quote:

Hi m8

Here in this threat i can answer quest about newcs cardserver. I know litle about newcamd cardserver so if someone else can help you.

If you use my guides for newcs setup and you run in to problems just let me know.


colossus


<!--quoteo(post=16115:date=Apr 25 2006, 06&#58;44 PM:name=chaos72)--><div class='quotetop'>QUOTE(chaos72 &#064; Apr 25 2006, 06&#58;44 PM) [snapback]16115[/snapback]</div><div class='quotemain'><!--quotec-->
Hi all

I'd like to make a cardsharing between two DB7000s for my SKY IT card,and to add a KEYLIST to my emu.

I have the following configuration :

IMG Flash : DA VINCI Quinta.4 (1.091d)
EMU : NEWCAMD 5.28

What else software i need ,and how i install it ?

The problem with the KEYLIST is that i do see it , empty dir, in var/scce.

Someone can help me in one or both my questions ?

Thanks a lot !!



Hi

For cardsharing you need to run in your box a cardserver (newcs) .
Follow the guides in the begining and let me know the results.


colossus
<!--QuoteEnd--></div><!--QuoteEEnd-->

Top
#14317 - 11/05/06 10:06 AM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
colossus_r Offline
Tiepertje

Registered: 09/01/06
Posts: 129
hi m8

the newcs server use both of them for diferend jobs. So setup the server and let the app do the job.

colossus

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14318 - 12/06/06 10:59 AM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


Hi there,

I've installed NewCS and I use MGCamd as an emu. The problem is that sometimes some of the channels that NewCS is responsible for, can't be descrambled. These channels are not always the same. I didn't have this problem with Newcamd as server. Any idea? Thanks.

Top
#14319 - 12/06/06 01:08 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
colossus_r Offline
Tiepertje

Registered: 09/01/06
Posts: 129
Quote:

Hi there,

I've installed NewCS and I use MGCamd as an emu. The problem is that sometimes some of the channels that NewCS is responsible for, can't be descrambled. These channels are not always the same. I didn't have this problem with Newcamd as server. Any idea? Thanks.



HI M8

Use older version of newcs (6) and mgcamd (pre7 or pre8)


colossus

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14320 - 12/06/06 03:17 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


Quote:


HI M8

Use older version of newcs (6) and mgcamd (pre7 or pre8)


colossus



Thanx. For the time it works great.

Top
#14321 - 15/06/06 12:28 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
colossus_r Offline
Tiepertje

Registered: 09/01/06
Posts: 129
Quote:

<!--quoteo(post=16980:date=Jun 12 2006, 12&#58;08 PM:name=colossus_r)--><div class='quotetop'>QUOTE(colossus_r &#064; Jun 12 2006, 12&#58;08 PM) [snapback]16980[/snapback]</div><div class='quotemain'><!--quotec-->

HI M8

Use older version of newcs (6) and mgcamd (pre7 or pre8)


colossus



Thanx. For the time it works great.
<!--QuoteEnd--></div><!--QuoteEEnd-->


Hi sfli

Nice to hear that all are OK for you


colossus

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14322 - 18/06/06 10:54 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


geia sou colossus.

exo dokimasei gemini kai pli emerald apo oti eixes protini. eksakoloutheis na pisteueis oti to pli einai to kalitero image? kai to combo newcamd mgcamd kai newcs einai oti kalitero.

2 bd 500 se apostasi (10xiliades xiliometra mporei kai pio polly) ena wan connection opos eksigises gia lan. alla les oti xriazete dynamic dns files.... auto pou to vrisko???

Top
#14323 - 19/06/06 01:25 AM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


Colossus you mentioned that we need a dynamicDNS plugin for DreamBox or for the router for a wan to work with cs newcs and mgcamd and newcamd on emerald...

where do we download that from. also where do i get "pplugin"

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14324 - 19/06/06 10:54 AM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
colossus_r Offline
Tiepertje

Registered: 09/01/06
Posts: 129
Quote:

Colossus you mentioned that we need a dynamicDNS plugin for DreamBox or for the router for a wan to work with cs newcs and mgcamd and newcamd on emerald...

where do we download that from. also where do i get "pplugin"



Hi m8

No WAN sharing TALKS here man... Thats a rule of the forum


colossus

Top
#14325 - 19/06/06 11:12 AM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
colossus_r Offline
Tiepertje

Registered: 09/01/06
Posts: 129
Hi all

Some info about Dynamic DNS

1. You need DNS when your Internet conection its with dynamic ip (change by the provider every day)
Then to have access to your network from the internet you need a name (like colossus.dyndns.org)
If you need to use Dynamic DNS then get a router with dyn DNS capabilities and
use a service like www.dyndns.com or www.noip.com

2. Dynamic DNS plugins there are some of them out there.... but
They have alot of ploblems. I never use them.



colossus

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14326 - 19/06/06 03:09 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


My question about pli vs gemini? with newcs mgcamd and newcamd combo are you still a proponent of pli or you like gemini now. it seems the picture is better with gemini.

Top
#14327 - 19/06/06 05:33 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
colossus_r Offline
Tiepertje

Registered: 09/01/06
Posts: 129
Quote:

My question about pli vs gemini? with newcs mgcamd and newcamd combo are you still a proponent of pli or you like gemini now. it seems the picture is better with gemini.


Hi m8

There is no better picture with any image...With all images the picture is the same!!!

I use PLI from the begining ..i was a user of late Hydra...so for me PLI its the one.


colossus

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14328 - 27/06/06 03:57 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


how do i use the dyndns now that i registered for one?
option one using my db connected through a switch to pc using adsl
or
option two using directly the db connected to a router with dyn capabilities using adsl

where do i input my dyndns name?
and about the dyndns plugin you mentioned that they are not that good???

Top
#14329 - 27/06/06 06:13 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
colossus_r Offline
Tiepertje

Registered: 09/01/06
Posts: 129
Quote:

how do i use the dyndns now that i registered for one?
option one using my db connected through a switch to pc using adsl
or
option two using directly the db connected to a router with dyn capabilities using adsl

where do i input my dyndns name?
and about the dyndns plugin you mentioned that they are not that good???



Hi m8

option 2 its a better and more stable solution...

q: "where do i input my dyndns name?"

a: In an internet explorer page type in the local ip of your router and after you give username and
password you get access to the router's setup page

If your router supports dyn DNS then in the setup page there is a section for setting up dyn dns info.


colossus


Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14330 - 28/06/06 03:29 AM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


well thank you i will try to get a dyn dns router to make my life easier.

now about the gemini vs. pli image. i have used both and it seems to be a matter of choice. however i am not familiar with either capabilities with using separate emu on server or client, according to u with pli you can use variant emus on different dbs. i wonder if that holds true for gemini also. second since i have a db500 do i have enough memory to load either image with all emus config files and cs? if there is a hard drive issue i would rather use the one image with files with least hard drive space.

a separate question can a db in europe see the db in usa and vice versa/ and is cs really cs or could it be emu file sharring? in other words can one db watch another db which is set up just with emu and k**s but no c*rd?

Top
#14331 - 28/06/06 10:40 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
colossus_r Offline
Tiepertje

Registered: 09/01/06
Posts: 129
Quote:

well thank you i will try to get a dyn dns router to make my life easier.

now about the gemini vs. pli image. i have used both and it seems to be a matter of choice. however i am not familiar with either capabilities with using separate emu on server or client, according to u with pli you can use variant emus on different dbs. i wonder if that holds true for gemini also. second since i have a db500 do i have enough memory to load either image with all emus config files and cs? if there is a hard drive issue i would rather use the one image with files with least hard drive space.

a separate question can a db in europe see the db in usa and vice versa/ and is cs really cs or could it be emu file sharring? in other words can one db watch another db which is set up just with emu and k**s but no c*rd?


Hi m8


I dont have anything alse to add to pli vs gemini mutter.
try both of them and go with the one you like...

A db500 can be only as a client.... or very very streched in memery to work as cs server

Final .....NO WAN SHARING QUESTION HERE ...FREESAT HAS MADE THAT CLEAR...
Respect the roules please


colossus

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14332 - 08/07/06 07:54 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


Quote:

This guide its to help newbies to setup 2 boxes for Card Sharing in
Lan or Wan.

.....


colossus_r
Share the NowHow




Does this work on the 7025 with Gemini-2, 1.6?

Regards,
erdluB

Top
#14333 - 09/07/06 12:02 AM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
colossus_r Offline
Tiepertje

Registered: 09/01/06
Posts: 129
Quote:

<!--quoteo(post=14328:date=Feb 11 2006, 04&#58;40 PM:name=colossus_r)--><div class='quotetop'>QUOTE(colossus_r &#064; Feb 11 2006, 04&#58;40 PM) [snapback]14328[/snapback]</div><div class='quotemain'><!--quotec-->
This guide its to help newbies to setup 2 boxes for Card Sharing in
Lan or Wan.

.....


colossus_r
Share the NowHow




Does this work on the 7025 with Gemini-2, 1.6?

Regards,
erdluB
<!--QuoteEnd--></div><!--QuoteEEnd-->


Hi m8


For me this is a guide with no image or box restrictions
Some people say the make it work some other say no....you have to try and let me know the results.

If you have any question just ask

colossus

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14334 - 09/07/06 04:49 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


anybody give me some idea as to which setting to change/tweak in newcs.i get freezing on my lan side.using evocamd as a client but also tried mgcamd which frooze alot more than evo.i played with just abt every setting in newcs.xml but made no diff.

Top
#14335 - 09/07/06 07:29 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


think i got it fixed.switched the server to my pc and everthing seems fine now.any suggestions on why it was fezzing with server on my 7020 wud be still nice.thks

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14336 - 09/07/06 11:14 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
colossus_r Offline
Tiepertje

Registered: 09/01/06
Posts: 129
Quote:

think i got it fixed.switched the server to my pc and everthing seems fine now.any suggestions on why it was fezzing with server on my 7020 wud be still nice.thks



Hi m8

give us more details of your setup (image newcs version ect)



colossus

Top
#14337 - 10/07/06 10:57 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


using newcsrc10,tried rc6 also.it seems to be working fine with server on my pc.if i run it from telenet i get this ofter....
connection from xxx.xxx.x.xxx
login state connection closed, fd xxx

any idea what that means,other times my box logs in and out just fine.


Edited by (10/07/06 10:58 PM)

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14338 - 11/07/06 09:16 AM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
colossus_r Offline
Tiepertje

Registered: 09/01/06
Posts: 129
Quote:

using newcsrc10,tried rc6 also.it seems to be working fine with server on my pc.if i run it from telenet i get this ofter....
connection from xxx.xxx.x.xxx
login state connection closed, fd xxx

any idea what that means,other times my box logs in and out just fine.



Hi


still not enough details and NO log file....
What emu is in use -what image???
Do you have pict in your DreamBox???

The new versions of newcs are realy buggy and does not cooperate with several NDS and other cards

colossus

Top
#14339 - 11/07/06 09:37 AM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
FreeSat Offline

Beheerder
Hobbyloos

Registered: 16/05/03
Posts: 15771
Loc: zichtloos leven
The details Colossus asks are essential for a solution to your problem, we won't be able to help you out if you don't provide any further details.

Hope to read more soon..

FreeSat
_________________________
Bezoek ook eens de DreamBoxSupport webshop.


DM500S HD
DM800S HD se
DM8000 HD

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14340 - 11/07/06 12:59 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


ok here's the whole run down.i have 2 boxes a 7020 and a 500.i am in north america and am using a image called nitro II.we use nagravision 2 cards here.i am using newcs as my server on my pc right now.when i had newcs on my 7020 i was getting freezing.on my 7020 i am using mgcamd as a client emu.on my 500 i am using evocamd.both r running fine with good pic with server on my pc.no freezing.i get the error above every now and then and was just curious as to what it means.btw i am using newcsrc10 right now but had same error witrc6.


Edited by (11/07/06 01:01 PM)

Top
#14341 - 04/10/06 08:35 AM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


Hi,
I am new to this forum and i would like to ask if i can use a DreamBox 500 as my server for card sharing (only as a server, not client).
<a href="http://nl.wikipedia.org/wiki/DreamBox" target="_blank">DreamBox</a> 500 is a lot cheaper that the others models so i can affort bying two of these to. Is the memory on the 500 enough to support the software for card sharing of one card only.
thank you

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14342 - 04/10/06 11:13 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
FreeSat Offline

Beheerder
Hobbyloos

Registered: 16/05/03
Posts: 15771
Loc: zichtloos leven
Yes sure, no problem at all.... Just install CCcam on bith boxes, use the F: and C: lines to complete your CS setup.

regards,
FreeSat
_________________________
Bezoek ook eens de DreamBoxSupport webshop.


DM500S HD
DM800S HD se
DM8000 HD

Top
#14343 - 12/11/06 08:30 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


Quote:

Yes sure, no problem at all.... Just install CCcam on bith boxes, use the F: and C: lines to complete your CS setup.

regards,
FreeSat


How do i find my routers/servers port?

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14344 - 12/11/06 11:02 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
FreeSat Offline

Beheerder
Hobbyloos

Registered: 16/05/03
Posts: 15771
Loc: zichtloos leven
That's only nescesary for WAN sharing, that's not discussable.
But in your CCcam config file is everything writen about ports and your IP can be found: MENU-6-6-1 for DM70x0, for DM500 MENU-6-5-1

Regards,
FreeSat
_________________________
Bezoek ook eens de DreamBoxSupport webshop.


DM500S HD
DM800S HD se
DM8000 HD

Top
#14345 - 20/11/06 11:00 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


Quote:

That's only nescesary for WAN sharing, that's not discussable.
But in your CCcam config file is everything writen about ports and your IP can be found: MENU-6-6-1 for DM70x0, for DM500 MENU-6-5-1

Regards,
FreeSat


The picture/sound freezes for 1 second several times/minute, is there any way to fix that?

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14346 - 03/12/06 10:47 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


PLEASE DISREGARD THIS. I simply didn't follow ALL instructions. I can see my card now !!!
Thanks a lot Collosus and the rest
Rob


Hi Everyone;
This is my 1st post so please bare with me.
I followed the intructions by Collosus and I must say they're great. After struggling for a few weeks to find info this is the 1st place I started learning (a little still).
The only thing I want to do is to watch MY oroginal Canal Digitaal card in my new DM500s and later on a second DM500s in my house. Is it possible? And another stupid question: Does the card need to be facing up or down when inserted in the internal slot?
I hope that anybody can help me.
Thanks in advance for any help
Rob


Edited by (03/12/06 10:53 PM)

Top
#14347 - 04/12/06 12:12 AM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
FreeSat Offline

Beheerder
Hobbyloos

Registered: 16/05/03
Posts: 15771
Loc: zichtloos leven
Thanks for your compliments smile

The card must be faced up, so the chipsite will be down. The thing to do and the most easyest way to share your own Canal Digitaal smartcard is to use CCcam. For the server add a (F)riend line in your/var/etc/CCcam.cfg and for the client an ©Ccam client line.

Look for the samples in your fresh CCcam.cfg

Kind regard and goodluck,
FreeSat
_________________________
Bezoek ook eens de DreamBoxSupport webshop.


DM500S HD
DM800S HD se
DM8000 HD

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14348 - 04/12/06 03:11 AM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


Hi.

First I would like to thank all of you that share your knowledge and are willing to spend of your own time to help us others. These forums have helped me to get my DM up and running many times.

This time I’ve been working all weekend with a problem and I think I’m starting to loose my hair soon, I just can’t get this CS to work.

I decided to buy a new <a href="http://nl.wikipedia.org/wiki/DreamBox" target="_blank">DreamBox</a> to use on a different TV. And since the good old 7000S no longer was available, I went for a DM7025.

I have installed quite new Gemeni image on both boxes, v1.90 on the 7025 and 3.20 on the 7000S. The 7000S is running a combined MGCamd and NewCam EMU setup that allows me to watch one channel and record from another. I believe the MGCamd is the “main” EMU.
Another reason for choosing that combination of EMU’s is that I have an original Conax card + an original NDS card, and this combination works just perfectly with both cards.

I set the DM7025 up with MGCamd1.16/NewSC1.19 so this one also works with both cards.
Now, how would I get these to CS on my LAN? I’ve tried a lot of different changes suggested in this tread, but it doesn’t work. It’s kind of important for me that the 7000S is the server.

I’d be very happy if someone could “walk me through” what to do in this particular case.

Thank you.

Top
#14349 - 04/12/06 07:16 AM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
DutchHornet Online   content

Global Moderator
No life than FreeSat life

Registered: 02/06/04
Posts: 5775
Loc: nouenof
Go to he following topic en try to understand the examples in the pdf file, it's quiet simple.

<a href="http://www.satfree.nl//index.php?showtopic=3392" target="_blank">http://www.satfree.nl//index.php?showtopic=3392</a>
_________________________
Greetz.............DutchHornet

Bezoek ook eens de DreamBoxSupport webshop.





Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14350 - 04/12/06 01:34 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


Hey, thanks.

Yeah, it looks pretty simple in most of the examples I've seen.

In this case I unfortunately don't understand dutch, but I get some of the idea. From this example and the other examples I've seen, it seems like very few use MGCamd on the server... Maybe I have to start all over again and try something different. Maybe different EMU's and make a compromize, loose the possibility of multi channel recording on the 7000S, but gain the possibility of CS.

Greetings.

Top
#14351 - 04/12/06 03:51 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
DutchHornet Online   content

Global Moderator
No life than FreeSat life

Registered: 02/06/04
Posts: 5775
Loc: nouenof
MGCamd is only the emu, so it's easy to change.
CCcam also supports multichannel recording for a 7000


Edited by (04/12/06 03:51 PM)
_________________________
Greetz.............DutchHornet

Bezoek ook eens de DreamBoxSupport webshop.





Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14352 - 18/12/06 04:31 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


Hi Colossus,
I don't know if you have any connection with Hellas(Greece), since I'm living there, but I think that your nickname is the most suitable, cause you're a Colossus of knowledge.
While I'm very new to the computers and Internet matters, I would like to ask you if it would be possible for someone like me to setup 2 <a href="http://nl.wikipedia.org/wiki/DreamBox" target="_blank">DreamBox</a>es (server and client) in order to share my satellite subscription with my country home.
I'm asking because I'm planning to buy 2 <a href="http://nl.wikipedia.org/wiki/DreamBox" target="_blank">DreamBox</a>es, but in case I won't be able to manage this connection (sharing) it would be better to cancel this buying.
I'm thanking you in advance.

Top
#14353 - 20/12/06 12:09 AM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
colossus_r Offline
Tiepertje

Registered: 09/01/06
Posts: 129
Quote:
Hi Colossus,
I don't know if you have any connection with Hellas(Greece), since I'm living there, but I think that your nickname is the most suitable, cause you're a Colossus of knowledge.
While I'm very new to the computers and Internet matters, I would like to ask you if it would be possible for someone like me to setup 2 <a href="http://nl.wikipedia.org/wiki/DreamBox" target="_blank">DreamBox</a>es (server and client) in order to share my satellite subscription with my country home.
I'm asking because I'm planning to buy 2 <a href="http://nl.wikipedia.org/wiki/DreamBox" target="_blank">DreamBox</a>es, but in case I won't be able to manage this connection (sharing) it would be better to cancel this buying.
I'm thanking you in advance.



Hi zerorisk...


Thanks for the good words...Yes I am from Greece...

Yes its easy to share your sat subscription with 2 dreamboxes....

for INDOOR only use...

If you need any help just ask


You have PM



----- Freesat ....nice Avatar ..i like it

colossus


Edited by (20/12/06 12:12 AM)

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14354 - 20/12/06 03:38 AM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
FreeSat Offline

Beheerder
Hobbyloos

Registered: 16/05/03
Posts: 15771
Loc: zichtloos leven
Thanx Colossus_r smile
_________________________
Bezoek ook eens de DreamBoxSupport webshop.


DM500S HD
DM800S HD se
DM8000 HD

Top
#14355 - 04/01/07 12:41 AM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


laugh For those interested this method also works between Dbox2 and <a href="http://nl.wikipedia.org/wiki/DreamBox" target="_blank">DreamBox</a> perfectly. I have <a href="http://nl.wikipedia.org/wiki/DreamBox" target="_blank">DreamBox</a> 7000 running PLi Garnet and MgCamd as the server and Dbox2 running PowerBoard 4.4 with MgCamd as client. Card sharing works fantastically across LAN - I'm well chuffed and couldnt have done it without the help here - thanks guys.

I have been trying for months to get this right and only realised tonight that the default port 10000 refers to the lower slot - I had my card in the upper slot and this means the port must be 10001 - might save some others some wasted time - BFN

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14356 - 14/01/07 12:02 AM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


Hello Colossus!

Happy to know you are Greek! I'm not but my wife is!

So, I tried to understand all the posts in this thread but I'm not sure the example you give apply to the <a href="http://nl.wikipedia.org/wiki/DreamBox" target="_blank">DreamBox</a>es I have and I'm quite new with all this so things are not very clear.

Actually, I have 2 <a href="http://nl.wikipedia.org/wiki/DreamBox" target="_blank">DreamBox</a>es, one 7020 with Gemini 3.3 and one 7025 with Gemini 2.1. I would like the 7020 to be the server and the 7025 to be the client so that I can share a Viaccess TPS card.

Of course, I would like to be able to watch TPS channels on both the 7020 and 7025 so I hope that the combination of Newcamd and NewCS on the 7020 will work for TPS card because I tried some times ago and I thought that the only combination wich worked on the 7020 to use the TPS card was Camd3. But may be I'm wrong!

However, from what I understood, the server configuration you describe should be easy to setup on the 7020 but I don't know what to do on the 7025 since Newcamd is not available with the Blue panel addons downloads on the 7025. Can I use another EMU? IF yes, which one and how should I configure it to acess the 7020 card server?

Thank you very much in advance for your help...

Gedeon

Top
#14357 - 21/01/07 07:07 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
colossus_r Offline
Tiepertje

Registered: 09/01/06
Posts: 129
Quote:
Hello Colossus!

Happy to know you are Greek! I'm not but my wife is!

So, I tried to understand all the posts in this thread but I'm not sure the example you give apply to the <a href="http://nl.wikipedia.org/wiki/DreamBox" target="_blank">DreamBox</a>es I have and I'm quite new with all this so things are not very clear.

Actually, I have 2 <a href="http://nl.wikipedia.org/wiki/DreamBox" target="_blank">DreamBox</a>es, one 7020 with Gemini 3.3 and one 7025 with Gemini 2.1. I would like the 7020 to be the server and the 7025 to be the client so that I can share a Viaccess TPS card.

Of course, I would like to be able to watch TPS channels on both the 7020 and 7025 so I hope that the combination of Newcamd and NewCS on the 7020 will work for TPS card because I tried some times ago and I thought that the only combination wich worked on the 7020 to use the TPS card was Camd3. But may be I'm wrong!

However, from what I understood, the server configuration you describe should be easy to setup on the 7020 but I don't know what to do on the 7025 since Newcamd is not available with the Blue panel addons downloads on the 7025. Can I use another EMU? IF yes, which one and how should I configure it to acess the 7020 card server?

Thank you very much in advance for your help...

Gedeon



Hi gedeon

You can use the evocamd EMU in 7025 .The setup file is in the dir /var/keys

name of the file : newcamd-client.txt


see the example in the file to setup your client (its easy)


colossus

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14358 - 22/01/07 09:17 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


Quote:
<!--quoteo(post=20073:date=Jan 14 2007, 01&#58;02 AM:name=Gedeon)--><div class='quotetop'>QUOTE(Gedeon &#064; Jan 14 2007, 01&#58;02 AM) [snapback]20073[/snapback]</div><div class='quotemain'><!--quotec-->Hello Colossus!

Happy to know you are Greek! I'm not but my wife is!

So, I tried to understand all the posts in this thread but I'm not sure the example you give apply to the <a href="http://nl.wikipedia.org/wiki/DreamBox" target="_blank">DreamBox</a>es I have and I'm quite new with all this so things are not very clear.

Actually, I have 2 <a href="http://nl.wikipedia.org/wiki/DreamBox" target="_blank">DreamBox</a>es, one 7020 with Gemini 3.3 and one 7025 with Gemini 2.1. I would like the 7020 to be the server and the 7025 to be the client so that I can share a Viaccess TPS card.

Of course, I would like to be able to watch TPS channels on both the 7020 and 7025 so I hope that the combination of Newcamd and NewCS on the 7020 will work for TPS card because I tried some times ago and I thought that the only combination wich worked on the 7020 to use the TPS card was Camd3. But may be I'm wrong!

However, from what I understood, the server configuration you describe should be easy to setup on the 7020 but I don't know what to do on the 7025 since Newcamd is not available with the Blue panel addons downloads on the 7025. Can I use another EMU? IF yes, which one and how should I configure it to acess the 7020 card server?

Thank you very much in advance for your help...

Gedeon



Hi gedeon

You can use the evocamd EMU in 7025 .The setup file is in the dir /var/keys

name of the file : newcamd-client.txt


see the example in the file to setup your client (its easy)


colossus
<!--QuoteEnd--></div><!--QuoteEEnd-->


Hello Colossus!

It should be simple but .. it does not work and I don't know why! Furthermore, I have actually 2 Viaccess cards, one for TPS and one for Swiss channels.

So, please let me list the configuration I have:

On my DreamBox 7020, which is the server, at IP 192.168.1.20, I have the following:

var/tuxbox/config/newcs.xml (I found the <sid>...</sid> section somewhere else but I commented it):

<newCSconfig>
<readers name="Card Readers">
<device>
<name>upper</name>
<type>Sci</type>
<node>/dev/sci1</node>
<export>Yes</export>
<enabled>Yes</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>No</blockga>
<boxkey>0000000000</boxkey>
<PTShandshake>Yes</PTShandshake>
<crypto-special>Yes</crypto-special>
<carddetect>Yes</carddetect>
<newcamd_port>10000</newcamd_port>
<priority>hard</priority>
<autosid>Yes</autosid>
</device>
<device>
<name>lower</name>
<type>Sci</type>
<node>/dev/sci0</node>
<export>Yes</export>
<enabled>Yes</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>No</blockga>
<boxkey>0000000000</boxkey>
<PTShandshake>Yes</PTShandshake>
<crypto-special>Yes</crypto-special>
<carddetect>Yes</carddetect>
<newcamd_port>10001</newcamd_port>
<priority>hard</priority>
<autosid>Yes</autosid>
</device>
</readers>
<sid>
<allow>
&#60;!-- caid:
4-DIGITS DVB-CAID Code
0500 - Viaccess 1/2/TPS-Crypt
0B00 - Conax
0100 - Seca 1/2
0919 - Sky Italia NDS
0911 - Viasat NDS
0960 - Sky UK
0961 - Sky UK
1702 - Premiere Sat Aladdin
1722 - Premiere Kabel Aladdin
1762 - ORF/ATV+ Betacrypt
1800 - Nagravision 1
1801 - Nagravision 2
0D02 - UPC Cryptoworks
0D00 - Digitürk Cryptoworks
0D03 - Digitürk Cryptoworks
0D05 - ORF/ATV+/easy.tv Cryptoworks
4A70 - Dreamcrypt
0606 - Irdeto 1
0602, 0604, 0606, 0608, 0622, 0626 - Irdeto 2
4AD4 - Omnicrypt
4A60, 4A61, 4A63 - Skycrypt 4AD0, 4AD1 - X-Crypt
<id>0500</id>
--&#62;
</allow>

<deny>
<id></id>
</deny>
</sid>

<radegastserver>
&#60;!-- valid value for enable are:
0,1 - Enable or Disable radegast server. --&#62;
<enabled>no</enabled>

&#60;!-- valid value for port are:
0,65535 - Which port to listen for incomming connections. --&#62;
<port>10001</port>

&#60;!-- valid value for allow are:
ALL - Not active yet. --&#62;
<allow>
<hostname>127.0.0.1</hostname>
</allow>
</radegastserver>
<cache>
<emm>10</emm>
<ecm>-1</ecm>
</cache>
<debug>
<level>Normal</level>
<type>Init</type>
<output>all</output>
<logfile></logfile>
<console_options></console_options>
<file_options></file_options>
<udp_host>192.168.1.20</udp_host>
<udp_port>10000</udp_port>
<udp_options></udp_options>
<tcp_port>3001</tcp_port>
<tcp_options></tcp_options>
</debug>
<newcamdserver>
<enabled>Yes</enabled>
<name>cardserver</name>
<deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
<userfile></userfile>
<user>
<name>username1</name>
<password>userpas1</password>
<au>on</au>
<spider>No</spider>
</user>
</newcamdserver>
</newCSconfig>

-------------------------------------------------------------------------------------

var/tuxbox/config/newcamd/newcamd.conf:

# Cardserver list
#
# <hostname> <port> <username> <password> <14 byte triple-des key in hex> <lan/wan> <cardserver name>
#
# wan connections will be dropped and rebuild if newcamd is told so by camdcmd
# (see admin options)
#
# hostname = uds to use betad, port is the serial port in that case
#
# CWS = uds 1 dummy dummy
# CWS = linux.domain.com 10000 dummy2 dummy2 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserv
# CWS = 127.0.0.1 10000 dummy3 dummy3 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserv
CWS = uds 0 local local

#Gedeon: Local card server: necessary to decode cards in both card readers on port 10000 and 10001
CWS = 127.0.0.1 10001 local local 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserv
CWS = 127.0.0.1 10000 local local 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserv

#Gedeon: ???????????????????
CWS = 192.168.1.20 10000 username1 userpas1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserv
CWS = 192.168.1.20 10001 username1 userpas1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan cardserv
#
# newcamd optional settings for using control word servers (cws)
#
# Timeout for cardserver login in 100ms
CWS_CONNECT_TIMEOUT = 20
# Port to listen for incoming cardserver connections (reverse login)
# and/or admin connections
CWS_INCOMING_PORT = 12000
# Port to get a list of all connected cardservers, just telnet to it
CWS_DEBUG_PORT = 12001
# send keep alive messages to servers to keep connections from dying by
# unreasonable router NAT timeouts, make sure all cardservers/spiders you
# conntect to are v5.25 or newer, otherwise you'll loose connection to them,
# if set to yes
# seems this feature is commonly misunderstood, it only keeps connections
# open even if no data packets are using it for while (NAT routers tend to
# forget about established tcp connections when they are inactive), it is
# NOT to automatically reconnect to servers, see also Q&A in readme.txt
CWS_KEEPALIVE = no
#
# newcamd admin control options
# (incoming port is the same as CWS_INCOMING_PORT)
#
# <password> <14 byte des key>
#
ADMIN_PASSWORD = test 00 00 00 00 00 00 00 00 00 00 00 00 00 00

-------------------------------------------------------------------------------------

With this server configuration, I can watch TPS and Swiss channels on my DM 7020, this is already something that works!

On my DM 7025, wich is the client, at 192.168.1.25, I have the following:

usr/keys/newcamd-client.txt:

#This are some examples for setup
#Hier you can put your extern shares
#[bla.dyndns.org]
#port = 15000:15007
#key = 01 02 03 04 05 06 07 08 09 10 11 12 13 14
#username = User1
#password = Pass1

[192.168.1.20]
port = 10001
key = 01 02 03 04 05 06 07 08 09 10 11 12 13 14
username = username1
password = userpas1
[192.168.1.20]
port = 10000
key = 01 02 03 04 05 06 07 08 09 10 11 12 13 14
username = username1
password = userpas1

-------------------------------------------------------------------------------------

However, on my client DM 7025, I cannot see any TPS or Swiss channels.

So, could you please answer some other questions?

1) Are the 3 configuration files above correct?

2) Which Cam should I select on my DM 7020 (client)? 'Newcamd-Cardserver 6.10b', 'Newcamd-Betad 6.10b' or 'Newcadm-Spider 6.10b'?

Thank you very much in advance for your help





Top
#14359 - 17/02/07 02:32 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


I'm having an official TPS abo that I want to share in-house.

I followed your instructions but the TPS card only works fine with the Camd3.880i/NewCS-1.17
So witch are the configuration files for these cardserver and how should I change it ?

Thx

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14360 - 11/03/07 09:30 AM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


hello. im having problems getting this to work, so i have a question.
do i have to make any change to newcamd-client.txt?
or should i delete this?

and i also have problems finding Newcamd.conf (/var/tuxbox/config/newcamd)
this doesnt seem to be in my dm7000.
im using newcs 1.17 mgcamd 1.20 evocamd 2.14b

hope you can help me:-)


Edited by (11/03/07 09:38 AM)

Top
#14361 - 20/03/07 01:03 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
colossus_r Offline
Tiepertje

Registered: 09/01/06
Posts: 129
Quote:
hello. im having problems getting this to work, so i have a question.
do i have to make any change to newcamd-client.txt?
or should i delete this?

and i also have problems finding Newcamd.conf (/var/tuxbox/config/newcamd)
this doesnt seem to be in my dm7000.
im using newcs 1.17 mgcamd 1.20 evocamd 2.14b

hope you can help me:-)



Install newcamd EMU..and you will find the conf file


colossus

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14362 - 20/03/07 01:08 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
colossus_r Offline
Tiepertje

Registered: 09/01/06
Posts: 129
Quote:
I'm having an official TPS abo that I want to share in-house.

I followed your instructions but the TPS card only works fine with the Camd3.880i/NewCS-1.17
So witch are the configuration files for these cardserver and how should I change it ?

Thx



Hi dimitris

newcs works well with newcamd-mgcamd-Cccamd clients.
Try to use on of them.

Conf for newcs -> newcs.xlm
newcamd-mgcamd -> newcamd.conf
Cccamd -> cccamd.conf


colossus

Top
#14363 - 20/03/07 01:23 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
colossus_r Offline
Tiepertje

Registered: 09/01/06
Posts: 129
ok

i am posting a heavy commended newcs.xlm file for help everyone with the setup issues.

As clients to newcs you can use Newcamd-Mgcamd-Cccamd.

They work better with Newcs

Here is the file

**********************************************************************************************

[codebox]
<?xml version="1.0"?>
&#60;!--

Colossus config file newcs.xml
Note: The configfile are NOT case-sensitive.
--&#62;

<newCSconfig>
<readers name="Standard Phoenix on PC">
<device>
&#60;!-- valid value for name are:
Any name of your choice, just to name the device for you to read. --&#62;
<name>Phoenix on Com1</name>

&#60;!-- valid value for type are:
phoenix, dbox, sci, dragon, sc8, mp35, pcsc (for own binary) or infinity(for own binary). --&#62;
<type>phoenix</type>

&#60;!-- valid value for mhz are:
358(3.58mhz), 450(4.5mhz), 536(5.36mhz), 600(6.00mhz), 800(8.00mhz, 1000(10.00 mhz), 1071(10.71mhz)
(not yet used on DreamBox/dragon).
This setting is now IMPORTANT, normal phoenix usually have 3.57mhz, and can be overclocked
to 6mhz. For the others you probably need extra crystal (be careful). --&#62;
<mhz>357</mhz>

&#60;!-- valid value for node are full path to device, f.ex /dev/tts/0,
/dev/sciX (for DreamBox), /dev/cardreaderX (for dragon),
/dev/tts/USBX (for a usb2serial device).
COMx on Win32, COM1, COM2 etc.
For PC/SC this is just 0, 1 ,2 and so on (reader number)
/dev/ttyUSB0 --&#62;
<node>COM1</node>

&#60;!-- valid value for parity are:
Odd, Even, None (ignored on sci and dragon).
This is only used on serial _BEFORE_ ATR is recieved. --&#62;
<parity>none</parity>

&#60;!-- valid value for reset are:
normal, inverse (ignored on sci and dragon).
normal is phoenix, inverse is smartmouse --&#62;
<reset>normal</reset>

&#60;!-- valid value for export are:
Yes,No - if not exported only localhost can connect. --&#62;
<export>Yes</export>

&#60;!-- valid value for enabled are:
Yes,No - if not enabled it cant be used. --&#62;
<enabled>Yes</enabled>

&#60;!-- valid value for blocksa are:
Yes, No - block shared address emm to card. --&#62;
<blocksa>No</blocksa>

&#60;!-- valid value for blockua are:
Yes, No - block unique address emm to card. --&#62;
<blockua>No</blockua>

&#60;!-- valid value for blockga are:
Yes, No - block group address emm to card. --&#62;
<blockga>No</blockga>

&#60;!-- valid value for boxkey are:
The boxkey of your nagra STB. --&#62;
&#60;!-- <boxkey>0000000000</boxkey> --&#62;

&#60;!-- valid value for nagra are:
The RSA key from your nagra STB. --&#62;
<rsa>0000000000</rsa>

&#60;!-- valid value for crypto-special are:
Yes, No - Used to enable/disable real-time mosc on Cryptoworks. --&#62;
<crypto-special>Yes</crypto-special>

&#60;!-- valid value for PTShanshake are:
Yes, No - Used to enable/disable real-time HighBaud on Cryptoworks and Viacess. --&#62;
<PTShandshake>Yes</PTShandshake>

&#60;!-- valid value for carddetect are:
Yes, No - Used to try to detect if card is present in you cardreader. --&#62;
<carddetect>yes</carddetect>

&#60;!-- valid value for newcamd_port are:
0,65535 - Which port newcamd server will listen for incomming connections. --&#62;
<newcamd_port>10010</newcamd_port>

&#60;!-- valid value for autosid are:
Yes, No - Let NewCS decide which sids should be allowed/denied based on card answers. --&#62;
<autosid>No</autosid>

&#60;!-- valid value for Seca-PPV are:
Yes, No - Let NewCS decide which sids should be allowed/denied based on card answers. --&#62;
<Seca-PPV>no</Seca-PPV>

&#60;!-- Notes about Service ID's:
There are some points worth mentioning:
1. If you allow a sid, all others will be rejected for that caid.
2. When you deny a sid, all others then the denied will be let through to that caid.
3. If you dont specify a reader, all sid's will get let through.
4. Put as many provider-sections in sid as you'd like, and as many id-sections under allow/deny as you want.
5. Deny is the stronger one, will always override allow.
6. If you want to add several sid's at once, do <id>0000:0010</id>, this will add all ten to list. --&#62;
<sid>
<allow>
&#60;!-- valid value for id are:
4 numbers, if the service id is 3 numbers, add a 0 infront of it.
<id>0000</id><id>0001</id><id>0002</id>
--&#62;
</allow>
<deny>
&#60;!-- valid value for id are:
4 numbers, if the service id is 3 numbers, add a 0 infront of it.
<id>0000</id><id>0001</id><id>0002</id>
--&#62;
</deny>
</sid>
&#60;!-- valid value for priority are:
hard, round, fifo - hard is lower userid, higher priority(gets ECM through before user with higher id),
round, there is an equal chance for all users to get ECM through, fifo, first sendt ECM gets through. --&#62;
<priority>hard</priority>
</device>
</readers>

<radegastserver>
&#60;!-- valid value for enable are:
Yes, No - Enable or Disable radegast server. --&#62;
<enabled>No</enabled>

&#60;!-- valid value for port are:
0,65535 - Which port to listen for incomming connections. --&#62;
<port>10001</port>

<allow>
&#60;!-- valid value for hostname are:
all, IP-address or DNS-name. --&#62;
<hostname>localhost</hostname>
</allow>
</radegastserver>
<cache>
&#60;!-- valid value for emm are:
0-255 - Number of EMM's to cache. --&#62;
<emm>100</emm>

&#60;!-- valid value for ecm are:
0-255 - Number of ECM's to cache.
-1 - Dynamic ECM Cache. --&#62;
<ecm>-1</ecm>
</cache>
<debug>
&#60;!-- valid value for password:
Max 25 characters and minimum 8, this is case-sensitive. --&#62;
<password>Yourserverpass</password>

&#60;!-- valid value for level are:
normal, verbose, spam - How extensive debug should be. --&#62;
<level>normal</level>

&#60;!-- valid value for type are:
Init, general, ecm, emm, net, all - Section of debug that should be displayed. --&#62;
<type>init</type>

&#60;!-- valid value for output are:
Console, udp, tcp, file, all - Where to show debug.
<output>console,tcp</output> --&#62;
<output>all</output>

&#60;!-- console_options are so you can set own loglevel/type for console-logger:
Should hold level and type-tags like above. --&#62;
<console_options>normal,init</console_options>

&#60;!-- valid value for logfile are:
Path and filename - Where to write debug logs if file or all is chosed in output. --&#62;
<logfile>logs/logfile.txt</logfile>

&#60;!-- file_options are so you can set own loglevel/type for file-logger:
Should hold level and type-tags like above. --&#62;
<file_options>spam,all</file_options>

&#60;!-- valid value for udp_host are:
IP-address or DNS-name - Where to send debug if udp or all is chosed in output. --&#62;
<udp_host>192.168.0.101</udp_host>

&#60;!-- valid value for udp_port are:
0,65535 - Which port to send the udp packets. --&#62;
<udp_port>1000</udp_port>

&#60;!-- udp_options are so you can set own loglevel/type for udp-logger:
Should hold level and type-tags like above. --&#62;
<udp_options>normal,init</udp_options>

&#60;!-- valid value for tcp_port are:
0,65535 - Which port to listen for incomming tcp connections. --&#62;
<tcp_port>3001</tcp_port>

&#60;!-- tcp_options are so you can set own loglevel/type for tcp-logger:
Should hold level and type-tags like above. --&#62;
<tcp_options>normal,init</tcp_options>
</debug>
<newcamdserver>
&#60;!-- valid value for enabled are:
Yes, No - Enable or Disable newcamd server. --&#62;
<enabled>Yes</enabled>

&#60;!-- valid value for name are:
Any name - Used to identify server to remote clients,
if the remote client isnt newcamd, this field have no purpouse. --&#62;
<name>Yourservername</name>

&#60;!-- valid value for deskey are:
any 14x2 numbers - Used to encrypt the communication between
the client and the server. --&#62;
<deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>

&#60;!-- Notes about users:
The first user doesnt have au without beeing it set to on (unlike newcamd cardserver).
You can add as many user-sections as you want, just put them under eachother. --&#62;

<user>
<name>username1</name>
<password>pass1</password>
<au>on</au>
<spider>no</spider>
</user>

<user>
<name>username2</name>
<password>pass2</password>
<spider>no</spider>
<sidoverride>off</sidoverride>
<au>on</au>
</user>
</newcamdserver>
</newCSconfig>
[/codebox]

**********************************************************************

I post it also in a txt file

This file will work in most cases.

As it is works with Phoenix card reader but its easy to change to work in db or linux

And after just put in your data:
Servername -
ip -
usersname and pass

Try to avoid the allow-deny settings unless its vital for your server

AND FINALLY...!!!! DO NOT EDIT YOUR CONFIGURATION FILES WITH NOTEPAD.
USE A UNIX EDITOR OR ULTRAEDIT



colossus


Edited by (20/03/07 01:27 PM)

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14364 - 20/03/07 08:00 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


so this txt file is ready so i only need to change
Servername -
ip -
usersname and pass
for my dm 7000?

or do i still have to change other settings?

Top
#14365 - 23/03/07 03:31 AM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


Hi Colossus and Freesat,
I installed Newcs and CCcam to 1 of the dm500 which will act as a server, since your example is only for newcam and I am using CCcam. May I know can I still use your method to edit the newcs.xml? or I need to do ome other thing. Attached is my newcs.xml, cccam.cfg file for server and client. Hope you can give me some hint and pointing out my problem.
Thanks and wish you have a nice day.

BR,
Saw

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14366 - 26/03/07 05:06 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


Hi,
I run CS with evo/newcs on the client and it works great, but when this is running I can't get any picture with my originalcards in the client...
Can someone tell me what to do to make this work?

Top
#14367 - 05/06/07 10:32 AM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


Hi,

This is maybe not related to the subject, but is it possible to CS in a home network?
I have a <a href="http://nl.wikipedia.org/wiki/DreamBox" target="_blank">DreamBox</a> DM 500-S which is registered on a CS-Server, but if i want to purchase a second <a href="http://nl.wikipedia.org/wiki/DreamBox" target="_blank">DreamBox</a>, i need to do a second payment.
Is it possible that i use the first <a href="http://nl.wikipedia.org/wiki/DreamBox" target="_blank">DreamBox</a> (DM 500-S) as a Server, and the second one as a Client?

I've bought a new <a href="http://nl.wikipedia.org/wiki/DreamBox" target="_blank">DreamBox</a> Thursday, and i like to mess around and get channels for a cheap price (or free). I've managed to back-up the image, for later use if the current image wants to crash. <_<

If it is possible i'm going to be a verry happy boy lol :rolleyes:

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14368 - 06/06/07 07:42 AM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
DutchHornet Online   content

Global Moderator
No life than FreeSat life

Registered: 02/06/04
Posts: 5775
Loc: nouenof
Run CCCam on the first DreamBox en make a friend in that configfile, so you can connect with a client line to the first <a href="http://nl.wikipedia.org/wiki/DreamBox" target="_blank">DreamBox</a>.
_________________________
Greetz.............DutchHornet

Bezoek ook eens de DreamBoxSupport webshop.





Top
#14369 - 04/08/07 01:30 AM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


COLOSSUS R

I really would like to thank you for all your help and with it I have just now configured my <a href="http://nl.wikipedia.org/wiki/DreamBox" target="_blank">DreamBox</a>es hopefully they will work when I try them tomorrow.
I originally bought a DM500S and wanted to use it for my Nova Card but unfortunately I found out that in order for the Nova card to work I needed an Irdeto
Cam.So I have purchased a DM7020 with a cam slot, inserted the Cam and card and managed at long last to be able to see the Nova Package.
I have followed your instructions for card sharing and I hope it will all work when I connect,but I wanted to ask you-
1.The configurations I have put in work with the card readers, will they read my Nova Card in the Cam Slot ?
2.What is the difference between LAN and WAN (which is not permitted to discuss).

Best regards-Kazik

P.S.I have made the DM7020 as the server and the DM500 as the client.

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14370 - 04/08/07 09:37 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
FreeSat Offline

Beheerder
Hobbyloos

Registered: 16/05/03
Posts: 15771
Loc: zichtloos leven
Answer 1 will hopefully replyd by Colossus_R but an answer for question 2 is:

Lan means: Local Area Network
Wan means: Wide Area Network

Lan is your intranetwork inside your house, wan means the whole world outside your house.

Regards,

FreeSat
_________________________
Bezoek ook eens de DreamBoxSupport webshop.


DM500S HD
DM800S HD se
DM8000 HD

Top
#14371 - 12/08/07 01:19 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


thx a lot colossus_r :rolleyes:

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14372 - 15/08/07 11:36 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


Freesat- Thank you for your prompt reply and for the great Support Forum. I am waiting for Colossus R and hoping that he will be able to answer my question as without any info as what to do we are stuck. I thought with the Greeks having their annual 2 weeks summer holidays any reply would be after the holiday period ,but I have noticed that he has'nt posted for some time now.
Best regards- Kazik

Top
#14373 - 26/08/07 06:51 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


Quote:
Run CCCam on the first dreambox en make a friend in that configfile, so you can connect with a client line to the first <a href="http://nl.wikipedia.org/wiki/Dreambox" target="_blank">Dreambox</a>.


Could u plz post a how to do this, i'm newbee and will be very greatfull if i can get some help on this

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14374 - 26/08/07 10:56 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
DutchHornet Online   content

Global Moderator
No life than FreeSat life

Registered: 02/06/04
Posts: 5775
Loc: nouenof
Examples are in the configfile of CCCam.
_________________________
Greetz.............DutchHornet

Bezoek ook eens de DreamBoxSupport webshop.





Top
#14375 - 30/08/07 06:08 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
FreeSat Offline

Beheerder
Hobbyloos

Registered: 16/05/03
Posts: 15771
Loc: zichtloos leven
Indeed, the config files contains samples like:

F: username password yes

C: 192.168.0.10 username password

Regards,
FreeSat
_________________________
Bezoek ook eens de DreamBoxSupport webshop.


DM500S HD
DM800S HD se
DM8000 HD

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14376 - 04/09/07 05:42 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


Quote:
Indeed, the config files contains samples like:

F: username password yes

C: 192.168.0.10 username password

Regards,
FreeSat


Shall i use only CCcam emu or CCcam/NEWCS where i have setup friend?

Top
#14377 - 29/10/07 08:11 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
colossus_r Offline
Tiepertje

Registered: 09/01/06
Posts: 129
Quote:
COLOSSUS R

I really would like to thank you for all your help and with it I have just now configured my <a href="http://nl.wikipedia.org/wiki/DreamBox" target="_blank">DreamBox</a>es hopefully they will work when I try them tomorrow.
I originally bought a DM500S and wanted to use it for my Nova Card but unfortunately I found out that in order for the Nova card to work I needed an Irdeto
Cam.So I have purchased a DM7020 with a cam slot, inserted the Cam and card and managed at long last to be able to see the Nova Package.
I have followed your instructions for card sharing and I hope it will all work when I connect,but I wanted to ask you-
1.The configurations I have put in work with the card readers, will they read my Nova Card in the Cam Slot ?
2.What is the difference between LAN and WAN (which is not permitted to discuss).

Best regards-Kazik

P.S.I have made the DM7020 as the server and the DM500 as the client.


No ...you cant share a card in your home if the card is inserted in an irdeto module...

Cards can be shared only if you use the buld in DreamBox cardreaders of external ones with an emu running on the client and a cardserver running on the server

(cardservers : newcs, cccam, newcamd)
(EMU: newcamd mgcamd cccam etc)

colossus


Edited by (29/10/07 08:12 PM)

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14378 - 02/11/07 12:03 AM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


Thank you for reply,nice to have you back.

Top
#14379 - 01/12/07 11:41 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


I'm having a connection throw sharing from a friend and i am receiving programs.

Can i share that same connection to more friend with FOR EXAMPLE with two DreamBox-ses as you have written on you topic 2 boxes for Card Sharing in Lan or Wan AND CAN I SHARE THAT SAME CONNECTION THAT I'M RECEIVING TO MORE FRIENDS TO LAN?

Top
You are a non-registered user? Please apply for an account!!! By logging in this banner will disappear.
If you log in, you have many more functions like more forums, you can download attachements and you can use the search function.
#14380 - 07/01/08 09:07 PM Re: Cardsharing - How To Setup 2 Dreambox For Cardsharing In Lan [Re: vangeffelen]
Anonymous
Unregistered


newcamd.list

CWS_MULTIPLE = 192.168.0.103 10000:10001 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14

this file workin on lan, but when i change ip to wan ip and take the db to a friends house it wont work.

i have open 10000 and 10001 and forwarded them to my db. when i scan my wan ip from my friends house i can connect to 10000 an 10001, so the port is open.

do i have to open ports at the clients house?
do i need to put "wan cardserver" behind the key in newcamd.list?
or is it something else i forget?

Top
Page 1 of 11 1 2 3 ... 10 11 >


Shout Box

DreamBoxSupport
Scart adapter
€ 2.50
Top Posters
FreeSat 15771
NSR 9708
Dj Pelleboer 8614
piet12 7963
DutchHornet 5775
edbe 5205
razors 4593
ccdk 3289
vogelaar 3008
minplus 2451
BRUUT-DREAM 2407
Johan1945 1443
dreka 1192
bobelen1 1149
BLACKBIRD 1090
Forum Stats
10326 Members
95 Forums
39877 Topics
127136 Posts
99 Posts past hours

Max Online: 1813 @ 19/03/2009
Who's Online
101 registered (Bunyip, BRUUT-DREAM, Bumzel, adem68, byJEFF, blink, den beiren, ccdk, angilo, age, alpha1, BLACKBIRD, bobelen1, Cactus Jack, 000000, en meer...), 920 Guests and 32 Spiders online.
Foto's van je schotel(s)
Mijn nieuwe opstelling
wavefield T90 in de winter
Mijn 3 wokkies
voorlopig eindresultaat

XX