how to connect to server,which is running in LAN

Just starting out? Need help? Post your questions and find answers here.
pantsonhead
User
User
Posts: 39
Joined: Fri Mar 26, 2004 1:47 pm
Location: London, UK
Contact:

Post by pantsonhead »

Hey Z,

This might also help
http://www.mindcontrol.org/~hplus/nat-punch.html

Pants
Z_Exploder
User
User
Posts: 20
Joined: Wed Jul 06, 2005 7:51 am
Location: Armenia
Contact:

Post by Z_Exploder »

All the problem,that LAN is not my :oops: :twisted: :twisted:
I have no access to 192.168.0.1 to install any programm.
But there is too many troyans,that can run on any computer (including LAN ones)
and they are servers (not client).How they doing it .If they can => i can too... Must be way... (My prog. is not triyan.i'll use it for my own purposes)
Thanks for link,i'll read info later.
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Post by Dare2 »

Hmmmmm.
@}--`--,-- A rose by any other name ..
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

Dare2 wrote:Hmmmmm.
.. :!:

if you want to make thing run on other peoples lan i wont be here to help you, and i doubt many others will. You dont seem to know much about what you are talking about.. i would try to understand the normal pb examples and study the helpfile a bit more
Z_Exploder
User
User
Posts: 20
Joined: Wed Jul 06, 2005 7:51 am
Location: Armenia
Contact:

Post by Z_Exploder »

..

if you want to make thing run on other peoples lan i wont be here to help you, and i doubt many others will. You dont seem to know much about what you are talking about.. i would try to understand the normal pb examples and study the helpfile a bit more
Well,don't do it,if you don't want. I have already written,that this thing i would use only for my purposes ,i wouldn't give it to other people. First i'm going to istall it on my PC ,for remotely viewing,when i'm not at home (to see for ex. what is doing my little brother... :lol: ) You can ask me "Why you want to run it under LAN ?" - There can be more questions,that i will not to answer,it's my business how to use my prog.
Anyway,solving my problem wiil be very helpfull to you and others here - I can say only one thing to all - if you don't want to help -don't do it.
All others -I'm waiting for your posts.
Good luck !
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Post by Dare2 »

Best way to get it onto the server is ask the person with those admin rights to put it there. ;)
@}--`--,-- A rose by any other name ..
dagcrack
Addict
Addict
Posts: 1868
Joined: Sun Mar 07, 2004 8:47 am
Location: Argentina
Contact:

Post by dagcrack »

side note... I think we all got the PERFECT GODLIKE virus / worm / trojan in our minds.. we just dont even think about writting them into code because we aint lamers! (well im not a lamer anymore... used to hack people with out a big reason about 5 years ago, thats being lamer indeed). Not that Im a monk now.. but oh well, all the crap I did years ago, helped a little at work though.
! Black holes are where God divided by zero !
My little blog!
(Not for the faint hearted!)
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

dagcrack wrote:side note... I think we all got the PERFECT GODLIKE virus / worm / trojan in our minds.. we just dont even think about writting them into code
or maybe we are still programming it :twisted:
dagcrack
Addict
Addict
Posts: 1868
Joined: Sun Mar 07, 2004 8:47 am
Location: Argentina
Contact:

Post by dagcrack »

Yeah perhaps, for educative ends it would be ok I guess, just dont spread it (hey Norton will die if you do so! - as they release fix-tools for their own viruses all day ;) - )
! Black holes are where God divided by zero !
My little blog!
(Not for the faint hearted!)
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

:P

no im not (currently :shock: ) writing a virus :)
Z_Exploder
User
User
Posts: 20
Joined: Wed Jul 06, 2005 7:51 am
Location: Armenia
Contact:

Post by Z_Exploder »

I'm not writing virus,or troyan or worm , I'm not "lammer", i hate "cool" word.
I'm only trying to create progs for my needs and fun,i'm only trying to find ways,....
Ok ? Don't say me "i hate lammers,i hate virusmakers,..." - You are not hating ME :D
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Post by Dare2 »

Heya Z_Exploder,

Thats good to hear.

So you won't be needing an answer to your question then, and we can close this thread? :)
@}--`--,-- A rose by any other name ..
Z_Exploder
User
User
Posts: 20
Joined: Wed Jul 06, 2005 7:51 am
Location: Armenia
Contact:

Post by Z_Exploder »

NO DON'T CLOSE THIS TOPIC.
IF YOU WONT TO KNOW ANSWER OF MY QUESTION-----it's not meaning that I WONT.
If you are not going to use this - anyway it MUST BE very interesting to you - programmers.If you don't using this today - it may be usefull in future.
Teach anything you can , don't avoid doing it
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

dagcrack wrote:Yeah perhaps, for educative ends it would be ok I guess, just dont spread it (hey Norton will die if you do so! - as they release fix-tools for their own viruses all day ;) - )
Norton...

Norton ...

Norton ...

Isn't that the big company that makes virus to sell anti-virus products later ???
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

You cannot connect directly from the internet into a computer inside a LAN.

You must do port forwarding to make that happen:

If a client connects to Internet IP + Port -> 122.122.122.122:666
the port forwarding has to be configured so that all incoming traffic into port 666 (The Devil's port :twisted: ) is forward to LAN Ip 192.168.0.7:666.

This way the internet client does not need to know where in the LAN the server is... The router takes care of translating NET<->LAN addresses!

It's easy on most routers...
Post Reply