Hi.
I have a RB 433AH for loadbalancing 4 upstream using mangle(nth) and mark routing(eth1). Also a route to proxy server (eth2). Distributing at ether3.
It seems somehoe the disk usage adds up very quickly (to 100%), while cpu usage and memory usage are at its moderate (25% & 34kb).
Is this considered normal?
While there’s no store on disk features activated.
I had this same setup using pentium 3 machine, with 128DOM v.310, but the disk never gets filled up, even with tools graphing store on disk were activated.
Rebooting the system will will only clear the disk usage to 30kkbps but then ads up to 100% within hours.
any idea?
0 ;;; LoadBalance
chain=prerouting action=mark-connection new-connection-mark=Modem1
passthrough=yes connection-state=new in-interface=ether1_Distribution
nth=4,1
1 chain=prerouting action=mark-routing new-routing-mark=Modem1
passthrough=yes in-interface=ether1_Distribution connection-mark=Modem1
2 chain=prerouting action=mark-connection new-connection-mark=Modem2
passthrough=yes connection-state=new in-interface=ether1_Distribution
nth=4,2
3 chain=prerouting action=mark-routing new-routing-mark=Modem2
passthrough=yes in-interface=ether1_Distribution connection-mark=Modem2
4 chain=prerouting action=mark-connection new-connection-mark=Modem3
passthrough=yes connection-state=new in-interface=ether1_Distribution
nth=4,3
5 chain=prerouting action=mark-routing new-routing-mark=Modem3
passthrough=yes in-interface=ether1_Distribution connection-mark=Modem3
7 chain=prerouting action=mark-routing new-routing-mark=Modem4
passthrough=yes in-interface=ether1_Distribution connection-mark=Modem4
8 ;;; Proxy Load Balance
chain=prerouting action=mark-connection new-connection-mark=Conn_PROXY-1
passthrough=yes connection-state=new in-interface=ether2_PROXY nth=4,1
9 chain=prerouting action=mark-routing new-routing-mark=Modem1
passthrough=yes in-interface=ether2_PROXY connection-mark=Conn_PROXY-1
10 chain=prerouting action=mark-connection new-connection-mark=Conn_PROXY-2
passthrough=yes connection-state=new in-interface=ether2_PROXY nth=4,2
11 chain=prerouting action=mark-routing new-routing-mark=Modem2
passthrough=yes in-interface=ether2_PROXY connection-mark=Conn_PROXY-2
12 chain=prerouting action=mark-connection new-connection-mark=Conn_PROXY-3
passthrough=yes connection-state=new in-interface=ether2_PROXY nth=4,3
13 chain=prerouting action=mark-routing new-routing-mark=Modem3
passthrough=yes in-interface=ether2_PROXY connection-mark=Conn_PROXY-3
14 chain=prerouting action=mark-connection new-connection-mark=Conn_PROXY-4
passthrough=yes connection-state=new in-interface=ether2_PROXY nth=4,4
15 chain=prerouting action=mark-routing new-routing-mark=Modem4
passthrough=yes in-interface=ether2_PROXY connection-mark=Conn_PROXY-4
16 X chain=prerouting action=accept protocol=tcp src-address=10.10.10.1
dst-port=80
17 ;;; Route Port 80 to Proxy
chain=prerouting action=mark-routing new-routing-mark=PROXY_ROUTE
passthrough=yes protocol=tcp src-address=192.168.254.216/30 dst-port=80
18 ;;; Mark Paket for Queue
chain=prerouting action=mark-packet new-packet-mark=Modem1
passthrough=no connection-mark=Modem1
19 chain=prerouting action=mark-packet new-packet-mark=Modem2 passthrough=no
connection-mark=Modem2
20 chain=prerouting action=mark-packet new-packet-mark=Modem3 passthrough=no
connection-mark=Modem3
21 chain=prerouting action=mark-packet new-packet-mark=Modem4 passthrough=no
connection-mark=Modem4
22 chain=prerouting action=mark-packet new-packet-mark=Modem1 passthrough=no
connection-mark=Conn_PROXY-1
23 chain=prerouting action=mark-packet new-packet-mark=Modem2 passthrough=no
connection-mark=Conn_PROXY-2
24 chain=prerouting action=mark-packet new-packet-mark=Modem3 passthrough=no
connection-mark=Conn_PROXY-3
25 chain=prerouting action=mark-packet new-packet-mark=Modem4 passthrough=no
connection-mark=Conn_PROXY-4