Displaying 1 result from an estimated 1 matches for "peter_client".
2017 Dec 25
2
[Bug 1206] New: segfault when snat map rule has been added
...0, argc=3,
argv=0x7fffffffe668, init=<optimized out>, fini=<optimized out>,
rtld_fini=<optimized out>, stack_end=0x7fffffffe658)
at ../csu/libc-start.c:291
#9 0x0000000000406429 in ?? ()
Rulesets:
/etc/nftables.conf:
flush ruleset
include "/etc/nftables/setups/peter_client.nft"
table inet filter {
chain default {
ct state established,related accept
ct state invalid drop
ip protocol icmp accept
ip6 nexthdr icmpv6 accept
udp dport 53 accept
}
chain input {
type filter hook input priority 0; policy drop;...