Forum Discussion

faycal_29095's avatar
faycal_29095
Icon for Nimbostratus rankNimbostratus
Jan 10, 2008

Configuring Remote Syslog

Hello;

 

we have a BIG IP v9.2.5 and we want to configure remote syslog for all Log.

 

 

we edit the file Syslog-ng and we add these lines:

 

 

destination d_remote {

 

udp("192.168.160.243");

 

};

 

 

log {

 

source(local);

 

destination(d_remote);

 

};

 

 

Is this configuration correct ? and must we need to configure other parameters ?

 

 

our problem now, is that we didn't receive any log in our Syslog-server with the IP: 192.168.160.243 !

 

the managment interface is in another network: 192.168.180.0/24

 

 

Must we need to add any route ro reach the Syslog server or it goes automatically through the managment interface ?