Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
# simplestream (TCP)
-A perfSONAR -m state --state NEW -m tcp -p tcp --dport 5890-5900 -j ACCEPT

# qperf
-A perfSONAR -m state --state NEW -m tcp -p tcp --dport 20000-20001 -j ACCEPT
-A perfSONAR -m udp -p udp --dport 20000-20001 -j ACCEPT

# =-=-=-=-=-=- perfSONAR Measurement Tools: control =-=-=-=-=-=-

# OWAMP Control (Incoming)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
# simplestream (TCP)
--add-port=5890-5900/tcp

# qperf
--add-port=20000-20001/tcp
--add-port=20000-20001/udp

# =-=-=-=-=-=- perfSONAR Measurement Tools: control =-=-=-=-=-=-

# BWCTL Control (Incoming)
Expand Down