Author Topic: Mbox tutorial  (Read 2481 times)

0 Members and 1 Guest are viewing this topic.

Offline boshkarin

  • Jr. Member
  • **
  • Posts: 74
Mbox tutorial
« on: September 06, 2009, 10:42:33 PM »

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

Mbox Full Tutorial How to


We will try to explain here how to start with Mbox.
You can NOT reply to this topic.
Only the moderators can add or change here.
If there is something wrong or you want to add comments, please contact one of the moderators to do this.
This topic refers always to the latest version of Mbox. (we will try to keep it updated)

Ok, here we go.

To start Mbox you need to configure mbox.cfg first.
These parameters you must set before you can start Mbox:

D: { 0 }
//D: { x }
//x=0 -> disable
//x=1 -> enable dbox2 cw writing
//x=2 -> enable STAPI for IPBOX
//x=3 -> enable STAPI for Kathrein

T: { /tmp/ }
// T option -> where to store temp files ... (share.info,debug.txt ,etc.)
// T: { folder_path_to_files, example: T: { /tmp/ } }

K: { /var/keys/ }
// K option -> where is cwshare.cfg file
// K: { folder_path_to_files, example: K: { /var/keys/ } }

P: { /tmp/pmt.tmp }
// P option -> PMT location (Dont used with linux and windows)
// you must be tuned to channel so image can generate this file
// { /tmp/pmt.tmp } for resivers and images that create this file <- use this if you can
// { 1/tmp/camd.socket } for enigma 1
// { 2/tmp/camd.socket } for enigma 2



Now for the start of Mbox you need to know where the mbox.cfg path is.
The default path for mbox.cfg is /var/keys/
For other paths you must start mbox with path as argument!!!
For some receivers like Ipbox and Kathrein there is no /var/keys/ so you must start mbox always with arguments.

Example:

without arguments
./mbox or ./var/bin/mbox

with arguments
./mbox /data/keys/mbox.cfg or ./var/bin/mbox /data/keys/mbox.cfg

To STOP Mbox you need to create mbox.kill.
Put this mbox.kill in the temp dir of Mbox. T: path (look your settings in mbox.cfg)
Example T: { /tmp/ }: touch /tmp/mbox.kill


Other parameters of mbox.cfg that are interesting:

M: { 1 }
// M option -> Mode option
// M: { x }
// x=0 -> local mode no NET
// x=1 -> NET mode
// default 0


Z: { 12 } { 127.0.0.1 8000 }
// Z option -> control sending/writing current informations
// Z: { xy } { IP port }
// x=0 -> don't print time stamp (in console screen and in debug file)
// x=1 -> print time stamp ( .... )
// y=0 -> no writing/sending informations to debug file/destination IP
// y=1 -> send informations to destination IP but not in debug file
// y=2 -> write informations to debug file but don't send to destination IP
// y=3 -> write/send informations to debug file/destination IP
// IP port -> destination IP and UDP port where to send informations

Only debug file: Z: { 12 } { 127.0.0.1 8000 }
only send debug to IP: Z: { 11 } { 127.0.0.1 8000 }
Both file and IP: Z: { 13 } { 127.0.0.1 8000 }

L: { 1 }
// L option -> how mbox to menage virtual card(s) with level 0
// ( only for peer(s) who have and can reshare virtual cards but don't want to use LEVEL 0 card(s) for them self)
// L: { x }
// x=0 -> don't load any virtual cards with LEVEL 0, you can't use them for your self
// x=1 -> load all virtual cards with LEVEL 0 ,you will be using them for your self
// default 1

If you run Mbox on a server then you can't use level0 cards so you have to set:
L: { 0 }


About the cwshare.cfg:

If you don't use a brascet and you must set some other options after the brascet then don't leave it empty.
Put a zero in it so Mbox knows it's not used.
Example: C: { 127.0.0.1 15000 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14 } { 0 } { 0 }

