Telnet for AIX 5.3


 
Thread Tools Search this Thread
Operating Systems AIX Telnet for AIX 5.3
# 1  
Old 08-12-2011
Question Telnet for AIX 5.3

Hi all,

I have 2 servers (Oracle & Weblogic) in 1 AIX box (Different partition). I recently had done a security hardening to this AIX box. And it disable the FTP and TELNET functions of both servers. I manage to recover the settings for the Oracle server but i have totally no access to the Weblogic server now. Is there anyway for me to configure the Weblogic server's inetd.conf file from the Oracle server side? I did manage to see the Weblogic server from the Oracle server CDE Network settings but I can't seems to add the TELNET/FTP subsystem to the inetd module. Wish there are people who can help me on this and thanks in advance.

Regards,

Shin
# 2  
Old 08-12-2011
You can try rlogin if it's not disabled.

Also as you have said you can you can exploit CDE remote login from either a PC using application such Xmanager or from the other server

You can install OpenSSH server.
1) Obtain the files. It’s downloadable here:OpenSSH on AIX | Download OpenSSH on AIX software for free at SourceForge.net. Or you can find it on the expansion CD. Or the Linux toolkit for AIX CD.

2) Install. If you’re using a CD,
1) Insert CD, “AIX Expansion Pack”

2) Run SMIT

Code:
AIX# smit

4) Navigate to Install Software

Software Installation and Maintenance > Install and Update Software > Install Software

5) Specify your device as your CD (i.e. /dev/cd0)

6) Scroll to SOFTWARE to install. Press F4 or esc+4.

7) Find openssh.base and openssh.man.en_US. Select these using F7 or esc+7

8) Hit enter a few times and it should be installed on your system .

9) Test the command as root:

3) Start your SSH.

Code:
AIX# startsrc -g ssh

4) Edit your /etc/hosts.allow file. Otherwise you’ll see an error that says this:

ssh_exchange_identification: Connection closed by remote host

5) Test it out.

Code:
somesrvr# ssh AIX

How to enable Telnet

1) Uncomment out telnet from
Code:
 /etc/inetd.conf

.

2) Reload the configuration file

Code:
AIX# refresh -s inetd

3) Test. You should get a nice error message like this:

Code:
somsrvr# telnet AIX

there are other things you can do is to stand before your console and access your system via console
# 3  
Old 08-14-2011
Hi h@foorsa.biz,

thanks for your advice. May I know what are the possible ways for me to access the Weblogic svr files so I can edit to enable the FTP and telnet. As for now, I can access my Oracle svr phyiscally and remotely. But for my Weblogic svr, I can't change the my display to Weblogic svr as the display is only for the Oracle svr. So I can say before all this issue happened, I accessed the Weblogic svr thru remote from my Windows Server using Putty. And also, SSH on the servers are not installed/configured. So I need to know are there any other possible ways to access that Weblogic svr. Currently what I know the Security Hardening script disable ftp, telnet, rlogin, shell, uucp. Thanks in advance.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Telnet command on AIX

Hello, I need to verify whether I am able to make connection to a remote server from my AIX (os level : 7.1.0.0) host. The host has 2 Alias IP's how can I force an source Alias IP on the telnet command. I tried the below options but none of them worked. Is there any other command that... (6 Replies)
Discussion started by: rosebud123
6 Replies

2. AIX

Can we secure telnet on AIX

Hi, I understand that, we can use SSH/SSL for encrypted/secure sessions. my question is " can we secure telnet on AIX " ? usually, we disable network services like ftp, telnet etc. and replace it with SFTP, SSH. is there a way to secure telnet without disabling it ? i found some... (3 Replies)
Discussion started by: system.engineer
3 Replies

3. AIX

I am a NEW Dummy here(AIX telnet)

I work for a health care company part of my job is to run checks we use a telnet session that we use AIX 6 commands. I have almost no programming experience but i want to learn it, we have a programmer here but he has no time my question is,, Is there anything that allows you to program a GUI... (7 Replies)
Discussion started by: jtechie3
7 Replies

4. AIX

xp to aix - telnet blank screen

hello, i am trying to test connection to a 5.3 box. from an xp machine, telnet connects but shows only a blank screen. cursor moves as i type, but no response back. have used telnet, putty and accuterm - all same result verified that telnet services are active in xp xp windoze firewall is... (10 Replies)
Discussion started by: allenhibbert
10 Replies

5. AIX

AIX 4 and telnet

I have a very old IBM server running AIX 4 and it runs our old inventory management software. The system was working fine until we had a recent power outage. When the machine came back on, everything seems to work fine, except telnet. The machine pings fine, but telnet says connection is... (10 Replies)
Discussion started by: shudson105
10 Replies

6. UNIX for Dummies Questions & Answers

Telnet Session to AIX

Hello, I have AIX 5.3 at home connected to netgear router. Port Forwarding has been enabled on the router. Problem is that if I want to telnet, I have to try 2 or 3 times before I can get a logon prompt. It times out for first or second time (Connection to session <IP_Address> failed: Connection... (1 Reply)
Discussion started by: bluebee
1 Replies

7. UNIX for Dummies Questions & Answers

how to stop telnet access to AIX box

how do I remove telnet access to my AIX (5.3) machine? I just want people (admins) to connect to the box using ssh? Thanks. (2 Replies)
Discussion started by: johnbrickell
2 Replies

8. AIX

How to turn off telnet on AIX

Greetings. . .Can anyone out there explain how I would turn off the telnet service and close the telnet port on a AIX system? Thank you, outta. (2 Replies)
Discussion started by: outtacontrol
2 Replies

9. AIX

aix telnet disconnects

We're having problems getting disconnected from AIX with our telnet sessions. I can't ping the server when this happens, either. Other serves can be pinged at the same time. This happens both at unix and within the database. Database locks remain when editing files. unix logins remain after... (0 Replies)
Discussion started by: e1lyons
0 Replies

10. AIX

telnet problem in aix

Can somebody help me. Whenever I telnet to my server i received a message /dev/pts/0: 3004-004 You must "exec" login from the lowest login shell. Connection closed. pls help me (2 Replies)
Discussion started by: vjm
2 Replies
Login or Register to Ask a Question