Initial package for samplicator OBS-URL: https://build.opensuse.org/request/show/662727 OBS-URL: https://build.opensuse.org/package/show/network/samplicator?expand=0&rev=1
14 lines
590 B
Plaintext
14 lines
590 B
Plaintext
# source/mask:destination-IP-A/port destination-IP-B/port
|
|
|
|
## Example1:
|
|
# All zeros for the source address and mask to allow for netflow received
|
|
# from any host to be forwarded to the same two destinations
|
|
0.0.0.0/0.0.0.0:192.168.1.1/9996 192.168.1.2/2055
|
|
|
|
## Example2:
|
|
# Forward netflow received from 10.20.20.20 to 127.0.0.1/2057, 192.168.1.1/9996, 192.168.1.2/2055
|
|
# while forwarding flows from 10.30.30.30 to 127.0.0.1/2057, 192.168.1.3/9996, 192.168.1.4/9999
|
|
10.20.20.20:127.0.0.1/2057 192.168.1.1/9996 192.168.1.2/2055
|
|
10.30.30.30:127.0.0.1/2057 192.168.1.3/9996 192.168.1.4/9999
|
|
|