Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > it.comp.os.linux.debian > #10623

Re: [X-post] Debian Bookworm: Errore nelle righe di nftables

Path csiph.com!news.mixmin.net!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From ^Bart <gabriele1NOSPAM@hotmail.com>
Newsgroups it.comp.os.linux.debian, it.comp.os.linux.iniziare
Subject Re: [X-post] Debian Bookworm: Errore nelle righe di nftables
Date Sun, 23 Jul 2023 23:18:06 +0200
Organization A noiseless patient Spider
Lines 31
Message-ID <u9k5ee$bme6$1@dont-email.me> (permalink)
References <u98qp9$263ru$1@dont-email.me> <khvm0jFq5i2U1@mid.individual.net>
MIME-Version 1.0
Content-Type text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding 7bit
Injection-Date Sun, 23 Jul 2023 21:18:06 -0000 (UTC)
Injection-Info dont-email.me; posting-host="092455eb763038f796a9123239927e2f"; logging-data="383430"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18yIz6YbZ4Q6IZfGQasc6FD+2vXXe8WUd0="
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0
Cancel-Lock sha1:aGQT8I7EXO8uVM6KEuWinoaTq0o=
In-Reply-To <khvm0jFq5i2U1@mid.individual.net>
Content-Language en-US, it-IT
Xref csiph.com it.comp.os.linux.debian:10623 it.comp.os.linux.iniziare:79715

Cross-posted to 2 groups.

Show key headers only | View raw


> riportare esattamente gli errori che ti saltano fuori aiuterebbe il debug...

Ci ho lavorato un po' con calma ed ho risolto nel seguente modo:

lush ruleset

table inet filter {
   chain input {
     type filter hook input priority 0; policy accept;
   }
   chain forward {
     type filter hook forward priority 0; policy accept;
     iifname "wlan0" oifname "eth0" accept
   }
   chain output {
     type filter hook output priority 0; policy accept;
   }
}

table nat {
   chain prerouting {
     type nat hook prerouting priority 0; policy accept;
   }
   chain postrouting {
     type nat hook postrouting priority 100;
     oifname "wlan0" masquerade
   }
}

Saluti.
^Bart

Back to it.comp.os.linux.debian | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

[X-post] Debian Bookworm: Errore nelle righe di nftables ^Bart <gabriele1NOSPAM@hotmail.com> - 2023-07-19 16:08 +0200
  Re: [X-post] Debian Bookworm: Errore nelle righe di nftables evanmac <evanmac69@gmail.com> - 2023-07-21 15:19 +0000
    Re: [X-post] Debian Bookworm: Errore nelle righe di nftables ^Bart <gabriele1NOSPAM@hotmail.com> - 2023-07-23 23:18 +0200
  Re: [X-post] Debian Bookworm: Errore nelle righe di nftables Giuseppe Della Bianca <giusdbgNO@gmailNO.comNO> - 2023-07-22 15:15 +0000

csiph-web