When using Mbox and Newcs on the same box/server then Mbox can see those cards as local.
But you must make a connection ( C-line in cwshare.cfg) with IP 127.0.0.1.
Only then you will have these cards as local in your Mbox server.

About D line in cwshare.cfg file ...
Now you can set what provids boxids you want to reshare with another peer(s)

This is standard D line
=======================
D: { IP { port1 port2 { pass { level1 level2 }}}}


This is my new upgraded D line
===============================
D: { IP { port1 port2 { pass { level1 level2 }}}}
{ 0000 } { 0 } send filter
{ 0000 } { 0 } receive filter


D: { IP { port1 port2 { pass { level1 level2 }}}}
{ xxyy !!in hex!!!} { provid-boxid-boxid;provid;provid-boxid; ...!!in hex!!!} send filter
{ xxyy !!in hex!!!} { provid-boxid-boxid;provid;provid-boxid; ...!!in hex!!!} receive filter

for both brascets

xx -> 00 disabled
xx -> 01 allow only this cards for provid to be reshared received
xx -> 02 denied only this cards for provid to be reshared received

yy -> how much provids is in next brascet dont caculate boxids

1st example:
============

D: { IP { port1 port2 { pass { level1 level2 }}}}
{ 0102 } { 0001006A;0001006C-0A0A-0B0B; }
{ 0102 } { 00010080;00010081-0A0A-0B0B; }



{ 0102 } { 0001006A;0001006C-0A0A-0B0B; }

xx is 01 ,ALL cards for (0001006A) provid is SENT to peer AND cards with boxid 0A0A,0B0B for provid 0001006C, ALL others provids(cards) will NOT be sent!!

yy is 02 ,there is only 2 provids in next bracket dont caculate boxids


{ 0102 } { 00010080;00010081-0A0A-0B0B; }
xx is 01 ,ALL cards for (00010080) provid is RECEIVED from peer AND cards with boxid 0A0A,0B0B for provid 00010081, ALL others provids will be IGNORED!!

yy is 02 ,there is only 2 provids in next bracket dont caculate boxids



2nd example:
============

D: { IP { port1 port2 { pass { level1 level2 }}}}
{ 0202 } { 0001006A;0001006C-0A0A-0B0B; }
{ 0202 } { 00010080;00010081-0A0A-0B0B; }


{ 0202 } { 0001006A;0001006C-0A0A-0B0B; }
xx is 02 ,ALL cards for this (0001006A) provid is NOT sent to peer AND cards with boxid 0A0A,0B0B for provid 0001006C, ALL others provids(cards) are !!

yy is 02 ,there is only 2 provids in next bracket dont caculate boxids


{ 0202 } { 00010080;00010081-0A0A-0B0B; }
xx is 02 ,ALL cards for (00010080) provid is NOT RECEIVED from peer AND cards with boxid 0A0A,0B0B for provid 00010081, all others provids will be received!!

yy is 02 ,there is only 2 provids in next bracket dont caculate boxids




NOTICE: MBOX WILL NOT COMPLAIN IF YOU USE OLD D LINE STYLE !!!!!!!!!!!!!



Connecting to newcamd server program Newcs
==========================================

example:
C: { server_ip server_listening_port username password des_key } { x } { xxxxyyyy:xxxxyyyy;......}
C: { 127.0.0.1 15000 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14 } { 10 } { 0100006a:0100006B;}

[second brascet] -> { x } max. number ecms in buffer ,decimal !!!!!

[third brascet] { 0100006a:0100006B;} is used if you want to change caidprovid from what newcs detected to caidprovid to use with gboxx protocol so 0100006A will be 0100006B in gboxx protocol




Resending ECM(s) on timeout interval
====================================
O: { xxxx yyyy }

example:
O: { 4000 2000 }

4000 (4 seconds)-> resend current ecm on boxid if no dcw
2000 (2 seconds)-> wait 2 more seconds for dcw ,if no dcw on time resend ecm(s) to all boxid's



NDS system ->Resending ECM(s) on timeout interval
=================================================
N: { xxxx yyyy }

