Failure to telnet in new install Sun5.10


 
Thread Tools Search this Thread
Operating Systems Solaris Failure to telnet in new install Sun5.10
# 8  
Old 03-17-2010
Quote:
Originally Posted by chuikingman
Hi,
it appear something like "connect close by foreigen host ...."
something like that ....
Please post the precise error message.
Quote:
Is it related to pam.conf file ????the auth ???
Why are you asking ?
Did you change anything in the pam.conf file ?
Do you reach the authentication dialog before it fails ?
# 9  
Old 03-17-2010
As I suspect it is the similar problem for new install SUN OS ...
I met before ...So new account is need to have extra auth and not only password.So , you need to delete somerthing in the file to remove the
extra auth ....otherwise, ftp will not work ......

That is why I suspect there is problem in pam.conf
# 10  
Old 03-17-2010
Please post the precise error message.
It is unclear from your previous posting if you change anything in the pam.conf file, please clarify ?
Do you reach the authentication dialog before it fails ?
Are you logging as root or a regular user ?
# 11  
Old 03-17-2010
hey
U have to modify two files 1./etc/default/login if console=/dev/console is set then only root can login to the other device so comment that line if it is not commented...2./etc/ftpd/ftpusers file,comment the root if it is not commented..try out n let us kno...
# 12  
Old 03-17-2010
hi,
Telnet localhost is ok now
telnet hostname is ok
But when I telnet from other PC to the SunOs 5.10
It is failure and get "access deny" after input password ...
Please advice how to fix telnet problem .....

---------- Post updated at 05:08 PM ---------- Previous update was at 05:01 PM ----------

Quote:
Originally Posted by madanmeer
hey
U have to modify two files 1./etc/default/login if console=/dev/console is set then only root can login to the other device so comment that line if it is not commented...2./etc/ftpd/ftpusers file,comment the root if it is not commented..try out n let us kno...
Hi,
It is still not work .
I cannot telnet from other PC to this Sun 5.10 unix ......

Please advice
# 13  
Old 03-17-2010
What says:
Code:
grep console /etc/default/login

?
# 14  
Old 03-17-2010
Hi
First of all are you able to ping the sunos from that PC???if yes,then please post the output 1.grep console /etc/default/login
2.grep root /etc/ftpd/ftpusers files

Last edited by reborg; 03-17-2010 at 09:20 AM.. Reason: Please use proper unshortened english u=you r=are etc.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Java Install Failure

Hello Everyone, I am trying to install a new version of Java on Solaris 10 but I am unable to install. The server is a SPARC 64bit machine. I downloaded Java SE Runtime Environment 8u101 (jre-8u101-solaris-sparcv9.tar.gz), then changed the directory to /usr/java. Copied the tar.gz... (5 Replies)
Discussion started by: dhiralall
5 Replies

2. Solaris

Oracle DB install failure

Hi all, I'm quite new to Solaris and I've been searching around everywhere to try and find the root of my Oracle DB install problem. It quits immediately when it runs isainfo when it gets a return of 3md64. To me this looks like there is a typo where ever isainfo pulls it's info from, but I... (13 Replies)
Discussion started by: asilv
13 Replies

3. Shell Programming and Scripting

Success/failure status of telnet connection

Hi, I am running a shell script which will spawn the telnet and login. But sometimes, the telnet session itself is not getting spawned. My requirement is, if the telnet session is not spawned, the user must be notified that it failed. Is there any command to capture the status of telnet... (2 Replies)
Discussion started by: merin
2 Replies

4. UNIX for Dummies Questions & Answers

Failure to install Linux

I need help. My recently downloaded LINUX version won't install. Is this because of as previous OS being installed in my PC. I removed it prior to my LINUX installation and this is where problems started. (2 Replies)
Discussion started by: henzbelmont
2 Replies

5. Shell Programming and Scripting

Automating telnet checking for success/failure

Hi I wanna automate the telnet process for port connection.. # telnet 0 port_number Trying 0.0.0.0... Connected to 0. Escape character is '^]'. If its connected how to make it disconnect automatically.. And how to check for success or failure.. (0 Replies)
Discussion started by: ningy
0 Replies

6. Red Hat

Install telnet in Fedora 8 ?

Hi,I need to make a test on Fedora 8, with a Telnet... and seems NOT to beenabled.The package is installed, but if I have a look into /etc/xinedtd thereis no TELNET file ?Is there any changes into FEDORA 8 ?Plz help .. ...Thanks. (2 Replies)
Discussion started by: shipon_97
2 Replies

7. AIX

bos.rte.5.2.0.10 - Failure to Install (/usr/lib/methods/cfgsf bad permissions)

I have a RS/6000 B80 which just had a disk failure; I've added a new drive and am in the process of rebuilding. I have reinstalled AIX 5.2 and am now looking to begin updating. (fyi this will be the second time I have attempted to rebuild this machine, the first time i installed ML 5200-10 and... (1 Reply)
Discussion started by: wesiman
1 Replies

8. Solaris

/var in sun5.9

I recreated the /var mountpoint (which accidentally got deleted ) in one of my Sun v490 servers(5.9) with the backup of another V490 Server. Would a reboot of the server pose any issues? My little knowledge doesn't foresee any (provided the packages in /var/sadm are not linked to any Lib... (1 Reply)
Discussion started by: Renjesh
1 Replies

9. AIX

telnet failure

My hardware is a JS21 IBM server with AIX 5.3L. I can console into the blade but at times I am able to telnet to a LDAP server on port 389, but then there are times I can not telnet to the port. I can't ping the server when I experience this issues. My application I support goes down in flames and... (3 Replies)
Discussion started by: billet75
3 Replies

10. UNIX for Dummies Questions & Answers

fbdesk install failure

hello all. I just started to use fluxbox (www.fluxbox.org) as my gui, i like the fact that it is much faster than kde. The only problem is that it doesn't support icons on the desktop nativly. If you want that ability you have to instal the fbdesk package. When i go to instal this package i get an... (0 Replies)
Discussion started by: Shifty
0 Replies
Login or Register to Ask a Question