Displaying 3 results from an estimated 3 matches for "patronis".
Did you mean:
patrones
2023 Feb 22
3
Redundant Database, Pgsql ?
If I understand open source Postgres correctly, though, this setup basically requires that the application be read-only, or at least be intelligent enough not to attempt to write to a host if it has failed over to it, right? Don't you have to have human intervention to actually fail the master / primary over for write purposes?
Sent with Proton Mail secure email.
------- Original Message
2007 Sep 17
0
server traffic control
Hi,
Thank you very much for your replies.
I have tried the ingrees - it didn''t work for me (probably bad
configuration). But I''ll try to learn that later. I''m doing an N+
certification so it takes lots of my time atm.
I have 2 additional questions if that isn''t a problem.
Q1 :
I''m trying to limit bittorrent traffic from my server. I have patched
2007 Sep 19
2
bittorrent traffic...
Hi,
Thanks for the reply.
Mohan Sundaram wrote :
> mark in iptables and use tc to classify using mark.
Mark like this ?
iptables -A INPUT -m layer7 --l7proto bittorrent -j MARK --set-mark 3
and then..
tc filter add dev eth0 protocol ip parent 1:0 1 handle 3 fw flowid 1:10
and lets say we have a flowid 1:3 declared to use at 60kbit ceil 60kbit
Is that proper ?
If so then it