Computer Games Forum
 

Go Back   Computer Games Forum > Tech > Networking & Internet

Notices

Căutare produse PC Garage: Şterge căutarea

Reply
 
LinkBack Thread Tools
Old 17-06-2005, 15:33   #1 (permalink)
Registered User
 
epsilon's Avatar
 
Join Date: Dec 2004
Location: nel mondo che non c'e
dc++ pt lan si alti p2p cu posibilitate de srv pe linux

Vreau sa stiu daca am cum sa fac sa mearga dc++ul pe lan setand ipul PASIVE ssi nu active.Daca da e super daca nu ce alti p2p as putea folosii ca alternativa pt schimb de fisere .... dar nu vreau ceva gen borgchat sau ceva bazati pe brodcasting.Caut ceva gen dc++ .
Multumesc anticipat
 
epsilon is offline    Reply With Quote
Old 17-06-2005, 15:52   #2 (permalink)
Registered User
 
PigBrother's Avatar
 
Join Date: Mar 1999
Location: Bucuresti
Huh ? Si de ce aia din LAN nu-si pot deschide din firewallul propriu un port ca sa le mearga DC pe LAN in active mode ?
__________________
Life...is like a box of chocolates. A cheap, thoughless, perfunctoral gift that no one ever asks for. Unreturnable because all you get back is another box of chocolates.
 
PigBrother is offline    Reply With Quote
Old 18-06-2005, 00:00   #3 (permalink)
Registered User
 
epsilon's Avatar
 
Join Date: Dec 2004
Location: nel mondo che non c'e
pai merge pa active!! dar merge doar lanul pe activ.Externul nu mai merge pe activ.Eu vreau sa fac sa mearga treaba pe pasiv ca sa le mearga si externul.
 
epsilon is offline    Reply With Quote
Old 18-06-2005, 00:07   #4 (permalink)
Registered User
 
PigBrother's Avatar
 
Join Date: Mar 1999
Location: Bucuresti
Evident ca daca vor sta toti pe pasive nu vor putea lua sub nici o forma nimic unul de la altul. Basic client-server crap.
Singura solutie rapida si eficienta e port forwarding pt fiecare client. Asa vor sta active mereu, indiferent ca e LAN sau internet.
__________________
Life...is like a box of chocolates. A cheap, thoughless, perfunctoral gift that no one ever asks for. Unreturnable because all you get back is another box of chocolates.
 
PigBrother is offline    Reply With Quote
Old 18-06-2005, 15:05   #5 (permalink)
Registered User
 
epsilon's Avatar
 
Join Date: Dec 2004
Location: nel mondo che non c'e
hmmm .. suna bine.Dar cum sa fac asta? routerul e unu soft slackware 10.1
 
epsilon is offline    Reply With Quote
Old 18-06-2005, 17:31   #6 (permalink)
goingunder
 
n1Ce's Avatar
 
Join Date: Jan 2004
Location: Bucuresti
de ex pentru un client:

