Displaying 2 results from an estimated 2 matches for "mskim128".
2018 Jan 10
5
[Bug 1213] New: Nft stateless NAT (NOTRACK)
...stateless NAT (NOTRACK)
Product: nftables
Version: unspecified
Hardware: All
OS: Ubuntu
Status: NEW
Severity: critical
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: mskim128 at gmail.com
I use Ubuntu 17.10 (nftables 0.8, kernel 4.13)
NOTRACK is used to turn off connection tracking for all packets matching this
rule. For example, in iptables:
iptables -t raw -I PREROUTING -j NOTRACK
I'd like to use stateless NAT (1:1)instead of iptables.
nft add table NAT
nft...
2018 Feb 07
1
[Bug 1225] New: Nft syntax error (snat, dnat using multiple maps)
...at using multiple maps)
Product: nftables
Version: unspecified
Hardware: x86_64
OS: Ubuntu
Status: NEW
Severity: normal
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: mskim128 at gmail.com
I use Ubuntu 17.10 (nftables v0.8, v0.8.2, kernel 4.13.0-25)
I'd like to use multiple NATs using nftables maps.
This looks something like this:
nft add rule nat postrouting snat \
ip saddr map { 192.168.1.1 : 10.0.0.1, 192.168.1.2 : 10.0.0.2,
192.168.1.3 : 10.0.0.3 }
It...