OpenWRT (softflowd)
Install softflowd
opkg update
opkg install softflowdConfigure softflowd
vi /etc/config/softflowdconfig softflowd
option enabled '1'
option interface 'br-lan'
option timeout 'tcp.rst=10'
option timeout 'tcp.fin=10'
option timeout 'expint=10'
option timeout 'icmp=20'
option timeout 'tcp=60'
option timeout 'maxlife=60'
option timeout 'general=60'
option timeout 'udp=60'
option max_flows '8192'
option host_port '192.0.2.11:2055'
option pid_file '/var/run/softflowd.pid'
option control_socket '/var/run/softflowd.ctl'
option export_version '9'
option hoplimit '255'
option tracking_level 'ether'
option track_ipv6 '1'
option sampling_rate '1'Start softflowd
Enable softflowd on startup
Verify softflowd is running
Last updated
Was this helpful?
