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


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

[X-post] Tradurre regola di iptables per nftables su Bullseye

From ^Bart <gabriele1NOSPAM@hotmail.com>
Newsgroups it.comp.os.linux.iniziare, it.comp.os.linux.debian
Subject [X-post] Tradurre regola di iptables per nftables su Bullseye
Date 2022-12-04 18:19 +0100
Organization Aioe.org NNTP Server
Message-ID <tmikqe$8lm$2@gioia.aioe.org> (permalink)

Cross-posted to 2 groups.

Show all headers | View raw


Salve,

ancora non mi sono buttato sul mondo nftables, sarebbe ora lo sò ma di 
cose da fare ce ne sono sempre tante\troppe... :\

Morale della favola devo tradurre questo:

-----------------------------------------------------------
#!/bin/bash
#Router script, forward wifi to eth

ip a add 10.10.1.1/255.255.255.0 dev enp0s25

/etc/init.d/isc-dhcp-server start

echo 1 > /proc/sys/net/ipv4/ip_forward

iptables -I FORWARD -i enp0s25 -o wlo1 -j ACCEPT

iptables -t nat -I POSTROUTING -o wlo1 -j MASQUERADE
------------------------------------------------------------

Ho provato ad installare iptables-translate ma non è pacchettizzato per 
la mia Bullseye, sto cercando ora di trovare qualcosa online ma per ora 
non ho trovato nulla di interessante... :\

Saluti.
^Bart

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


Thread

[X-post] Tradurre regola di iptables per nftables su Bullseye ^Bart <gabriele1NOSPAM@hotmail.com> - 2022-12-04 18:19 +0100
  Re: [X-post] Tradurre regola di iptables per nftables su Bullseye rootkit <rootkit@email.it> - 2022-12-04 19:53 +0000
    Re: [X-post] Tradurre regola di iptables per nftables su Bullseye ^Bart <gabriele1NOSPAM@hotmail.com> - 2022-12-04 22:03 +0100
    Re: [X-post] Tradurre regola di iptables per nftables su Bullseye Bullseye01 <io@io.it> - 2022-12-18 17:35 +0100
      Re: [X-post] Tradurre regola di iptables per nftables su Bullseye rootkit <rootkit@email.it> - 2022-12-18 18:13 +0000
        Re: [X-post] Tradurre regola di iptables per nftables su Bullseye ^Bart <gabriele1NOSPAM@hotmail.com> - 2022-12-18 20:14 +0100

csiph-web