Originally Posted by WildBit Your server 10.0.1.100 is also your CCcam server (which connects to your cards via newcs).
The F line goes on the SERVER 800 box; which should be the 10.0.1.100 machine.
The C line will Connect to your server so it should look like something like this "C: 10.0.1.100 12000 user pass"
It appears that you are confusing the client and server roles |
sorry, i am getting confused here. yes on my server i have f lines and the clients have c lines. i presume my c & f lines are working fine as the card is sharing from my server to the client. the problem is when the second card tries to come in.
im gonna try it all again here now. when im adding the users to NewCS, should i specify the port number? (using the config creator didnt add these port numbers to the user section of newcs) eg:
<user>
<name>CCcam</name>
<password>CCcam</password>
<au>on</au>
<sidoverride>off</sidoverride>
<spider>no</spider>
<cardlevel>1</cardlevel>
<rate>1</rate>
<port>12678</port>
</user>
<user>
<name>CCcamuk</name>
<password>CCcamuk</password>
<au>on</au>
<sidoverride>off</sidoverride>
<spider>no</spider>
<cardlevel>1</cardlevel>
<rate>1</rate>
<port>12679</port>
</user>
and then in cccam.cfg SERVER
N: 10.0.1.100 12678 CCcam CCcam 01 02 03 04 05 06 07 08 09 10 11 12 13 14
N: 10.0.1.100 12679 CCcamuk CCcamuk 01 02 03 04 05 06 07 08 09 10 11 12 13 14
F: user pass
then in CCcam.cfg CLIENT
C: 10.0.1.100 12000 user pass
i've just tried this setup and its giving the same issues