example:
N: { 400 200 }

default disabled...


Add more cards for CaidProvid
=============================
X+: { xxxxyyyy:zz;xxxxyyyy:zz; } // zz -> max. is 30 !!!!!

example:
X+: { 0100006A:15; }

With X+ active, for caidprovid:0100006A max. cards for use is 15.



About the 12000.list or the port.list:
You need the 12000.list file to run Mbox with your local cards!!!
If you are sure that your card can decrypt all Sids then put ONLY this in the port.list file:
SF: { 0000 }

Now you must make file called "port.list" in
K: path (look your settings in mbox.cfg)

"Port" is newcs port, look into the newcs.xml file and search for newcamd_port.

Code:


......
12000
.......


So the file will be called 12000.list.
If you have 17050 then the filename will be 17050.list


Pls use SID pids , CHIDs for 1rd3t0 or G line, because now mbox send only one ECM and wait response from newcs before it send new ECM.

//this is for forbiden SID pids or 1rd3t0 chids ..
//example
SF: { 04A0 } -> forbiden SID pid -> your card cant decrypt this channel
SF: { 0220 }
IF: { 0203 } -> forbiden 1rd3t0 ChID -> your card cant decrypt this ChID
IF: { 0302 }
G: { 0100006A } -> dont list and reshare this provid from your card if card cant decrypt that, mbox will just flood newcs with bad ECMs for this provid.


//max forbiden SID pids or ChIDs is 150.
//max G lines is 15.


//OR to enable SID pids or 1rd3t0 chids
//example
SA: { 04A0 } -> enable SID pid -> your card can decrypt this channel
SA: { 0220 }
IA: { 0203 } -> enable 1rd3t0 ChID -> your card can decrypt this ChID
IA: { 0302 }
G: { 0100006A } -> dont list and reshare this provid from your card if card cant decrypt that, mbox will just flood newcs with bad ECMs for this provid.

//NOTE: YOU CANT MIX FORBIDEN AND ENABLED PIDS.



About the add.data file:

You don't need the add.data file to run Mbox!!!

The add.data file gives you the option to:

- change I,X,O,N line
- to delete running D line
- to add new D line(without filter rules)
- to resend "R" hello msg to all peers while mbox is running.

Write new values in "add.data" file and put it in folder from P: line. (look your settings in mbox.cfg)

NOTE: Max time to wait before changes take affect is 2 minutes, new values for I,X,O,N will NOT be saved in cwshare.cfg but new D or C line will be saved.
"add.data" file will be deleted after reading (read add.data.example) !

#D: { ip { port1 port2 { pass { level1 level 2 }}}} -> remove running D line
D: { ip { port1 port2 { pass { level1 level 2 }}}} -> add new D line without restarting mbox,new D line will be saved in cwshare.cfg
R ->Resend hello msg to all peers
X: { x } -> Change running X value
I: { x } -> Change running I value
O: { xxxx yyyy } -> Change running timeout intervals
N: { xxxx yyyy } -> Change running timeout intervals for NDS system
C: { server_ip server_listening_port username password des_key } { x } { xxxxyyyy:xxxxyyyy;......} -> add new C line
#


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

na hrvatski (google):

box Tutorial



Za pocetak koristenja Mbox-a morate konfigurirati mbox.cfg
Ove paramete morate postaviti za pocetak.......

D: (0)
/ / D: (x)
/ / x = 0 -> onemoguciti
/ / x = 1 -> omoguciti dbox2 cw pisanje
/ / x = 2 -> omoguciti STAPI za IPBOX
/ / x = 3 -> omoguciti STAPI za Kathrein

T: (/ tmp /)
/ / T option -> gdje je to mješavina kartoteka price ... (share.info, debug.txt, itd.)
/ / T: (folder_path_to_files, primjer: T: (/ tmp /))

K: (/ var / keys /)
/ / K option -> gdje je cwshare.cfg datoteka
/ / K: (folder_path_to_files, primjer: K: (/ var / keys /))

