UCRM icon indicating copy to clipboard operation
UCRM copied to clipboard

Netflow v9 issue - e1000

Open 1WisTech1 opened this issue 8 years ago • 3 comments

After discussing this issue with @Dstahl0 I'm at a loss. This is what I get when I try and enable Netflow within UCRM.

commit: iptables: Invalid argument. Run `dmesg' for more information. 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 Commit failed

1WisTech1 avatar Jan 13 '17 18:01 1WisTech1

@UBNT-Petr

Feel free to contact me on the community via pm, as we can chat with 1WisTech1 to dive more into this.

Dstahl0 avatar Jan 13 '17 23:01 Dstahl0

@keksa

Dstahl0 avatar Mar 18 '17 23:03 Dstahl0

@1WisTech1 Can you send us your router configuration? When UCRM set up netflow, these commands are used:

configure set system flow-accounting netflow server 192.168.3.122 port 2055 set system flow-accounting interface eth0 set system flow-accounting interface eth1 // set for all interfaces to ensure download is monitored set system flow-accounting netflow version 9 set system flow-accounting netflow timeout expiry-interval 60 set system flow-accounting netflow timeout flow-generic 60 set system flow-accounting netflow timeout icmp 60 set system flow-accounting netflow timeout max-active-life 60 set system flow-accounting netflow timeout tcp-fin 10 set system flow-accounting netflow timeout tcp-generic 60 set system flow-accounting netflow timeout tcp-rst 10 set system flow-accounting netflow timeout udp 60 commit save

UBNT-Petr avatar Mar 21 '17 10:03 UBNT-Petr