search for: startoption

Displaying 3 results from an estimated 3 matches for "startoption".

Did you mean: startoptions
2009 Aug 31
3
rsyncd always compression
Hello I have forced for an option to say the anonymus rsync server that all trafik must compress before delivery. I found no option with "compress" for the rsyncd.conf or the startoption. Only for the client is -z available. Anyone knows a trick that the server only answer if the client is use the compression? Mit freundlichen Gr??en Drie?en -- Software & Computer Uwe Drie?en Lembergstra?e 33 67824 Feilbingert Tel.: +49 06708 / 660045 Fax: +49 06708 / 661397
2012 Jan 16
4
conntrack entries established before nat
Typically (or at least somewhat occasionally) after a reboot of my shorewall[-lite] machine I find that I end up with conntrack table entries for unNATted connections such as: # conntrack -L -p udp --dport 5060 -d 99.232.11.14 udp 17 59 src=10.75.22.8 dst=99.232.11.14 sport=5060 dport=5060 packets=5472 bytes=3031488 [UNREPLIED] src=99.232.11.14 dst=10.75.22.8 sport=5060 dport=5060 packets=0
2012 Feb 12
7
Shorewall 4.5.0
...will come before rules that select a provider based on marks. 10) The Shorewall files in /etc/default and /etc/sysconfig now support two new options that affect how ''/etc/init.d/shorewall start'' and ''/etc/init.d/shorewall restart'' behave: STARTOPTIONS -- options to the start commmand. RESTARTOPTIONS -- options to the restart command. For example, if you always want ''start'' to flush the conntrack table, then you would have: STARTOPTIONS="-p" 11) The Git repository has been reorganized to pl...