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

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 2023-07-23 23:18 +0200
Organization A noiseless patient Spider
Message-ID <u9k5ee$bme6$1@dont-email.me> (permalink)
References <u98qp9$263ru$1@dont-email.me> <khvm0jFq5i2U1@mid.individual.net>

Cross-posted to 2 groups.

Show all headers | 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