problem with not able to log in


 
Thread Tools Search this Thread
Operating Systems Solaris problem with not able to log in
# 1  
Old 08-05-2008
problem with not able to log in

Dear all

I am facing a problem that I cannot able to login through 192.168.11.6. I even unplumb it and then plumb it again also, but still facing a problem. Could anyone tell me that what is the meaning of "inet 192.168.11.6 --> 192.168.11.6". I even restart the server two time also ,but still facing a problem. Could anyone tell me what is the meaning of POINTOPOINT.Usually BROADCAST is written instead of POINTOPOINT


ash-2.05# ifconfig -a
lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
ce0: flags=1000851<UP,POINTOPOINT,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 192.168.11.6 --> 192.168.11.6 netmask ffffff80
ether 0:3:ba:33:1b:ed
# 2  
Old 08-05-2008
Error

What is in your /etc/hostname.ce0 file?
# 3  
Old 08-05-2008
In hostname.ce0 is

192.168.11.6 servername
# 4  
Old 08-05-2008
Not a problem there. Which version of Solaris?
# 5  
Old 08-05-2008
I suggest you unplumb first then re-plumb and force a broadcast

#ifconfig ce0 inet 192.168.11.6 netmask .... broadcast + ..... up
# 6  
Old 08-05-2008
either have your hostname OR the ip address in the hostname.ce0 file.
do a netstat -rn and see if the default route is seen. try to ping the gateway (/etc/defaultrouter).
#ifconfig ceo down
#ifconfig ce0 unplumb
#ifconfig ce0 plumb
#ifconfig ce0 inet 192.168.11.6 netmask 255255.255.0 broadcast + up
# 7  
Old 08-05-2008
Quote:
Originally Posted by malcqv
I suggest you unplumb first then re-plumb and force a broadcast

#ifconfig ce0 inet 192.168.11.6 netmask .... broadcast + ..... up
I agree. From memory this is the only way to clear the POINTTOPOINT status of an interface once it has been set.

What is this network interface connected to? Is it a crossover cable connected to another machine, to a switch/hub and other machines or a router?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Problem - Log File

Hi, I am in trouble ... again :wall: I formating a log file as .txt from Unix (solaris 9) and then I compress it with gzip and I use uuencode and send it in an email. gzip -c ${fic_report} | uuencode Report_File.gz > ${attachment_file} my problem is when I received the mail with the... (6 Replies)
Discussion started by: Aswex
6 Replies

2. Shell Programming and Scripting

Problem with Log File

Hi, I have written a bash shell script. In order to create a log file when I run the script, as well as print the output to the terminal, I call it in the following manner: my_shell_script 2>&1 | tee my_log_fileThis seems to work well. However, I have put some statements in the script to... (2 Replies)
Discussion started by: msb65
2 Replies

3. Shell Programming and Scripting

log file problem

Hi, I have a problem with my logfile. I am redirecting my output to log file and when iam viewing as text doc it is looking with some nonsense characters...please do help me on this .thank you. here is my logfile which it is showing different behaviour: spawn spawn minicom Welcome... (6 Replies)
Discussion started by: vanid
6 Replies

4. Shell Programming and Scripting

Problem with crontab entry log

Hi, Please help me with below scenerio... i have a shell script.. which should be scheduled in cron and should get the log when executed. example, script.ksh : echo "narayana" >$HOME/script.log * * * * * bash -x $HOME/script.ksh >$HOME/script_cron.log My question is: I am... (2 Replies)
Discussion started by: lnviyyapu
2 Replies

5. Solaris

Problem in appending the correct log

Hi All, I have a perl module TrxLog.pm and following are codes in it #!/usr/local/bin/perl package TrxLog; %log_begin=""; %log_end=""; %log_msg=""; %log_start_time=""; %log_end_time=""; $ix=0; @arr_msg=""; if (! -e "TrxLog.txt"){ open (TRX,">TrxLog.txt"); }else{ ... (1 Reply)
Discussion started by: megh
1 Replies

6. Ubuntu

Help me: Problem to log into systems

Hello everyone, I have problems to log into systems recently. Here is the description of the problem: I installed windows and ubuntu linux in my laptop, sometimes after I pushed the power button, the screen of the mainboard showed up, and then the whole screen came to grey without any letter... (0 Replies)
Discussion started by: tpltp
0 Replies

7. UNIX for Dummies Questions & Answers

Log and Mail problem

Hey Guys, I am trying to do a recursive search in one directory. If the directory contains that specific folder then create a directory in my other remote machine and use SCP to transfer all the contents of the file. Till this stage everything works fine. So now i need to add 2 more... (5 Replies)
Discussion started by: chris1234
5 Replies

8. Shell Programming and Scripting

Log file problem

I want to transfer files from ABC server to XYZ server in which i am successful. I would like to create a log file also by the name of current date. For some reason my script gives me an error on my scp -p command and it says LOCAL_LOG_FILE: not found and REMOTE_LOG_FILE not found. Any clues whats... (9 Replies)
Discussion started by: chris1234
9 Replies

9. UNIX for Dummies Questions & Answers

Log in Problem

Hello: I'm having the following problem when I try to log in to our Tru64 system, from any machine using root or any other user. After entering the passowrd I get the following message: and not being directed to the shell console. I think it has something to do with the audit process... (2 Replies)
Discussion started by: aladdin
2 Replies

10. UNIX for Dummies Questions & Answers

SCO - User log problem

Hi everyone! It's been a while since I posted here! Here's my question - Every week I check various logs (disk usage, etc), but the problem I'm finding with the user logs, is that they only go back a day, when I use the 'last' command. Is there any way of recording 7 day's worth of user access... (3 Replies)
Discussion started by: Ypnos
3 Replies
Login or Register to Ask a Question