Posts Tagged ‘Dyndns’

Basic definitions in Gbox

Posted on March 15th, 2011 by cardshare in Card Share

Share-configuration
The template is:
Server
M: { { }}

D: { { port_from port_to { { }}}}
Client

M: { { }}

D: { { port_from port_to { { }}}}
• => IP-address of the box. If this is going over the internet, use the WAN-IP-
address!!
• => Encryption-key of the box
• => The IP- or DNS-address of the person you want to connect to.
• => Port you want to use on the box. If this is going over the internet, this
needs to be forwarded if behind a router! UDP!!
• => Port that the other sided uses on the box.
• => Share-level for the LOCAL cards.
• => Share-level for cards you receive from others.
Assuming the server has the IP-address 192.168.1.10 and the client 192.168.1.11:
Find the file /var/keys/cwshare.cfg and alter the following lines accordingly:


Server

M: { 192.168.1.10 { 1234ABCD }}
D: { 192.168.1.11 { 8019 8020 { DCBA4321 { 5 5 }}}} # Client
Client
M: { 192.168.1.11 { DCBA4321 }}
D: { 192.168.1.10 { 8020 8019 { 1234ABCD { 5 5 }}}} # Server
This will off-course work over the internet! Use the WAN-IP-address or Just use a DynDNS or no-
ip address… Looks cooler..

