Forum Discussion
krishans_52349
Jan 25, 2011Nimbostratus
Hi Chris ,
Can i use the syslog server ip address in the irule itself , without configuring the syslog sever separately.
I found this syntax in Devcentral only , Suppose our syslog server ip is 192.168.202.174
when CLIENT_ACCEPTED {
log 192.168.203.174 local0.info "Client Connected, IP: [IP::client_addr]"
}
when SERVER_CONNECTED {
log 192.168.203.174 local0.info "Client: [IP::client_addr], Pool member [IP::server_addr]:[TCP::server_port]"
}
Will this work to log client ip address along with node ip address in the syslog server , without configuring the syslog server through syslog-ng.conf or bigpipe syslog remote server x.x.x.x .