Ubiquiti-App / UCRM

Installation Scripts for Ubiquiti's UCRM - Complete ISP Management Platform
https://ucrm.ubnt.com/
Other
69 stars 40 forks source link

Netflow v9 issue - e1000 #108

Open 1WisTech1 opened 7 years ago

1WisTech1 commented 7 years ago

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

Dstahl0 commented 7 years ago

@UBNT-Petr

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

Dstahl0 commented 7 years ago

@keksa

UBNT-Petr commented 7 years ago

@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