================================================== ===========
Analyzing logging
So, you’ve got things sorted, and you want to take a look at what’s what. Well, actually, there are
6 files to be viewed, of which 4 are permanent:
• /var/tmp/share.info => shows the cards you receive from others
To make things easy, I took myself as an example. I did this on my dreambox:
/tmp > cat share.info
CardID 0 at 192.168.2.102 Card 0100006A Sl:3 Lev:0 dist:1 id:87F4
CardID 1 at 192.168.2.102 Card 0100006B Sl:3 Lev:0 dist:1 id:87F4
CardID 2 at 192.168.2.102 Card 0100006C Sl:3 Lev:0 dist:1 id:87F4
CardID 3 at 192.168.2.102 Card 0100006D Sl:3 Lev:0 dist:1 id:87F4
CardID 4 at 192.168.2.102 Card 06260000 Sl:11 Lev:0 dist:1 id:87F4
OK, to break things down I’ll use the first line:
CardID 0 => ranking-number of the card the way they are sorted… Alphabetically
o
on Card-number.
at 192.168.2.102 => IP-address of where they are coming from
o
Card 0100006A => Card-number. This is how the card is identified
o
Sl:3 => Displays the slot the card is in at the provider, when run on a Linux-PC
o
up to 18 has been seen.
Lev:0 => Amount of hops I’m allowed to reshare. Zero.
o
dist:1 => Amount of hops the card is at. In this case: 1.
o
id:87F4 => Identification-number for gbox that is providing the card.
o
• /var/tmp/share.log => Same as share.stat, only that this displays the real-time data.
• /var/tmp/share.onl => shows who’s on-line
Again, I’ll use myself as an example:
/tmp > cat share.onl
1 192.168.2.102 192.168.002.102 87F4 2.01
1 => 1 is on-line, 0 is offline.
o
192.168.2.102 => The entry you use in cwshare.cfg.
o
192.168.002.102 => The way gbox translated cwshare.cfg to an actual IP-
o
address. See the 002 ?
87F4 => Identification-number for gbox on the other end.
o
2.01 => Version-number of gbox on the other end.
o
• /var/tmp/share.stat => Same as share.log, only that this displays the stats over the
entire running-time, and of the last 5 minutes.
Hello_I/O=> Number of hello’s or “handshakes” between 2 peers.
o
ECM_I/O/F => ECM received (In), sent (Out) and Forwarded by gbox.
o
CW_I/O/F => Control Words received (In), sent (Out) and Forwarded by gbox.
o
Control Word is the reply to an ECM request.
GSMS_I/O => Messages received (In) and sent (Out) and by gbox.
o
loc_up and loc_down => LOCAL Network traffic. (Probably filters defined by the
o
internet standard, 10.x.x.x / 127.x.x.x / 192.268.x.x / 169.254.x.x)
inet_up and inet_down => Network tracfic in and out of internet. (Probably
o
every other IP-addres different from what I mentioned 1 point before?)
• atack.txt => Shows a misconfiguration or someone that is trying to connect to you
without being authorized to do so.
An example. On my server I mutilated the key for the client (that means the line starting
with D. On the client the atack.txt is created and filled with a number of messages:
ATACK ALERT: from IP 192.168.002.102 port 3101 PASSWORD IS WRONG
o
EDB2097E (32) Sun Aug 7 16:32:09 2005
This means that someone it trying to connect using a wrong password.
I then remove the server completely out of the config:
INTRUDER ALERT: IP 192.168.002.102 Port 3101 (PASS 2346A4B2 ID 87F4
o
unknown) Sun Aug 7 16:40:50 2005
You see the difference?
goneOFFLINE: BAD IP|PORT (DynDNS Peer1) Actual IP Peer1/Localport (IP-
o
address from local DNS Resolve/Localport) Tue Aug 23 12:55:02 2005
This message says that the actual IP-address off the Peer doesn’t match with
what gbox thinks it should be.
• Debug.txt => Can take all message generated by gbox. Depends on what you put after
Z: in the file gbox_cfg
->HelloL to => Initial request to every “D:-line” in cwshare.cfg
o
->Hello1 to => Second request if first not answered to (quickly enough)
o
->Hello2 to => Third request if first not answered to (quickly enough)
o
->HelloR to => I think this means Reconnect to peer if timed out? Anyone?
o
->HelloW to => Don’t know. Anyone?
o
->HelloS1 to => Don’t know. Anyone?
o
->Here? to => Repetitive request every x seconds to see if peer has come on-
o
line.
Reply to Hello L/1/2/R from Peer, Or first request after Peer
o
reboot? Anyone?
Don’t know. Reply is received in the same millisecond as “<-
o
Hello from”. Anyone?
->Hello to => Reply to “<- Hello from".
o
||CW (->1) blocked from Peer1 to Peer2/GboxID Peer2 => Don’t know
o
actually. Anyone?
ECM (1->1) from Peer1 forwarded to Peer2 (GboxID Peer2 )
o
CW (->1) from Peer2 forwarded to Peer1 => Here you see a request being
relayed to someone else, and the answer to that request. In (1->1), the first “1″
stands for the slot the card is in at the supplier, “->1″ stands for the amount of
hops the message has to travel to that supplier. In (->1) “1″ stands for for the slot
the card is in at the supplier.
<-ECM (1<-) received from Peer1
o
->CW (->1) send to Peer1 (527 ms) => This is a request from Peer1 to a local
card, the reply and the time it took to read the card and supply the key.
dbox2 Peer1 is not responding 6 times => Well, that says enough I think?
o
goneOFFLINE: Removing Peer1 from list, seems offline => Sets Peer1 from
o
1 to 0 in share.onl, after not responding 6 times.
• online.log => Shows the coming and going of peers. Creation of this file depends on the
line N: in cwshare.cfg
comeONLINE : Welcome PEER1 IP xxx.xxx.xxx.xxx/ Sun Sep
o
4 16:22:45 2005 => PEER1 comes online
goneOFFLINE: Removing PEER1 from list, seems offline Sun Sep 4
o
17:45:39 2005 => PEER1 doesn’t respond anymore
IP update : PEER1 was xxx.xxx.xxx.xxx now xxx.xxx.xxx.xxx Sun Sep 4
o
17:45:53 2005 => PEER1 has a new IP-address
comeONLINE : Welcome PEER1 IP xxx.xxx.xxx.xxx/ Sun Sep
o
4 18:01:05 2005 => PEER1 is back on-line again!

Credits go To Anakin

Gbox Cfg by cuba
GBOX_CFG

In your gbox_cfg file you have following lines

Z: { 01 12 } dream ip 8024

G: { 03 }

C: { 01 }

M: { 01 }

A: { 00 }

U: { 01 }

H: { 01 }

T: { 00 }

O: { 03 } dream ip

L: { 00 } dream ip 8029

W: { 00 00 } 9600

V: { F0 35 } => configurations for reading slot and com-ports

V: { F0 00 } nothing
V: { F0 10 } slot 1
V: { F0 20 } slot 2
V: { F0 30 } both slots
V: { F0 35 } both slots + com ports
V: { F0 05 } only com ports
V: { F0 31 } Sc8in1
V: { 00 05 } Dbox2 multicam

Instead of dream Ip you must the the IP of your PC. And for make it possible that your programmer is read you must use following line as described
V: {F0 05 }

Gbox server setup on dreambox

Posted on March 12th, 2011 by cardshare in Card Share

Before I start to write the How to I decided to describe first the necessarily steps to build a gbox server. So don’t except How to with all Details. The questions about gbox server will show which details will be needed.
1. Get the files
2. Put the files in the right folders
3. Make the needed configuration
4. add and exchange dlines
5. control your gbox
6. possible errors and reasons
1. First download all files from the following link
Gbox2.1b
2.Extract the files and you will see also the path where the files should be put
//var/bin => gbox
//var/keys => cwshare.cfg,gbox.cfg,softcam.cfg
//var/script => gbox_cam.sh
//var/tuxbox/plugins => egboxcenter.cfg,egboxcenter.so,gboxsuite.cfg, egboxsuite.so, gbv.cfg,gbv.ident,gbv.soGBOX_CFGIn your gbox_cfg file you have following lines
Use a Ftp program to put the files in the folders. I prefer flashfxp. After you had put the files in the folders. Make CHMOD changes for the following files. You can make the CHMOD changes by using the right mouse button (FLASHFXP) on the file and selecting Attribute (CHMOD).
//var/bin/gbox => CHMOD 755
//var/keys => cwshare.cfg => 644
//var/keys => gbox_cfg => 644
//var/scripts => gbox_cam.sh => 755
3. Coniguration
You must made only individual changes to cwshare.cfg and gbox_cfg
CWSHARE:
This file is responsbile for communication between the peers.
Following lines should be inside this files
M: => Adress of your gbox
I: => Configuration about till which distance cards you allows to get
X: => Configuration abotu how many of the same card you allows to get
D: => Communication line between the peers
N: =>
W: =>
How should the lines be set:
M-LIne
M: { your.dyndns.org { Password }}
=> Password: You can only use 0-9 and A-F for setting password. My suggestion is don’t use a very very easy password like 12345678 or AABBCCDD or ABCD1234, so a lot of people makes that and this can be a reason for an error, if you start the gbox. More details at the end.
I-Line
I: { 03 }
This is the selected value most gbox user set for their I-Line. Because with this configuration you only accept cards till Dist3. Cards with Dist4 and Dist5 are not good for sharing and gettings keys. If you have later more peers you can set the value to 02.
X-Line
X: { 10 }
This is a value should experiment a little bit which value is the best for your gbox server. As you know with this value you set a limit to the number of same cards. 0A, 10, 08 this are the most used values.
N-Line
N: { 00 01 03 3F 4000 6000 }
I will write more details to this line. Use the N-Line given above ( its my N-Line)
W-Line
W: { 01 01 01 } 1FFF
I will write more details to this line. Use the N-Line given above ( its my N-Line)
D-Line
This is the most importan Line
D: { other.dyndns.org { Port1 Port2 { Password { A5 A5 }}}}
other.dyndns.org => the dyndns of your share peer
port1 => your port number using for gbox
port2 => port number of you peer
Password => password of your peer
A5 A5 => Share Level for Local and Virtual Cards
You will get this dline every time for your peer. So the only thing you had to do is, to put your port number instead of port1 and add it in your cwshare.cfg. The Dline you give to your peer is the the same but with your dyndns, password and your port number is port2.
D: { own.dyndns.org { Port1 ownport { own password { A5 A5 }

Z: { 01 12 } dream ip 8024
G: { 03 }
C: { 01 }
M: { 01 }
A: { 00 }
U: { 01 }
H: { 01 }
T: { 00 }
O: { 03 } dream ip
L: { 00 } dream ip 8029
W: { 00 00 } 9600
V: { F0 35 } => configurations for reading slot and com-ports
V: { F0 00 } nothing
V: { F0 10 } slot 1
V: { F0 20 } slot 2
V: { F0 30 } both slots
V: { F0 35 } both slots + com ports
V: { F0 05 } only com ports
V: { F0 31 } Sc8in1
V: { 00 05 } Dbox2 multicam
I will made later a detailed description for this file. The informations above are taken from my gbox_cfg
4. Add and exchange Dlines
After ending configuration you can now exchange dlines
M: { own.dyndns.org { password }}
# Internet Friends port range password cod
I: { 2 }
X: { 0A }
N: { 00 01 03 3F 4000 6000 }
W: { 01 01 01 } 1FFF
D: { other.dyndns.org { yourport otherport { otherpassword { A5 A5 }}}}
Be carefull if you add dlines it must the same like above. No more spaces or less spaces
5. Control Gbox and peers
Gbox Center and Gbox Suite are plugins to have Informations about your peers, Cards, Distance and Level Share and how many cards do you have for each provider
You can access to this plugins
Blue Panel => Plugins => Gbox Center or Gbox Suite
6. Error and Reasons
If your gbox is not working ( you will see it if you go to: Blue Panel => Plugins => Gbox Center => Gbox Share Center => Peer Status => Message that share is not found, check if gbox is running )
Then check following
1. Internet Connection
2. Correct format of dlines ( Spaces, password (0-9,A-F) )
3. Passwords of the dline ( so if two peers use the same password they will get the same Box ID and two same Box ID in one Gbox Server is not working)
4. Some Cards needs special configuration to share them ( Sky Uk, Nova etc)
I hope this How to will help a little bit. I will make in the next time screenshots and will give more datailed informations for some Lines.

free card JSC Sports Orbit OSN ART server

Posted on January 28th, 2011 by cardshare in Card Share

FREE CARD SHARING FREE CARD SHARE

free card JSC Sports Orbit OSN ART server

DATE : 26.08.2010

NAME : uyducuuz.blospot.com

PROTOKOL : NewCamd5.25

HOST : nielsat.hopto.org <=or=> m7trefsat.dyndns.org

DESKEY : 01 02 03 04 05 06 07 08 09 10 11 12 13 14

USER: m7tref.com-1 =to=> m7tref.com-1000

PASS: m7tref.com

PORT: 3311 => CAID: 0604 OSN/ART

PORT: 3312 => CAID: 0100 Orbit

PORT: 3313 => CAID: 0500 JSC Sports (13E/7W)

PORT: 3314 => CAID: 0627 JSC Sports (13E/7W)

Newcamd Server

Posted on January 27th, 2011 by cardshare in Card Share

NAME : www.cardsharingfree.com
PROTOKOL : NewCamd5.25
HOST : nielsat.hopto.org <=or=> m7trefsat.dyndns.org
DESKEY : 01 02 03 04 05 06 07 08 09 10 11 12 13 14
USER: m7tref.com-1 =to=> m7tref.com-1000
PASS: m7tref.com
PORT: 3311 => CAID: 0604 OSN/ART
PORT: 3312 => CAID: 0100 Orbit
PORT: 3313 => CAID: 0500 JSC Sports (13E/7W)
PORT: 3314 => CAID: 0627 JSC Sports (13E/7W)

CCCam Server 30.07.2010

Posted on January 22nd, 2011 by cardshare in Card Share

C: solomadrid.dyndns.org 19000 1kijhgg libya-sat
C: solomadrid.dyndns.org 19000 k1ijhgg libya-sat
C: solomadrid.dyndns.org 19000 ki1jhgg libya-sat
C: solomadrid.dyndns.org 19000 kij1hgg libya-sat
C: solomadrid.dyndns.org 19000 kijh1gg libya-sat
C: solomadrid.dyndns.org 19000 kijhg1g libya-sat
C: solomadrid.dyndns.org 19000 kijhgg1 libya-sat
C: solomadrid.dyndns.org 19000 2kijhgg libya-sat
C: solomadrid.dyndns.org 19000 k2ijhgg libya-sat
C: solomadrid.dyndns.org 19000 ki2jhgg libya-sat
C: solomadrid.dyndns.org 19000 kij2hgg libya-sat
C: solomadrid.dyndns.org 19000 kijh22gg libya-sat
C: solomadrid.dyndns.org 19000 kijhgg2 libya-sat
C: solomadrid.dyndns.org 19000 3kijhgg libya-sat
C: solomadrid.dyndns.org 19000 k3ijhgg libya-sat
C: solomadrid.dyndns.org 19000 ki3jhgg libya-sat
C: solomadrid.dyndns.org 19000 kij3hgg libya-sat
C: solomadrid.dyndns.org 19000 kijh3gg libya-sat
C: solomadrid.dyndns.org 19000 kijhg3g libya-sat
C: solomadrid.dyndns.org 19000 kijhgg3 libya-sat
C: solomadrid.dyndns.org 19000 4kijhgg libya-sat
C: solomadrid.dyndns.org 19000 k4ijhgg libya-sat
C: solomadrid.dyndns.org 19000 ki4jhgg libya-sat
C: solomadrid.dyndns.org 19000 kij4hgg libya-sat
C: solomadrid.dyndns.org 19000 kijh4gg libya-sat
C: solomadrid.dyndns.org 19000 kijhg4g libya-sat
C: solomadrid.dyndns.org 19000 kijhgg4 libya-sat
C: solomadrid.dyndns.org 19000 5kijhgg libya-sat
C: solomadrid.dyndns.org 19000 k5ijhgg libya-sat
C: solomadrid.dyndns.org 19000 ki5jhgg libya-sat