P: (/ tmp / pmt.tmp)
/ / P option -> PMT lokaciji (Ne koristi s Linux i Windows)
/ / Morate biti sinkroniziran na kanal tako da slika može generirati datoteku
/ / (/ Tmp /) pmt.tmp za resivers i slike koje stvaraju ovu datoteku <- koristite ovu, ako možete
/ / (1/tmp/camd.socket) za enigma 1
/ / (2/tmp/camd.socket) za enigma 2



za pocetak Mbox morate znati gdje mbox.cfg staviti
Uobicajena datoteka za mbox.cfg je / var / keys /

Primjer:

bez argumenata
. / mbox ili. / var / bin / mbox

s argumentima
. / mbox / data / keys / mbox.cfg ili. / var / bin / mbox / data / keys / mbox.cfg

Za STOP Mbox trebate stvoriti mbox.kill.
Stavite ovaj mbox.kill u temp dir od Mbox. T: path (izgled vaše postavke u mbox.cfg)
Primjer T: (/ tmp /): dodir / tmp / mbox.kill


Ostali parametri mbox.cfg koje su zanimljive:

M: (1)
/ / M option -> Mode option
/ / M: (x)
/ / X = 0 -> lokalni nacin ne NET
/ / X = 1 -> NET mode
/ / Default 0


Z: (12) (127.0.0.1 8000)
/ / Z option -> kontrola slanje / pisanja tekuce informacije
/ / Z: (xy) (IP port)
/ / X = 0 -> ne print time stamp (u ekranu konzole iu debug datoteci)
/ / X = 1 -> print time stamp (....)
/ / Y = 0 -> nema pisanje / slanja informacija u debug datoteku / odredišni IP
/ / Y = 1 -> pošaljite informacije na odredišnu IP ali ne u debug datoteku
/ / Y = 2 -> pisati informacije za debug datoteku ali ne poslati na odredišnu IP
/ / Y = 3 -> pisanje / slanje informacije u debug datoteku / odredišni IP
/ / IP port -> odredišnu IP i UDP port gdje poslati informacije

Samo debug file: Z: (12) (127.0.0.1 8000)
samo pošalji na IP debug: Z: (11) (127.0.0.1 8000)
Obje datoteke i IP: Z: (13) (127.0.0.1 8000)

L: (1)
/ / L option -> kako mbox da clanovi domacinstva virtualne kartice (s) with level 0
/ / (Samo za peer (s), koji imaju i mogu reshare virtualne kartice ali ne žele koristiti LEVEL 0 karticu (e) za njih samo)
/ / L: (x)
/ / X = 0 -> ne ucitavanje bilo koji virtualne kartice sa LEVEL 0, ne možete ih koristiti za svoje samouprave
/ / X = 1 -> load sve virtualne kartice sa LEVEL 0, bit ce ih koristiti za sebe
/ / Default 1

Ako pokrenete Mbox na server onda ne možete koristiti level0 kartice tako da cete morati postaviti:
L: (0)


O cwshare.cfg:

Ako ne koristite brascet i morate postaviti neke druge opcije nakon brascet onda ne ostavite prazno.
Stavite nula u njemu na taj nacin Mbox zna da je ne koristi.
Primjer: C: (127.0.0.1 15000 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14) (0) (0)

Kada se koriste Mbox i NewCS na isti okvir / server onda Mbox mogu vidjeti te kartice, kao lokalni.
Ali morate napraviti vezu (C-liniju u cwshare.cfg) s IP 127.0.0.1.
Tek tada cete imati ove kartice kao i lokalni u vašem Mbox poslužitelja.

O D liniju u cwshare.cfg datoteci ...
Sada možete postaviti ono što provids boxids želite reshare s drugom peer (s)

To je standardni D linija
=======================
D: (IP (port1 port2 (pass (Level1 Level2))))


Ovo je moj novi unaprijedeni D linija
===============================
D: (IP (port1 port2 (pass (Level1 Level2))))
(0000) (0) pošalji filtar
(0000) (0) prima filtar


