Eleminating output to console


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Eleminating output to console
# 1  
Old 02-22-2007
Eleminating output to console

I am running Shorewall firewall config program to utilize iptables on a Debian 3.3.5 system. This system is setup for a getway/router. I am getting a message:

Shorewall:bogonsSmilierop:IN=eth0 OUT= MAC+ mac address of eth0 SRC:someinternetIP DST=MYIPADD LEN=61 TOS+0x00 PREC=0x00 TTL=114 ID=6673 PROTO=ICMP TYPE=8 CODE=0 ID=512 SEQ=59628

on any tty connection that is onscreen.

Apparantly this is the log from an internet ip that has been hijacked/stolen. I prefer to keep the server as tight as possible, however this is gettting annoying. A friend informed me of commenting out the console portion of /etc/syslog.conf, but this didn't work (I commmented out the whole file).

Anyone have any ideas on how to eliminate log entry from appearing on my console all the time??

Thanks in advance,

Peter

PS the smiley is a colon followed by a D
# 2  
Old 02-22-2007
Did you remember to either restart or send a HUP to syslogd?
# 3  
Old 02-22-2007
I have tried both, to no avail. Is there another ***log.conf file I should be looking at?

Peter

PS Am i in the wrong forum for this?

Last edited by pflink; 02-22-2007 at 08:54 PM..
# 4  
Old 02-27-2007
For the benefit of others, I'll admit my blunder.

After finally having enough of this I spent a good 1/2 a day reading up on this.
I'm guessing I either missed it in my tiredness or had a brain-fart.

Apparantly the setup uses klogd where I had to edit an entry

KLOGD =" "

to

KLOGD = "-c 5"

Note to anyone this is for Debian. Other entries are at
www.shorewall.net >Documentation > FAQs > FAQ 6.

Thanks for the time
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Output to console and to log

I have a menu based script where user will select different action via displayed menu. I want to log all the action or say whatever displayed on screen to a log file and want to achieve with in the same script. i tried named pipe as below.. logfile=mylogfile mkfifo ${logfile}.pipe... (3 Replies)
Discussion started by: vidyadhar85
3 Replies

2. Shell Programming and Scripting

Grep on console output

Hellos! I want to have a unix script that will run grep on the console output. Here is what my script does: 1. Telnet into a remote server (I have done this part successfully) 2. On successful login, the remote server displays outputs information on the console. I need to run grep on that... (6 Replies)
Discussion started by: puneet1984
6 Replies

3. Solaris

No Console Output

Hey everyone I have a sparc enterprise T2000 I'm trying to install solaris 10 on. The only way I can connect to it is the SER MGT console, but I'm not getting anything to display (in Hyper terminal, or PUTTY) when I boot it. Upon googleing, all I get back is "No output may have been generated.... (4 Replies)
Discussion started by: goodvikings
4 Replies

4. AIX

All output at console and in a file at same time ?

I have several backup scripts I am improving which involves mksysb, savevg and tar. Is there a way to have the output of any command sent to the standard output as usual (terminal) and at the same time, send a copy of it all into a file ? Normal outputs and error outputs. Even if I am... (1 Reply)
Discussion started by: Browser_ice
1 Replies

5. UNIX for Dummies Questions & Answers

Command display output on console and simultaneously save the command and its output

Hi folks, Please advise which command/command line shall I run; 1) to display the command and its output on console 2) simultaneous to save the command and its output on a file I tried tee command as follows; $ ps aux | grep mysql | tee /path/to/output.txt It displayed the... (7 Replies)
Discussion started by: satimis
7 Replies

6. UNIX for Advanced & Expert Users

Changing the appearance of an Output in console

I want to change the appearance of a message I got in UNIX console. Eg: In console: "no server running" I need it as "****no server running*****". Thanks in advance. (3 Replies)
Discussion started by: thomaa80
3 Replies

7. Shell Programming and Scripting

output console problem

kill -s KILL 0 ----------------------- ----------------------- i have used this command in a script...it is showing "killed" in output console. i don't want that.plz help what to do.i have tried --kill -s KILL 0 >/dev/null it is still showing "killed" in the output console...what to do? (1 Reply)
Discussion started by: arghya_owen
1 Replies

8. Shell Programming and Scripting

Eleminating Duplicate IPs from a text file

Hey Guys I need to eleminate duplicate IP's from a text file using bash.Any suggestions.Appreciate your help guys. --CoolKid (4 Replies)
Discussion started by: coolkid
4 Replies

9. Programming

Reading console output

I am writing a program that uses system() to pass commands to the command interpreter. Is there a way to read the output that the commands produce? (1 Reply)
Discussion started by: Blaster999
1 Replies

10. UNIX for Dummies Questions & Answers

console output messages

could someone please tell me how to stop error messages being displayed to the console port. Currently, error messages are streaming to the console and I ant do anything. many thanks..... (2 Replies)
Discussion started by: boristhespider
2 Replies
Login or Register to Ask a Question