Linux Netfilter discussions
 help / color / mirror / Atom feed
* Newbie: IPv6 equivalent of 192.168.178.0/24
@ 2020-10-09 12:49 paul.guijt
  2020-10-09 13:14 ` Florian Westphal
  2020-10-09 13:16 ` Bernd Naumann
  0 siblings, 2 replies; 5+ messages in thread
From: paul.guijt @ 2020-10-09 12:49 UTC (permalink / raw)
  To: netfilter

I had
	add rule  inet filter input ip   saddr 192.168.178.0/24         jump LocalIN
	add rule  inet filter input ip6 saddr fe::/10                             jump LocalIN
to divert all packets coming from my private network to rules in the LocalIN chain. 

Nftables converts the second line into “ip6 saddr c0::/10 jump LocalIN”. FE into C0. 
Will that do what I intended? If not, what rule do you prefer? 

Regards,
Paul Guijt 



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-10-10 12:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-09 12:49 Newbie: IPv6 equivalent of 192.168.178.0/24 paul.guijt
2020-10-09 13:14 ` Florian Westphal
2020-10-09 13:16 ` Bernd Naumann
2020-10-09 13:20   ` Bernd Naumann
2020-10-10 12:52   ` paul.guijt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox