Displaying 4 results from an estimated 4 matches for "dstnat".
Did you mean:
dstat
2020 Jan 19
1
[Bug 1399] New: tables/chains priority doesn't work
...Reporter: david at hajes.org
running latest Debian 10 in VPS/KVM - nftables v0.9.2 (Scram)
nftables are initialized by scripts. I have following tables/chains
table ip nat {
set bad_ip {
type ipv4_addr
}
chain prerouting {
type nat hook prerouting priority dstnat; policy accept;
meta nftrace set 1 ip saddr @bad_ip tcp dport { 80, 443 } redirect to
:8080
}
}
table filter {
chain prerouting {type filter hook prerouting priority -150;}
chain input {type filter hook input priority 0; policy drop;}
chain output {type filter...
2020 Jan 15
4
[Bug 1397] New: What am I doing wrong!?
...OS: other
Status: NEW
Severity: normal
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: tad1073 at gmail.com
code snippet
table inet nat {
chain prerouting {
type nat hook prerouting priority dstnat; policy accept;
fib saddr . iif oif 0 counter drop
fib saddr . iif oif "lo" counter accept
fib saddr . iif oif "$inet_if" counter accept
fib daddr . iif type { local, broadcast, multicast } counter accept
ip daddr 10.0.0.11 tcp dport 80 dn...
2020 Nov 01
1
[Bug 1478] New: Concatenations with ct status do not match
...hain forward {
type filter hook forward priority filter; policy accept;
}
chain output {
type filter hook output priority filter; policy accept;
}
}
table inet nat {
chain prerouting {
type nat hook prerouting priority dstnat; policy accept;
tcp dport 2222 counter packets 1 bytes 60
tcp dport 22 counter packets 0 bytes 0
tcp dport 2222 redirect to :22
}
}
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part ----------...
2024 Oct 29
21
[Bug 1777] New: Error: COMMAND_FAILED: 'python-nftables' failed
https://bugzilla.netfilter.org/show_bug.cgi?id=1777
Bug ID: 1777
Summary: Error: COMMAND_FAILED: 'python-nftables' failed
Product: nftables
Version: 1.0.x
Hardware: arm
OS: Debian GNU/Linux
Status: NEW
Severity: blocker
Priority: P5
Component: kernel
Assignee: pablo at