D: (IP (port1 port2 (pass (Level1 Level2))))
(Xxyy! In hex!) (Danim-boxid-boxid, pružiti, danim-boxid; ...!! in hex!) Pošalji filtar
(Xxyy! In hex!) (Danim-boxid-boxid, pružiti, danim-boxid; ...!! in hex!) Primati filtar

za oba brascets

xx -> 00 disabled
xx -> 01 dopustiti samo ove kartice za danim biti primljena reshared
xx -> 02 nije prihvatio samo ove kartice za danim biti primljena reshared

gg -> koliko provids se u sljedeci brascet dont caculate boxids

1. primjer:
============

D: (IP (port1 port2 (pass (Level1 Level2))))
(0102) (0001006A; 0001006C-0A0A-0B0B;)
(0102) (00010080; 00010081-0A0A-0B0B;)



(0102) (0001006A; 0001006C-0A0A-0B0B;)

xx is 01, SVE kartice za (0001006A) danim je poslan na peer I kartice sa boxid 0A0A, 0B0B za danim 0001006C, SVI ostali provids (kartice) NECE biti poslana!

gg je 02, ima samo 2 provids u sljedeci zagrada dont caculate boxids


(0102) (00010080; 00010081-0A0A-0B0B;)
xx is 01, SVE kartice za (00010080) danim je dobio od ravnopravnih I kartice sa boxid 0A0A, 0B0B za danim 00.010.081, SVI ostali provids bit ce zanemareni!

gg je 02, ima samo 2 provids u sljedeci zagrada dont caculate boxids



2. primjer:
============

D: (IP (port1 port2 (pass (Level1 Level2))))
(0202) (0001006A; 0001006C-0A0A-0B0B;)
(0202) (00010080; 00010081-0A0A-0B0B;)


(0202) (0001006A; 0001006C-0A0A-0B0B;)
xx is 02, SVE kartice za ovaj (0001006A) danim ne Å¡alju se peer I kartice sa boxid 0A0A, 0B0B za danim 0001006C, SVI ostali provids (kartice) su!

gg je 02, ima samo 2 provids u sljedeci zagrada dont caculate boxids


(0202) (00010080; 00010081-0A0A-0B0B;)
xx is 02, SVE kartice za (00010080) danim nije dobila od vršnjaka I kartice sa boxid 0A0A, 0B0B za danim 00.010.081, svi ostali provids ce biti primljena!

gg je 02, ima samo 2 provids u sljedeci zagrada dont caculate boxids




OBAVIJEST: NE MBox ce tužiti AKO KORISTITE OLD STYLE LINE D !!!!!!!!!!!!!



Spajanje na newcamd server program NewCS
==========================================

primjer:
C: (server_ip server_listening_port korisnicko ime lozinka des_key) (x) (xxxxyyyy: xxxxyyyy ;......}
C: (127.0.0.1 15000 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14) (10) (0100006a: 0100006B;)

[drugi brascet] -> (x) max. broj ecms u tampon, decimalna !!!!!

[treci brascet] (0100006a: 0100006B;) se koristi ako želite promijeniti caidprovid iz onoga što NewCS otkriti da caidprovid za korištenje s gboxx protokol 0100006A, tako ce biti 0100006B u gboxx protokol




Ponovno slanje ECM (s) on timeout intervala
====================================
O: (xxxx yyyy)

primjer:
O: (4000 2000)

4000 (4 sekunde) -> ponovo trenutni ECM na boxid ako ne DCW
2000 (2 sekunde) -> pricekati još 2 sekunde za DCW, ako se ne DCW na vrijeme ponovo ECM (s) to sve boxid's



NDS sistem -> ponovno slanje ECM (s) on timeout intervala
=================================================
N: (xxxx yyyy)

primjer:
N: (400 200)

default disabled ...


