-
Telnet Server
I was playing around with the idea of putting a telnet server on a junk computer on my network. I would use to port forwarding of my router to forward port 23 to it. I've heard of netcat and would probably use it with it inside my network until I had it down pretty well. I would only give an account to me, and 1 or 2 friends. Does anyone have advice on if this would work or not, and if it's practical?
-
It would work, it's "practical" but it is kind of a big hole. Port 23 is a no-no.... At least put it on a really odd port like 2391 so you can be happy with your "security by obscurity".
I would look for VPN options available for free for your OS. Much more secure and nothing crosses the network in clear.
-
Do you know of any options available for Win XP that could be more secure, any SSH servers I could use on it, or options I would want to enable on my router?
-
I'll start by saying that if this is XP home on the server side I may be talking rubbish.... I don't use it, but remote desktop protocol is enabled in XP Home IIRC. If it all works the same you can place an encrypted connection between two PC's. Only one PC at a time though and if the current user is online you have to quit or kick him off. This will allow you to use windows authentication and run as a desktop which is more secure than the telnet you are suggesting.
If that doesn't work try looking at this thread
That might work for you.
-
don't do it not only will having 23 open to the outside be obvious to an attacker netcat has no authentication
-
The problem with a vpn is that I want to be able to connect from any computer; whether it be at school or a friend's house or whatever. With a vpn, I would be connecting with one computer specifically. Please correct me if I am wrong, because I so often am. ;)
-
That depends upon what your school lets out of it's network....
Waht do you need to use this connection for.... that would help us get to the best solution....
-
I could run programs off my computer without have to install them on the computer I was on, and I think it would be a fun thing just to mess around with.
-
Might those be programs that the school administrator won't let you run from the school computers?
-
Nope, if I wanted to I could install any programs I wanted, seeing our school network has no security whatsoever. Literally. There's even a username that everyone has access to and has admin clearance. I just don't want to have to install a program every time I want to use it.
-
-
Lol, now all I need is to find a free Win XP SSH server. No luck yet. :(
-
One word, open SSH
http://sshwindows.sourceforge.net/
http://pigtail.net/LRP/printsrv/cygwin-sshd.html
I wouldn't serve off of your main Windows box if I were you. But hey, go for it.
-
I have a piece of crap 133mhz computer in my basement that I'm gonna use. >:-P
-
As noted before forget about telnet and go for ssh.
You can use PuTTY as a ssh client. It's small enough to fit on a floppy or USB memorystick and there's no installation required.