iptables -A FORWARD -p tcp -i eth0 --destination-port 1234 --destination 192.168.1.2 -j ACCEPT
iptables -A FORWARD -p udp -i eth0 --destination-port 1234 --destination 192.168.1.2 -j ACCEPT
iptables -t nat -A PREROUTING -p tcp -i eth0 --destination-port 1234 -j DNAT --to-destination 192.168.1.2:1234
iptables -t nat -A PREROUTING -p udp -i eth0 --destination-port 1234 -j DNAT --to-destination 192.168.1.2:1234
iar clientu isi pune in dc++ la active ip 192.168.1.2 si portu 1234
__________________
I just can`t seem to trust myself.. so what chance does that leave to anyone else?
 
n1Ce is offline    Reply With Quote
Old 19-06-2005, 00:27   #7 (permalink)
Registered User
 
epsilon's Avatar
 
Join Date: Dec 2004
Location: nel mondo che non c'e
mersi mult hai ca incerc acum
 
epsilon is offline    Reply With Quote
Old 19-06-2005, 21:34   #8 (permalink)
Registered User
 
epsilon's Avatar
 
Join Date: Dec 2004
Location: nel mondo che non c'e
n1Ce hmmm se pare ca nu merge am pus in loc de eth0 ..eth1.Pe eth0 la mine vine netu si pleaca pe eth1.Ce terbuie sa pun ... interfata pe care vine netu sau aia pe care pleaca??Mersi oricum
 
epsilon is offline    Reply With Quote
Old 19-06-2005, 22:07   #9 (permalink)
Registered User
 
epsilon's Avatar
 
Join Date: Dec 2004
Location: nel mondo che non c'e
gata ce idiot sunt ... acum merge.Mersi
 
epsilon is offline    Reply With Quote
Old 22-06-2005, 21:52   #10 (permalink)
Registered User
 
Join Date: Mar 2004
Location: Bucuresti
Quote:
Originally Posted by n1Ce
iar clientu isi pune in dc++ la active ip 192.168.1.2 si portu 1234
gresit. daca isi pune ip-ul 192.168.1.2 nu va merge din exterior. daca isi pune ip-ul extern de net 212.34.56.78 din reteaua locala se vor ruta toate conexiunile prin router. lovitura grea vitezei. se rezolva cu ICMP redirect-uri emise de router pe reteaua locala si activarea acestora in windows xp. (implicit nu da voie windowsul decat la ICMP-uri de tipul "echo")
 
bar0n is offline    Reply With Quote
Old 22-06-2005, 22:40   #11 (permalink)
Registered User
 
epsilon's Avatar
 
Join Date: Dec 2004
Location: nel mondo che non c'e
mersi bar0n dar ma tem ca e mult prea complicat pt mine ... cel putin pentru moment.
 
epsilon is offline    Reply With Quote
Old 31-12-2005, 20:27   #12 (permalink)
Registered User
 
Join Date: Dec 2005
Am si eu o problema cu pasive asta , incerc sa pun pe LAN niste routere si automat acolo se face NAT deci tre sa ma bag pasive , intru pe HUB si nu pot sa iau de la activii din retea ci doar de la ce e in afara retelei , vreo sugestie?Alt program care sa faca asta dar sa mearga si in spatele NAT-ului ?
 
ShotgunX is offline    Reply With Quote
Old 31-12-2005, 22:00   #13 (permalink)
Registered User
 
Join Date: Feb 2005
routeaza i pe ip virtuale
 
justy is offline    Reply With Quote
Old 01-01-2006, 01:50   #14 (permalink)
Registered User
 
Join Date: Dec 2005
vreau sa-i pun in spatele broadband routerelor care nu stiu prea multe , pot adauga route statice , dar imi e frica sa-i dau prea multe de facut sa nu se blocheze prea des pocnitoarea ca la 1,2 mil /buc nu prea pot emite pretentii , sunt repotecuri ,ca swicthuri merg dar ca routere ramane de vazut .
 
ShotgunX is offline    Reply With Quote
Old 01-01-2006, 13:27   #15 (permalink)
Registered User
 
bogdanar's Avatar
 
Join Date: Jul 2004
Location: PN
nu merge si cu un proxy server instalat pe gateway-ul retelei? Daca bat campii, kill me !
 
bogdanar is offline    Reply With Quote
Old 01-01-2006, 15:19   #16 (permalink)
Moderator
 
droopy's Avatar
 
Join Date: Jul 2003
Location: Tragic Kingdom
Cine ma?
__________________
It has been said that the contents of the rules sections of sendmail.cf most closely resemble the effect of line noise on a non-error-correcting modem. It has also been said that capturing such line noise into a text file has about as much chance of resulting in a working sendmail.cf as does any attempt to actually edit that file.
 
droopy is offline    Reply With Quote
Old 09-01-2006, 22:46   #17 (permalink)
Registered User
 
Join Date: Dec 2005
Merge cu useri in spatele broadband routerelor , repotecurile au setare de virtual computers unde pui ip din LAN si apoi pe calc alt ip , iar in dc++ pui active si ip pe care iese din router ex :
10.10.10.2 pe wan
10.10.10.3-6 ip-uri alocate
in LAN 192.168.0.1 ca gw
ip-uri 192.168.0.3 sa iasa prin 10.10.10.3 , iar in dc pui la activ 10.10.10.3
analog mai departe , nu stiu cat am fost de clar dar daca intereseaza pe cineva mai revin cu explicatii pana ne intelegem
 
ShotgunX is offline    Reply With Quote
Old 09-01-2006, 22:54   #18 (permalink)
Nick anterior: esso
 
F1SpecialFX's Avatar
 
Join Date: Feb 2005
@PigBrother : Cum fac sa imi mearga dc++ -ul pe active? Am conexiune de la astral si este routata de un modem zyxel (acesta clonand placa de retea a pc-ului in cauza)..
__________________
Z&
 
F1SpecialFX is offline    Reply With Quote
Old 10-01-2006, 00:54   #19 (permalink)
Moderator
 
droopy's Avatar
 
Join Date: Jul 2003
Location: Tragic Kingdom
Da ce ma crezi ca noi nu stim? Uita-te in manual la scula aia, vezi ca ai acolo "Port Forwarding" sau "SUA Server", cum le place astora de la Zyxel sa-i zica exotic. Iti forwardezi un port UDP si TCP si il pui la setari in clientul de DC.
__________________
It has been said that the contents of the rules sections of sendmail.cf most closely resemble the effect of line noise on a non-error-correcting modem. It has also been said that capturing such line noise into a text file has about as much chance of resulting in a working sendmail.cf as does any attempt to actually edit that file.
 
droopy is offline    Reply With Quote
Old 10-01-2006, 01:25   #20 (permalink)
Nick anterior: esso
 
F1SpecialFX's Avatar
 
Join Date: Feb 2005
Este influentata viteza cu care trag de pe dc de faptul ca stau pe pasiv sau pe activ?
Cum fac frwd la port UDP si TCP?
Nu prea stiu ce sa bag in categoria SUA/NAT din meniu..
Poate ma ajutati voi cu mai multe detalii..
THX
__________________
Z&

Last edited by F1SpecialFX; 10-01-2006 at 01:38..
 
F1SpecialFX is offline    Reply With Quote
Advertisment
Joacă online gratuit snooker, pool, backgammon, jocuri de cuvinte şi de cărţi
Reply

  Computer Games Forum > Tech > Networking & Internet

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +2. The time now is 05:27.


Advertisement System V2.5 By   Branden
This site is copyrighted ©1997 - 2008, Computer Games Online SRL