Dodajte još karata za CaidProvid
=============================
X +: (xxxxyyyy: zz; xxxxyyyy: zz;) / / ZZ -> max. je 30 !!!!!

primjer:
X +: (0100006A: 15;)

Sa X + aktivni, za caidprovid: 0100006A max. kartice za korištenje je 15.



O 12000.list ili port.list:
Trebate 12000.list varalica to trcanje Mbox s lokalnom karte!
Ako ste sigurni da je Vaša kartica može dekodirati sve SIDS onda stavite samo ovaj u port.list datoteke:
SF: (0000)

Zatim morate napraviti file "port.list" u
K: path (izgled vaše postavke u mbox.cfg)

"Luka" je NewCS luka, pogled u newcs.xml datoteku i tražiti newcamd_port.

Å ifra:


......
12.000
.......


Na taj nacin ce se datoteka zove 12000.list.
Ako imate 17.050 , a potom ce biti ime datoteke 17050.list


Pls korištenje SID PIDs, CHIDs za 1rd3t0 ili G linija, jer sada mbox poslati samo jedna ECM i cekati odgovor iz NewCS prije nego što ga poslati novu ECM.

/ / ovo je za forbiden SID PIDs ili 1rd3t0 chids ..
/ / primjer
SF: (04A0) -> forbiden SID pid -> your card cant decrypt ovaj kanal
SF: (0220)
IF: (0203) -> forbiden 1rd3t0 ChID -> svoju karticu licemjerje dešifrirati ovu ChID
IF: (0302)
G: (0100006A) -> do not list i reshare to pružiti od tvoj karticu ako kartica ne mogu dešifrirati taj, mbox ce samo potop NewCS s lošim ECMs za to pružiti.


/ / max forbiden SID PIDs ili ChIDs je 150.
/ / max G linije je 15.


/ / Ili kako bi se omogucilo SID-PIDs ili 1rd3t0 chids
/ / primjer
SA: (04A0) -> omoguciti SID pid -> your card može dešifrirati ovaj kanal
SA: (0220)
IA: (0203) -> omoguciti 1rd3t0 ChID -> Vaša kartica može dešifrirati ovu ChID
IA: (0302)
G: (0100006A) -> do not list i reshare to pružiti od tvoj karticu ako kartica ne mogu dešifrirati taj, mbox ce samo potop NewCS s lošim ECMs za to pružiti.

/ / NAPOMENA: YOU CANT MIX FORBIDEN i omogucila PIDs.



O add.data datoteke:

Ne morate add.data varalica to trcanje Mbox!

Add.data datoteku daje vam mogucnost da:

- Promjena I, X, O, N linija
- Za brisanje trcanje D linija
- Da biste dodali nove D linija (bez filtera pravila)
- Da ponovo "R" hello msg svim kolegama, dok je pokrenut mbox.

Napiši novu vrijednosti u "add.data" datoteku i stavio ga u mapu iz P: linija. (pogledajte postavke u mbox.cfg)

NAPOMENA: Max vremena cekati da se promjene utjecati je 2 minute, nove vrijednosti za I, X, O, N NECE biti spremljene u cwshare.cfg, ali novi D ili C linija biti spremljena.
"add.data" datoteka ce biti obrisana nakon citanja (read add.data.example)!

# D: (ip (port1 port2 (pass (Level1 razina 2)))) -> maknuti trcanje D linija
D: (ip (port1 port2 (pass (Level1 razina 2)))) -> add new D linija bez ponovnog mbox, novi D linija ce biti spremljena u cwshare.cfg
R -> Ponovno hello msg svim peerovima
X: (x) -> Promjena trcanje X vrijednost
I: (x) -> Promjena trcanje sam vrijednost
O: (xxxx yyyy) -> Promjena trcanje timeout intervala
N: (xxxx yyyy) -> Promjena trcanje timeout intervala za NDS sistem
C: (server_ip server_listening_port korisnicko ime lozinka des_key) (x) (xxxxyyyy: xxxxyyyy ;......} -> dodaj novu C liniju
#

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
Re: Mbox tutorial
« Reply #1 on: December 12, 2009, 06:39:01 PM »
CONFIGURING Mbox
Our dline is constructed using the M cwshare of Gbox / Mbox: example
M: ((Tunombre_host.no-ip.es F000000F))

