How to make Solaris reject remote logging

Home -> UNIX -> Solaris -> System administration

9307 views

From the computer of: lvance (7 recipes)
Created: Feb 27, 2004


0 comments:
View all comments

Add a comment

Add to:
Add to stumbleuponAdd to del.icio.usDigg itAdd to FURL

This will make Solaris reject remote logging from other devices.

Syslogd to reject remote logging

syslogd -t will turn on sysloging but it will not receive remote logging from other devices.

Best way to enable is to go to /etc/init.d/syslog and edit the script. Go to line
/usr/sbin/syslogd >/dev/msglog 2>&1 &

and edit it with the -t option to look like:

/usr/sbin/syslogd -t >/dev/msglog 2>&1 &

The start syslogd again and verify with a ps -ef | grep

Subscribe to the Tech-Recipes Newsletter

You can get tips like this delivered in your email every week!

Enter your Email

We will never, ever sell your email address or spam you.





Related recipes:

  Solaris: Mount filesystem with UFS logging enabled
  Solaris 10: shutdown or stop a zone
  Login to Solaris desktop from Windows using Cygwin
  Prevent Solaris core files creation with coreadm
  Serial communication to a console from Solaris using tip
  Add a user from the command line in Solaris
  Solaris: list installed packages with pkginfo
  Change BootPROM settings from the Solaris command line
  Change Solaris DNS client settings
  Boot Solaris from CD-ROM to solve problems

 

Sponsored links

 

Login

Nickname

Password

Don't have an account yet? You can create one. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name.