I want to send web traffic log to a remote server listening on UDP 514 from a CPE and then save it with a properly software.
CPE config:
ip firewall filter rules
the question is not what is better, but what is working with your actual configuration
remember:
for Italian law, as ISP, you must log:
all tcp and udp new connection with source and destionation ip and port and the exact time on GMT 00:00 and the username used.
and all of the other type of new connection (like ICMP, GRE, etc.)
and you MUST NOT LOG site and page visited for privacy LAW…
ok, sorry for my incompetence.
so what method do you think it’s better for logging customer traffic respecting italian privacy law?
I thought to log to a remote server (e.g syslog watcher) listening on udp 514 and saving all firewall topics.
so data captured are like this:
I use (and I still to use) Syslog Watcer Pro v2!!!
Put those rules at the end of firewall filter drop on forward rules (if you have any):
lista_ip_clienti = automatic list made by pppoe-server profile on “address list” field
this log only the client traffic, and not all the network traffic.
The first rule log TCP, UDP, ICMP, IGMP etc. new connection,
the second the RELATED connection for the first,
the other rule log the other protocols.
No, if you assign static public IP to client, you not need to log anything, each IP is exactly that customer
You must only track each time you change the “owner” of IP address
What method you use for login the CPE to Gateway?
any “ppp” method can be logged with that described on previous post, simply change pppoe in the log, with what you want.
why on the access point?
I configured a customer cpe to remote log on udp 514 to a pc into my lan and it seems to work as picture I posted in previous post.