For our serious dline this:
D: ((Tunombre_host.no-xxxxx 24,888 ip.es F000000F ((A5 A5)))) <
*********************************
Tunombre_host.no-ip.es => this would be our name noip or telling dyns we created our ip
xxxxx => this would be the port that has to put
24,888 => this is your port, where you work your gbox

F000000F => this is your passw
A5 A5 => this is the card distanti, demomento leave it, I will explain in more detail.

*****************************************
Results of the two lines will be well

M: (1C3DD2F2 mydns.no-ip.info ())


D: (yxxxx.no-ip.info (24000 6666 (ABCf23D4 (A5 A5))))
D: (xxxxx87.no-ip.biz (24000 5300 (7BEDAB58 (A3 A3))))
D: (xxxxxn.no-ip.biz (24000 7080 (AB13CD34 (A5 A5))))
D: (xxxxxm.no-ip.biz (24000 55000 (16619687 (A3 A3))))

yxxxx.no-ip.info <6666 <<ABCf23D4 <<

The rest did not play for nothing
I: (05)
X: (10)
N: (00 01 03 1F 4000 6000)
S: 0B 01 03) (772A
W: (01 01 01) 1FFF

*****************************************
gbox_cfg
*****************************************
Z: (01 11) localhost
O: (03) localhost
L: (00) localhost 80
G: (03)
C: (02)
M: (02)
E: (00)
A: (02)
H: (01)
T: (00)
P: (01)
W: (00 00) 9600
V: (00 00)
J: (00 00 03 01 FF)
R: (11) 115,200

The line R is what gives com1 output. This works for gbox_cfg you want to copy.
----------------------------------------------------------------------------------------------------------------------
Configuring Mbox
Naš dline je konstruiran korištenjem M cwshare i Gbox / Mbox: primjer
M: ((Tunombre_host.no-ip.es F000000F))

Za naše ozbiljne dline ovo:
D: ((Tunombre_host.no-xxxxx 24.888 ip.es F000000F ((A5 A5)))) <
*********************************
Tunombre_host.no-ip.es => to bi bilo naÅ¡e ime noip ili reći dyns smo stvorili naÅ¡ ip
xxxxx => to bi bilo luka koja je staviti
24.888 => ovo je tvoja luka, gdje radite svoj gbox

F000000F => ovo je Vaše passw
A5 A5 => ovo je kartica distanti, demomento ga ostaviti, ja ću objasniti detaljnije.

*****************************************
Rezultati dvije linije će biti dobro

M: (1C3DD2F2 mydns.no-ip.info ())


D: (yxxxx.no-ip.info (24000 6666 (ABCf23D4 (A5 A5))))
D: (xxxxx87.no-ip.biz (24.000 5300 (7BEDAB58 (A3 A3))))
D: (xxxxxn.no-ip.biz (24000 7080 (AB13CD34 (A5 A5))))
D: (xxxxxm.no-ip.biz (24000 55000 (16619687 (A3 A3))))

yxxxx.no-ip.info <6.666 <<ABCf23D4 <<

Ostatak nije igrao za ništa
I: (05)
X: (10)
N: (00 01 03 1F 4000 6000)
S: 0B 01 03) (772A
W: (01 01 01) 1FFF

*****************************************
gbox_cfg
*****************************************
Z: (01 11) localhost
O: (03) localhost
L: (00) localhost 80
G: (03)
C: (02)
M: (02)
E: (00)
: (02)
H: (01)
T: (00)
P: (01)
W: (00 00) 9600
V: (00 00)
J: (00 00 03 01 FF)
R: (11) 115.200

R linija je ono što daje COM1 izlaz. Ovo radi za gbox_cfg koje želite kopirati.