i want to LOG my droppped packets in firewall.
The tutorial told me write some lines in /etc/syslog.conf
I have searched but could not foound anything named syslog.conf
There was the file called rsyslog.conf
Are both same
i want to LOG my droppped packets in firewall.
The tutorial told me write some lines in /etc/syslog.conf
I have searched but could not foound anything named syslog.conf
There was the file called rsyslog.conf
Are both same
It is not the same program, but it is the same objective : log all the reporting problems. By default, there is a /etc/rsyslog.d dir where you can put all your modifications. Ths syntax is not the same that syslog.conf.
Recent Ubuntu releases switched from the old syslogd to rsyslog, which is kind of backwards compatible with the old syslog daemon but with more features. So modifying the /etc/rsyslog.conf MIGHT work.
What do you have in mind?
If you use the old syntax, be careful of the flags that you 'll use on the executable.
check at the manual on -c flag. You may have problems if you don't use it.