How to telnet if you r behind firewall????


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers How to telnet if you r behind firewall????
# 1  
Old 03-03-2002
How to telnet if you r behind firewall????

Hi all

My freind has Windows 98 and behind a firewall ports used are (LAN)

http:80
ftp :80
Socks :1080

I have telnet server and connected to TCP/IP i.e modem and phone line I want to let my freind Enter my linux box (telnet tunnel) i.e using port 80 and redirect it to telnet port:23 ......How ?????
# 2  
Old 03-03-2002
I'm not exactly sure I understabd your setup
but I'm assuming your friend has the Win98 PC
that is behind a firewall. First, firewalls
can be (and are most often) configured to allow
outbound requests to pass through (probably
use IP Masquerading) so an outbound telent
request should not be a problem.

I also assume you have a Linux box with a dial-up
connection to the Internet therefore is using
DCHP to get an IP address from your ISP each time
you dial in (so you probably get a different IP
address each time you connect). First, I would
NEVER allow telnet inbound from the Internet.
You should look into enabling ssh/sshd on your
Linux box. You friend would need an SSH Windows
client. Look at...
http://www.chiark.greenend.org.uk/~sgtatham/putty/
...for a decent free one. However, your ISP may
not route inbound requests to you unless you are
paying for that type of service (typically comes
with a "static" IP address). So, all of this may
be moot.

Anyway, I know it's not exactly what you are
asking for but I hope this helps a little.
# 3  
Old 03-04-2002
Lightbulb This is what I meant ????

I think I have found the solution .....it is HTTP tunneling i.e let my freind who has win98 to send data thru his server and make his PC as local server
http://www.htthost.com ...after tunnling these data it become on TCP/IP network i.e he could use telnet ,ssh,ftp whaetever pppd etc ....whenhe is behind a firewall .......
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

I have firewall rules to open ports, why telnet refuses connection?

Alright... this question comes from the fact that I'm trying to setup postfix to relay messages to Office 365 SMTP but its giving me connection refused... I read that if you have doubts if your port is open or not you should telnet to them so thats what I did. This is a Red Hat 6.3 box. My... (4 Replies)
Discussion started by: RedSpyder
4 Replies

2. UNIX for Dummies Questions & Answers

Difference Between Krb5-telnet And Ekrb5-telnet

Hi, I want to know the difference between these two services. Both are under xinetd. Both are used for enabling and disabling Telnet service. So, can somebody please explain me the difference between the two ? Thanks in advance :) (0 Replies)
Discussion started by: kashifsd17
0 Replies

3. Cybersecurity

Firewall

Hey Guys, I am looking for a good firewall software to implement in medium/large office, with at least 150 users. I was hopping you guys could help me on this one. Regards, (4 Replies)
Discussion started by: andrevicente
4 Replies

4. Linux

Firewall?

Dear All I have put my windows machine behind my centos firewall server with just one NIC. At now, the windows machine can ping 192.9.9.3 but cannot resolve valid url (like www.google.com). I have set DNS for it as well. Can you please let me know what is the missing step? Thank you (6 Replies)
Discussion started by: hadimotamedi
6 Replies

5. UNIX for Dummies Questions & Answers

Automatically login in the telnet from present telnet

Hi, I was writing one script which includes to switch to the another telnet automatically from the present telnet server. I was using rlogin but firstly it takes the same user name of the present telnet and secondly it is prompting for the password. But i want to switch to the another telnet... (2 Replies)
Discussion started by: Prateek
2 Replies

6. AIX

Firewall

:b:Hi,, How do configure firewall in aix.. similar to linux iptable. Rgards, k.sumathi. (3 Replies)
Discussion started by: sumathi.k
3 Replies

7. Cybersecurity

help with firewall

hi everyone I am a newbee to firewall scripting. cannot understand how to write rules per host. in ip6tables. anyone plz:( (2 Replies)
Discussion started by: xecutioner
2 Replies

8. Shell Programming and Scripting

Webpage to Telnet via Perl and Expect: Telnet problem?

Somewhat long story: I have a simple Perl CGI script that uses Expect to Telnet to a device and grab some data, and then spits it back to Perl for display on the Webpage. This works for many devices I've tried, but one device just fails, it keeps rejecting the password on this device, only... (1 Reply)
Discussion started by: jondo
1 Replies

9. Cybersecurity

What Firewall do you use?

Just out of curiosity, I see a lot of people here use Linux IPTables as their firewall. Anyone here use something else like OpenBSD PF or *BSD IPF, IPFW? I'm quite fond of OpenBSD and their Packet Filters. I find their syntax much easier to manage and from my personal experience, I find them... (5 Replies)
Discussion started by: tarballed
5 Replies
Login or Register to Ask a Question