Setting up a syslog server to store Fortigate log files
    Lowell Gilbert 
    freebsd-questions-local at be-well.ilk.org
       
    Sun Jan 30 07:24:26 PST 2005
    
    
  
Danny <nocmonkey at gmail.com> writes:
> I have a Fortigate firewall which allows me to direct the logs to a
> remote host (syslog server). I am running FreeBSD 4.9R -- do I simply
> point my firewall to the IP of my server and the logs will
> automagically appear in /var/log?
Not quite; by default, FreeBSD runs syslogd in "secure" mode, which
doesn't accept messages from remote machines.  rc.conf(5) allows you
to specify your own flags for syslogd(8).
    
    
More information about the freebsd-questions
mailing list