Hi All, (First post in the forum)
I'd be interested in bringing my CCR online as a test server at home, after reading through this topic and registering to reply.
I have a symettrical 1Gbps at home (About 925Mbps Up/Down maximum due to Ethernet Cable termination from ISP)
I've been working on some config but would like some help to test, would people be interested in another server being online?
I'd enable longer testing periods, but would like to limit total testing bandwidth to 850Mbps, to leave a little for me
I'm thinking 2hrs per test, 24hour wait for another test. (Need help forming the Queue rules and correctly understanding the timers in firewall raw.)
Could anyone help with this?
The config I have so far related to enabling this on the CCR is as below:
/ip firewall raw
add action=accept chain=prerouting comment="testers accepted" disabled=yes src-address-list=tester
add action=drop chain=prerouting comment="previous testers drop" disabled=yes src-address-list=previous
add action=add-src-to-address-list address-list=tester address-list-timeout=2h chain=prerouting comment="add to tester" disabled=yes dst-port=2000-2100 protocol=tcp
add action=add-src-to-address-list address-list=tester address-list-timeout=2h chain=prerouting comment="add to tester" disabled=yes dst-port=2000-2100 protocol=udp
add action=add-src-to-address-list address-list=previous address-list-timeout=24h chain=prerouting comment="add to previous" disabled=yes dst-port=2000-2100 protocol=tcp
add action=add-src-to-address-list address-list=previous address-list-timeout=24h chain=prerouting comment="add to previous" disabled=yes dst-port=2000-2100 protocol=udp
/tool/bandwidth-server> print
enabled: yes
authenticate: yes
allocate-udp-ports-from: 2000
max-sessions: 100
If there is interest for this, I'll continue, would like to be able to make use of all that spare bandwidth!
Cheers
Dan