Hi Tony,

The firewall configuration syntax only allows 1 source address within each 
rule, so for your example you can specify 3 rules, one for each IP address you 
want to block.

An-Cheng

Tony Cratz wrote:
> Hello:
> 
>       I'm new to Vyatta any before I start to do an install and
>       screw myself I would like a question answered.
> 
>       In setting up a firewall rule I would like to reject all
>       connections from the IP addresses of (as an example)
>       216.239.32.10, 66.218.71.63, 192.18.99.5
>       Is the following possible or do I need to break the source
>       out them into different source sections?
> 
>       rule 1 {
>               action "reject"
>               source {
>                       address: 216.239.32.10
>                       address: 66.218.71.63
>                       address: 192.18.99.5
>               }
>       }
> 
> 
>                                                       Tony
> _______________________________________________
> Vyatta-users mailing list
> Vyatta-users@mailman.vyatta.com
> http://mailman.vyatta.com/mailman/listinfo/vyatta-users
_______________________________________________
Vyatta-users mailing list
Vyatta-users@mailman.vyatta.com
http://mailman.vyatta.com/mailman/listinfo/vyatta-users

Reply via email to