dreambox

Basic CCcam lines

Share on Facebook0Tweet about this on TwitterShare on Google+0Digg thisShare on Tumblr0Email this to someone

Flines and Clines the basics
The CCcam.cfg file is located in your Dreambox.
You can access it from your PC with DCC.
FTP to location:

cd /var/etc

Right click on CCcam.cfg and chose edit.

or if you dont have one then vi CCcam.cfg and to save it press ESC (top left) and then wq and ENTER

Fline
The Fline is basically the same as creating a user account on your server.
The Fline consists of a Username and Password
In your config you have a Friend section that is the part where you should add the Flines.

Cline
The Cline is more like a connection string that you give to your peers so that they can connect to your server.
To be able to connect they need to have an account on your server (the Fline).

Here is a basic Fline
F: [username] [password] additional info

EG:
F: myfriend abc123 3 0 0 { 0:0:3 }

The part behind the password is privileges and restrictions.
3 0 0 { 0:0:3 }

This user gets all cards at a maximum of 3 hops away from us,
and get’s to share them down two further levels beyond his own level.

Here is a basic Cline
C: [server] [port] [Fline username] [Fline password] additional info
EG:
C: biocide.******.org 12000 myfriend abc123 no { 0:0:3, 100:3, 100:4 }

no { 0:0:3, 100:3, 100:4 }
no = don’t receives friends emus
{ 0:0:3 = how many hops down you want to receive cards from that server
, 100:3, 100:4 } = here you can block cards from that server

of Clines and Flines

in your config
F: myfriend abc123 3 0 0 { 0:0:3 }
C: the Cline that were sent to you.

In your peers config
F: an Fline that match the Cline that was sent to you
C: your.server.org 12000 myfriend abc123 no { 0:0:3, 100:3, 100:4 }

Tags:

ESC,
FTP,
PC,

3 Comments. Leave new

Mweemba Hatyoka
April 12, 2013 2:54 am

I want a cccam test account.

Mweemba Hatyoka
April 12, 2013 2:54 am

I want a cccam test account.

[…] Basic CCcam lines […]

You must be logged in to post a comment.