Hi,
Enabling NetFlow accounting under Vyos Beta fails:
vyos@vyos# commit
[ system flow-accounting interface eth0 ]
iptables: No chain/target/match by that name.
Error: [iptables -t raw -I VYATTA_CT_PREROUTING_HOOK 1 -i eth0 -j ULOG --ulog-nlgroup 2 --ulog-cprange 64 --ulog-qthreshold 10] failed - 256
system flow-accounting failed
Commit failed
[edit]
vyos@vyos#
system {
config-management { commit-revisions 20 } domain-name xxxx.xxx
+ flow-accounting {
+ interface eth0
+ netflow {
+ engine-id 50
+ sampling-rate 1
+ server x.x.x.x {
+ port 2055
+ }
+ server x.x.x.x {
+ port 2055
+ }
+ timeout {
+ expiry-interval 60
+ flow-generic 3600
+ icmp 300
+ max-active-life 300
+ tcp-fin 300
+ tcp-generic 3600
+ tcp-rst 120
+ udp 300
+ }
+ version 9
+ }
+ syslog-facility daemon
+ }
host-name XXXXXXX