UCRM
UCRM copied to clipboard
Netflow v9 issue - e1000
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
@UBNT-Petr
Feel free to contact me on the community via pm, as we can chat with 1WisTech1 to dive more into this.
@keksa
@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