Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by llingf

  1. llingf

    ssh : port 22 connection refused

    Thanks for the responding, I just came back from vacation and I'm very glade to see the help I got from you guys. I disabled the Iptables and run the /usr/local/sshd -D -d got messages below debug1 sshd version Openssh.3.1p1 debug1 read PEM private key done: type RSA debug1 pivate host...
  2. llingf

    ssh : port 22 connection refused

    hi everyone: I need someone help over the ssh connection issue, I could ssh out to other computer from computer A but unabled to ssh back the computer A, I got a messages says the port 22 connection fail. thanks
  3. llingf

    need help with syslog

    Hi Annihilannic: Thanks for the help, It worked. I'm really appreciat it. Ling
  4. llingf

    need help with syslog

    hi Annihilannic: Thanks for the reply. I ran your line into my cron job and got e-mail back says grep: RE error 25: ``\digit'' out of range. I'm not very good at scripts, can you tell me what cause the error. Thanks for helps. ling
  5. llingf

    passwdpc.so for PAM on solaris 7

    Hi everyone: I have trouble to configure the pam_passwdqc( password complexity) on my solaris 7 machine. Ican't save the password reset. Can someone post one of their pam.conf file for me to review? Thanks ling
  6. llingf

    need help with syslog

    Hi everyone: I need some help with sylog, I'm currently using syslog on my system, and I'm looking for a way to send e-mail alert from authlog and error logs to my e-mail account each day. Does any one know how to do that? I know logdog can do it, but I have problem to configuring it to send...
  7. llingf

    how to write a perl script to lockuser account

    Hi Annihilannic: Thanks for replying. I tried use pam to lock the user account after 5 failed attempt for days and I can't get to work. Since the we use NIS+ for our solaris 7 computers, its nightmare to configure the nis+ with pam. Does anyone has experience using PAM with nis+ ? Thanks...
  8. llingf

    how to write a perl script to lockuser account

    HI everyone: I need some help to write a perl script that checks for log file for 5 fail attempt login, lock user account and send e-mail to alert the system administrator. I never write script before and its very difficult to for me to learn in very short time period. I thank you for any...
  9. llingf

    cde login banner for solaris 10

    Thanks Steve: I need security login banner at login console (CDE). For the solaris 7,8,9, its locate at /usr/dt/config/C/Xresources, but for soalris 10, the path don't exit. I appreciate any information that can resolve the security banner on solaris 10. Ling
  10. llingf

    cde login banner for solaris 10

    hi everyone: I need to install security banner for my solaris 10 workstation ( CDE login banner), but don't known where to put it. Please help me, I appreciate it. Ling
  11. llingf

    unable to start syslog and authlog

    thanks for the reply, I already fixed problem, I need hit tab when I configuring the syslog.conf instead hit space bar. DOES ANYONE KOWN the authlog in redhat linux , what's the name? thanks for the reply
  12. llingf

    unable to start syslog and authlog

    Hi everyone: I need some help to generating syslog and authlog on my solaris 7 boxes. The syslogd is running, and has either /var/log/syslog generating logs or authlog, but not both, or both doesn't work. I copyed the /etc/syslog.conf file from the one that works, and restarted the syslogd...
  13. llingf

    how to creat login banner on suse9.2 and redhat enterprize version 3

    hi everyone: I like to thank all those helped me before on this forum. I can't send reply to thank you guys after I post the question. I have linux suse 9.2 and red hat enterprize version 3, and I need put on login banner ( graphic login) on both computers. Thanks in advance. Ling
  14. llingf

    iptables

    hi: I'm new to linux. I have problem with my redhat linux firewall I'm trying to open ports 40000-45000 open. this is what I did: iptabes -A INPUT -p tcp -m tcp --dport 40000:45000 -j ACCEPT iptables -A INPUT -p udp -m udp --dport 40000:45000 -j ACCEPT Can anyone help this? thanks in...
  15. llingf

    HELP on iptables!!!!!!

    hi everyone: I'm new to linux. I urgently need help on the iptbables issue. the linux server that running redhat enterprise version 3 suddenly blocking the port 2119 from accessing from out side, and there is no change on the iptables configuration, as soon as I take down the iptables...

Part and Inventory Search

Back
Top