You can enable firewall logging for each firewall rule:

        rule 1 {
            protocol: "tcp"
            action: "accept"
            log: "enable"
            source {
                network: 0.0.0.0/0
            }
            destination {
                port-name: "ssh"
            }
        }

That will get the information you're looking for, if you have a
firewall rule to match it!

Justin

On Feb 1, 2008 6:31 AM, Go Wow <[EMAIL PROTECTED]> wrote:
> Hi
>
>   I was able to build some working firewall rules, and I'm happy man
> now I got NAT working, Firewall up now I'm moving onto vLAN. My
> question regarding the firewall logs is that I want to see all the ips
> that tried to scan my WAN ip for ports or even tired to access it,  I
> can't see it in show >> logs or show >> firewall >> logs. So can
> someone tell me where can i get those kind of logs.
> _______________________________________________
> Vyatta-users mailing list
> [email protected]
> http://mailman.vyatta.com/mailman/listinfo/vyatta-users
>
_______________________________________________
Vyatta-users mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/vyatta-users

Reply via email to