HOW TO CONFIG RADEGAST SERVER

'' server only ... its part of NewCS (New Card SERVER) it needs to conect to an Emulator (like cccam) before you see any picture.

It is possible to use it to let your VERY trusted (ONLY) friends connect directly to your NewCS directly without any des key encryption or any user name or any password protocalls (which soak up ECM time)
It also has the benefit of being NewCS and able to read almost ANY type of card including Nagra3 etc etc.

WARNING!!!
IT IS VERY VERY INSECURE as a radegast server only has 1 line of numbers to connect to it. ... The same numbers are used by everybody ... no passys etc.
Its a very raw programme, which is why its so reliable and fast.

The PITFALL!
when a radegast server is looking for new peers he would need to take off his ip/dns names filter blocking ...(to allow people to test it) leaving him open to abuse from previously kicked/booted untrustworthy/whatever lol.
SO NOT INTENDED FOR GENERAL PUBLIC SHARING

To get it working is really very simple
go to var/tuxbox/config

open and edit NewCS.xml
look for the line that says radegast server and edit in the word yes instead of no
i recommend you change the port number aswell to something more unusual,

<radegastserver>
<enabled>yes</enabled>
<port>6666</port>
<allow>
<hostname>all</hostname>
<hostname>127.0.0.1</hostname>
<hostname>yourmates.dns.goes.here</hostname>
<hostname>anothermates.dns.goes.here</hostname>
<hostname>sodotheirno-ips.here</hostname>
</allow>
</radegastserver>

The security problem is the allow part of it, when your not letting prospective peers test remove the word all as thats letting anybody in the world in.

127.0.0.1 is the internal port routing inside your dreambox which IS required so make sure you keep that in.Thats the server set up ready to run,
Note:
You may have to scroll a bit further down the same newcs.xml file and disable the Newcamd server. I always do, ..really no need to have that stuff going on.
eg.
<newcamdserver>
<enabled>no</enabled>

The next stage is to get your Emulator (CCcam) to connect to it.
we'll pretend you have a dorcel/in xworld porny card in this example.

go to var/etc
in CCcam.cfg
You need to know the command to get CCcam to connect (R: )
You need the IP of where the card is located. (127.0.0.1)
You Need the Port number radegast is set up on. (6666)
You need to know the encryption type 4 digit CAID of your card. eg. (0500)
You Need to know the 6 digits of the actual package ident on the card.(024400)

R: 127.0.0.1 6666 0500 024400

thats it.
e.g
R: <ip> <port> <ca4> <id6> with one space between each set of numbers.

... but it WILL show offline in your cccam info programmes initially as radegast doesnt itself actively ping out broadcsasting its there.
It requires an active 24400 ecm to be sent from the client box to get the radegast to send a returning ecm before showing as online.

You really need to check a radegast server is working by going to one its channels and reboot CCcam to make sure it requests an ECM or it can lay dormant because CCcam's internal cache will use its already known active cards instead.
The benefit is much reduced traffic at the server and obviously you can connect a whole lot more people

To let ANYONE and everyone connect to you
obviously you need to forward port 6666 in this example.

simply give a friend the R: line above but instead of 127.0.0.1 they need your DNS type name instead ...everything else remains the same
(R: <ip> <port> <ca4> <id6>)
e.g.
R: overloadedserver.no-ip.org 6666 0500 024400

tell em to re-boot aswell while on one of your channels or they'll think your having them on
I'd recommend you use an image that lets you start NewCS up before CCcam is started independantly ... its just better that way.
EDG Nemesis 4.4 is what i would sugest

NEVER give out an R line to someone your not 100% sure of !
(Its the same line for anyone)''