Telnet Blocked - PGP Encryption?


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Telnet Blocked - PGP Encryption?
# 1  
Old 10-15-2003
Telnet Blocked - PGP Encryption?

I have 2 systems that cannot telnet directly into our UNIX system via IP. The only thing that separate these 2 systems from all the others in our office is that they run a PGP encryption within Outlook. I can telnet to a different server and then telnet from there to the one I want to get to, but I can't go direct. Any ideas?
# 2  
Old 10-15-2003
The reason you can not telnet directly is properly due to tcpwrapper install on the 2 machines.

This is properly stopping telnet session from certain hosts.

To confirm this check your /etc/hosts.allow and
your /etc/hosts.deny file

if your /etc/hosts.allow have entry like

in.telnetd: x.x.x.x

then x.x.x.x is the ip address of hosts it allow
telnet connect from.



if your still having problem telneting, post back
# 3  
Old 10-15-2003
that didn't do it. I should note that the systems that cannot connect are Windows 2000 systems running a telnet session. /etc/hosts.allow file was not in my Solaris 8 file system, so I created it. I used in.telnetd: xxx.xxx.xxx.0 to allow all IP on that subnet. It didn't work, so I added another entry with that specific system IP address.
# 4  
Old 10-15-2003
check your /etc/inetd.conf or your /etc/inet/inetd.conf file

check for the telnet session

if your telnet entry is pointing to /usr/local/bin/tcpd like this

#telnet stream tcp6 nowait root /usr/local/bin/tcpd /usr/sbin/in.telnetd

then your solaris 8 machine is definately using tcpwrapper.

if this is not the case you will have entry like

#telnet stream tcp6 nowait root /usr/sbin/in.telnetd in.telnetd

in this case it is not using tcpwrapper

if tcpwrapper is not being used to restrict telnet login then may be you have some firewall restricting or blocking port 23(telnet) from certain hosts.

check with your network administrator or security administrator to
make sure they is no firewall restricting telnet access

are all your machine including your window 2000 on the same subnet? or on a different subnet?
host
# 5  
Old 10-16-2003
What about software firewalls on the windows boxes?
You may have outgoing port 23 TCP/IP blocked... have you connected to any other machines? try telnet://sdf.lonestar.org and see if you get a connection.
# 6  
Old 10-16-2003
I am able to telnet to that system ...
# 7  
Old 10-16-2003
Reply to hassan2 comments ...

We are using tcpwrapper.

I don't find any firewall restrictions

UNIX host is on a different subnet than the Win2k systems and are bridged through a Cisco router. I did setup a secondary IP address of the UNIX host on the same subnet as my Win2k systems, but could not telnet directly to that IP address either.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Homework & Coursework Questions

PGP encryption issue with Crontab

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: PGP encryption works manually but not with crontab 2. Relevant commands, code, scripts, algorithms: Below... (4 Replies)
Discussion started by: sharath.molagav
4 Replies

2. Cybersecurity

File encryption tools with MAC address as an encryption key

Hi all, I'm looking for secure file encryption tools that use MAC address as encryption key. FYI, I'm using Red Hat Enterprise Linux OS. For example: when A wants to send file to B A will encrypt the file with B's computer MAC/IP address as an encryption key This file can only be decrypted... (2 Replies)
Discussion started by: sergionicosta
2 Replies

3. UNIX for Advanced & Expert Users

Setting up PGP encryption in HPUX

Hi, Could anyone please help me in understanding how PGP can be installed and configured in HP-UX machines.Is there any separate licence required ? and what are the minimum system requirements to have PGP installed on a server (1 Reply)
Discussion started by: tinivt
1 Replies

4. Linux

Pgp encryption script

I have file in linux which I need to do the PGP encryption. Through manually I am using this command to do the same gpg -c scsrun.log Enter passphrase : Repeat Passphrase : But how I can achive this using linux script. Thanks How to use code tags (3 Replies)
Discussion started by: mr_harish80
3 Replies

5. Solaris

PGP encryption

Hi, i am trying to encrypt a file using pgp with a recepient's public key. The file is encrypted but the output file has owner & group nobody. i am not able to change it either. Please let me know how to do pgp encryption so that i get the output with owner and group as the same user which runs... (4 Replies)
Discussion started by: renjyverghese
4 Replies

6. UNIX for Dummies Questions & Answers

File size after pgp encryption

Hello, Does anyone know if it's normal to have a very different file size after a file has been encrypted using pgp? Before encryption: 582.7618598938 MB After encryption: 98.73 MB Thanks in advance for any help, (2 Replies)
Discussion started by: tekster757
2 Replies

7. Cybersecurity

How to use PGP File Encryption

Hi All, I am new to the concept of encryption and shell and i have been assigned to do pgp encryption of a file before ftping it. I am developing the script using MKS Toolkit on Windows XP and the script will run later on actual unix box. I am going through documents provided by pgp... (2 Replies)
Discussion started by: sandeepb
2 Replies

8. UNIX for Advanced & Expert Users

pgp encryption

Hi I have one script for doing the gpg encryption on linux. The encrytion is doing fine when i am running the script from command prompt on linux The same script when it is triggering from mainframe using sysopts option in NDM(connect direct) the encryption step in the shell script is... (0 Replies)
Discussion started by: Arvind Maurya
0 Replies

9. Solaris

PGP encryption/decryption solaris 9

Hi Someone is going to send me a file that they have encrypted by PGP encryption on windows pc to my solaris 9 server. They will give me the pgp key to decrypt the file. How can I do this on solaris 9 Is there a tool installed by default to decrypt or do I need to install something to... (0 Replies)
Discussion started by: frustrated1
0 Replies
Login or Register to Ask a Question