Displaying 4 results from an estimated 4 matches for "luminarior".
Did you mean:
laminarir
2018 May 06
3
[Bug 1256] New: Default ruleset files with tables are no longer installed after 0.8.3 version
...lled after 0.8.3 version
Product: nftables
Version: unspecified
Hardware: x86_64
OS: Gentoo
Status: NEW
Severity: major
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: luminarior at gmail.com
I can no longer use default rules for default tables after 0.8.3 version. These
commands are no longer work:
nft -f /etc/nftables/ipv4-filter;
nft -f /etc/nftables/ipv4-nat;
With the following output:
internal:0:0-0: Error: Could not open file "/etc/nftables/ipv4-filter": No...
2016 Mar 20
8
[Bug 1058] New: Add clamp MSS to MTU
...ry: Add clamp MSS to MTU
Product: nftables
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: luminarior at gmail.com
Please, add analog for nft to the following command in iptables:
iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS
--clamp-mss-to-pmtu
It's useful to set on router for sites which don't support Path MTU Discovery
mechanism correctly and in networks behind PPPoE etc....
2015 Jan 31
6
[Bug 11086] New: rsync --delete has stopped to delete destination files that don't exist at the source
...that don't exist at the source
Product: rsync
Version: 3.1.1
Hardware: x64
OS: Linux
Status: NEW
Severity: major
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: luminarior at gmail.com
QA Contact: rsync-qa at samba.org
I have a system Linux root partition wich I backup to another disk
periodically. I use the following script for that action:
#!/bin/bash
NICE=15
PH="/mnt/b"
cd /
nice -n $NICE rm -v /root/.xsession-errors
nice -n $NICE rm -v /root/...
2015 Jan 28
2
[Bug 996] New: Add "replace" rule statement
...ace" rule statement
Product: nftables
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: luminarior at gmail.com
Add "replace" rule statement to easily replace rule in the chain with the
current handle ID. Handle ID should be the same after replacement (shouldn't be
changed). So it would be easier replace rule with some handle ID on some event
(IP address was changed, user have pay...