Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

BOFH excuse #312: incompatible bit-registration operators


comp / comp.misc / Re: Firewalls: Rant

SubjectAuthor
* Firewalls: RantSylvia Else
+* Re: Firewalls: RantComputer Nerd Kev
|`* Re: Firewalls: RantSylvia Else
| `* Re: Firewalls: RantComputer Nerd Kev
|  `- Re: Firewalls: RantSylvia Else
`* Re: Firewalls: RantSalvador Mirzo
 `- Re: Firewalls: RantLawrence D'Oliveiro

1
Subject: Firewalls: Rant
From: Sylvia Else
Newsgroups: comp.misc
Date: Sat, 7 Dec 2024 08:51 UTC
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: sylvia@email.invalid (Sylvia Else)
Newsgroups: comp.misc
Subject: Firewalls: Rant
Date: Sat, 7 Dec 2024 16:51:30 +0800
Lines: 21
Message-ID: <lrigkhFkmi4U1@mid.individual.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: individual.net VoE9uD35tZchk/+OaMuJnw6G52uRsdeF3Yxam0EaV32/5I+gTP
Cancel-Lock: sha1:FH/LVWBRhqEU8YgknHvcH2dQPJ8= sha256:iKAZ3EBGzXqrkK3MNYECA51pI/+PN0lwwGPkq8cbws8=
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.15.1
Content-Language: en-US
View all headers

Really?

I have to learn a THIRD way of doing firewalling?

First it was ipchains.

Then it was iptables.

Now apparently, that's not good enough, so I have to get my head around
nftables.

On, but wait, this is OpenWrt, which has yet another layer added - fw4.

And all I wanted to do was upgrade the OS to get rid of a long-standing
and very annoying race condition that would kill the WiFi at
unpredictable moments.

Yes, I know I'm using this router in a rather different way from the
usual, but sometimes people do things like that.

Sylvia.

Subject: Re: Firewalls: Rant
From: Computer Nerd Kev
Newsgroups: comp.misc
Organization: Ausics - https://newsgroups.ausics.net
Date: Sat, 7 Dec 2024 21:14 UTC
References: 1
Message-ID: <6754bad3@news.ausics.net>
From: not@telling.you.invalid (Computer Nerd Kev)
Subject: Re: Firewalls: Rant
Newsgroups: comp.misc
References: <lrigkhFkmi4U1@mid.individual.net>
User-Agent: tin/2.0.1-20111224 ("Achenvoir") (UNIX) (Linux/2.4.31 (i586))
NNTP-Posting-Host: news.ausics.net
Date: 8 Dec 2024 07:14:59 +1000
Organization: Ausics - https://newsgroups.ausics.net
Lines: 29
X-Complaints: abuse@ausics.net
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!news.bbs.nz!news.ausics.net!not-for-mail
View all headers

Sylvia Else <sylvia@email.invalid> wrote:
> Now apparently, that's not good enough, so I have to get my head around
> nftables.
>
> On, but wait, this is OpenWrt, which has yet another layer added - fw4.
>
> And all I wanted to do was upgrade the OS to get rid of a long-standing
> and very annoying race condition that would kill the WiFi at
> unpredictable moments.
>
> Yes, I know I'm using this router in a rather different way from the
> usual, but sometimes people do things like that.

I guess it depends how different your usage is, but if you're using
OpenWrt's fw4 firewall configuration, it's supposed to accept the
same configuration syntax as fw3, so the switch to nftables
shouldn't be causing problems if you were using that
(/etc/config/firewall).

Mind you the increased bloat of current OpenWrt (or its included
software, including the Linux kernel, which have been getting
bigger with each version) has caused me problems. Including,
as it happens, issues with it killing the WiFi when it ran out of
RAM. Oh for a maintained software environment that doesn't have an
obesity problem...

--
__ __
#_ < |\| |< _#

Subject: Re: Firewalls: Rant
From: Sylvia Else
Newsgroups: comp.misc
Date: Sun, 8 Dec 2024 05:35 UTC
References: 1 2
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: sylvia@email.invalid (Sylvia Else)
Newsgroups: comp.misc
Subject: Re: Firewalls: Rant
Date: Sun, 8 Dec 2024 13:35:37 +0800
Lines: 37
Message-ID: <lrkph9F1cilU1@mid.individual.net>
References: <lrigkhFkmi4U1@mid.individual.net> <6754bad3@news.ausics.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: individual.net lqbq+XXyCuK9fiD0lua15wIkIR6qBNaupw2YC3USdrcAgdN/r/
Cancel-Lock: sha1:D/2/nQdYgG4lhnufgtCD5/XFH8E= sha256:wrYhu8KIL/tyte8+Hpks6Kq6UfL35koErEGgfKtcjBE=
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.15.1
Content-Language: en-US
In-Reply-To: <6754bad3@news.ausics.net>
View all headers

On 08-Dec-24 5:14 am, Computer Nerd Kev wrote:
> Sylvia Else <sylvia@email.invalid> wrote:
>> Now apparently, that's not good enough, so I have to get my head around
>> nftables.
>>
>> On, but wait, this is OpenWrt, which has yet another layer added - fw4.
>>
>> And all I wanted to do was upgrade the OS to get rid of a long-standing
>> and very annoying race condition that would kill the WiFi at
>> unpredictable moments.
>>
>> Yes, I know I'm using this router in a rather different way from the
>> usual, but sometimes people do things like that.
>
> I guess it depends how different your usage is, but if you're using
> OpenWrt's fw4 firewall configuration, it's supposed to accept the
> same configuration syntax as fw3, so the switch to nftables
> shouldn't be causing problems if you were using that
> (/etc/config/firewall).
>
> Mind you the increased bloat of current OpenWrt (or its included
> software, including the Linux kernel, which have been getting
> bigger with each version) has caused me problems. Including,
> as it happens, issues with it killing the WiFi when it ran out of
> RAM. Oh for a maintained software environment that doesn't have an
> obesity problem...
>

I was just iptables directly, since I know how to configure it. I need
to reverse the trust relationship, trusting wan, and not trusting lan.
In the end I've just gone through the luci stuff, replacing lan with wan
and vice versa. Now I just need to figure out the best way of blocking
access from lan to some wan subnets. Probably not difficult, though it
would help if I could find a defined syntax, rather than just examples.
Maybe I'm just looking in the wrong place.

Sylvia.

Subject: Re: Firewalls: Rant
From: Computer Nerd Kev
Newsgroups: comp.misc
Organization: Ausics - https://newsgroups.ausics.net
Date: Sun, 8 Dec 2024 06:24 UTC
References: 1 2 3
Message-ID: <67553baf@news.ausics.net>
From: not@telling.you.invalid (Computer Nerd Kev)
Subject: Re: Firewalls: Rant
Newsgroups: comp.misc
References: <lrigkhFkmi4U1@mid.individual.net> <6754bad3@news.ausics.net> <lrkph9F1cilU1@mid.individual.net>
User-Agent: tin/2.0.1-20111224 ("Achenvoir") (UNIX) (Linux/2.4.31 (i686))
NNTP-Posting-Host: news.ausics.net
Date: 8 Dec 2024 16:24:47 +1000
Organization: Ausics - https://newsgroups.ausics.net
Lines: 16
X-Complaints: abuse@ausics.net
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!news.bbs.nz!news.ausics.net!not-for-mail
View all headers

Sylvia Else <sylvia@email.invalid> wrote:
> I was just iptables directly, since I know how to configure it. I need
> to reverse the trust relationship, trusting wan, and not trusting lan.
> In the end I've just gone through the luci stuff, replacing lan with wan
> and vice versa. Now I just need to figure out the best way of blocking
> access from lan to some wan subnets. Probably not difficult, though it
> would help if I could find a defined syntax, rather than just examples.
> Maybe I'm just looking in the wrong place.

I've never used the LuCI Web interface, but this page has plenty of
details for editing the /etc/config/firewall file:
https://openwrt.org/docs/guide-user/firewall/firewall_configuration

--
__ __
#_ < |\| |< _#

Subject: Re: Firewalls: Rant
From: Sylvia Else
Newsgroups: comp.misc
Date: Sun, 8 Dec 2024 10:52 UTC
References: 1 2 3 4
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: sylvia@email.invalid (Sylvia Else)
Newsgroups: comp.misc
Subject: Re: Firewalls: Rant
Date: Sun, 8 Dec 2024 18:52:08 +0800
Lines: 18
Message-ID: <lrlc2oF46llU1@mid.individual.net>
References: <lrigkhFkmi4U1@mid.individual.net> <6754bad3@news.ausics.net>
<lrkph9F1cilU1@mid.individual.net> <67553baf@news.ausics.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: individual.net fuUXp57/5aTwus2MuUle1w1uDCpZHvuFh8SOljd3HncfQSYO3O
Cancel-Lock: sha1:2jn9FBUBrkNhuRRfl1vSKZqdCpE= sha256:5DMNZK6/9vv0guS/qbpXrQ7bB8hji9ZG3lSMON/vtLs=
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.15.1
Content-Language: en-US
In-Reply-To: <67553baf@news.ausics.net>
View all headers

On 08-Dec-24 2:24 pm, Computer Nerd Kev wrote:
> Sylvia Else <sylvia@email.invalid> wrote:
>> I was just iptables directly, since I know how to configure it. I need
>> to reverse the trust relationship, trusting wan, and not trusting lan.
>> In the end I've just gone through the luci stuff, replacing lan with wan
>> and vice versa. Now I just need to figure out the best way of blocking
>> access from lan to some wan subnets. Probably not difficult, though it
>> would help if I could find a defined syntax, rather than just examples.
>> Maybe I'm just looking in the wrong place.
>
> I've never used the LuCI Web interface, but this page has plenty of
> details for editing the /etc/config/firewall file:
> https://openwrt.org/docs/guide-user/firewall/firewall_configuration
>

Thanks for the link.

Sylvia.

Subject: Re: Firewalls: Rant
From: Salvador Mirzo
Newsgroups: comp.misc
Organization: A noiseless patient Spider
Date: Wed, 11 Dec 2024 23:39 UTC
References: 1
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: smirzo@example.com (Salvador Mirzo)
Newsgroups: comp.misc
Subject: Re: Firewalls: Rant
Date: Wed, 11 Dec 2024 20:39:40 -0300
Organization: A noiseless patient Spider
Lines: 33
Message-ID: <87bjxhpz5v.fsf@example.com>
References: <lrigkhFkmi4U1@mid.individual.net>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Date: Thu, 12 Dec 2024 00:39:41 +0100 (CET)
Injection-Info: dont-email.me; posting-host="e88128b70b601236abbe8acbed1b8eee";
logging-data="1870736"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/5zVbYrBAp5odtMkuLEhJZdWxNDhM47+I="
Cancel-Lock: sha1:rhZLMcya7A/2L59Svc5JYwVvPyA=
sha1:hus7RMxkHpseA9jO7ktAdmHNCSQ=
View all headers

Sylvia Else <sylvia@email.invalid> writes:

> Really?
>
> I have to learn a THIRD way of doing firewalling?
>
> First it was ipchains.
>
> Then it was iptables.
>
> Now apparently, that's not good enough, so I have to get my head
> around nftables.

That's wild. I remember telling myself---gotta study ipchains. But
then iptables appeared and I was like---hm, interesting! Maybe my life
will be easier now. Lol. Perhaps I can be glad I never got around to
study any of them? The nftables websites says it's a successor to
iptables.

I think that's not the way to do things. We should not blindly follow
along software development. Remember---many of these things will fall.
Programming languages for instance. If you're still writing Perl or
Lisp, say, you're doing just fine. In fact, you are much more
productive if you just keep using your good tools and let the world move
on.

Of course, perhaps you work in a market that is always high on the new
kid on the block, but then perhaps the best thing is to get out of that
market.

I interviewed with a company in Paris once. They didn't hire me and
called me old school due to C and Lisp. I was a little hurt. I was
their age, but I think they don't care about my teachers' lessons.

Subject: Re: Firewalls: Rant
From: Lawrence D'Oliv
Newsgroups: comp.misc
Organization: A noiseless patient Spider
Date: Thu, 12 Dec 2024 01:12 UTC
References: 1 2
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: ldo@nz.invalid (Lawrence D'Oliveiro)
Newsgroups: comp.misc
Subject: Re: Firewalls: Rant
Date: Thu, 12 Dec 2024 01:12:06 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 8
Message-ID: <vjdd95$1q6qt$2@dont-email.me>
References: <lrigkhFkmi4U1@mid.individual.net> <87bjxhpz5v.fsf@example.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 12 Dec 2024 02:12:06 +0100 (CET)
Injection-Info: dont-email.me; posting-host="f089114b1739cee2d645e6e434e62749";
logging-data="1907549"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX193M1J9TUJetwtW639kPG6f"
User-Agent: Pan/0.161 (Chasiv Yar; )
Cancel-Lock: sha1:fWSpXf0UTaIBvNc9hRtDESR8Zwc=
View all headers

On Wed, 11 Dec 2024 20:39:40 -0300, Salvador Mirzo wrote:

> I think that's not the way to do things. We should not blindly follow
> along software development. Remember---many of these things will fall.

These “new” ideas have been around for years, decades. They have already
proven themselves in production mission-critical use. They are now
spreading out from there to become commonplace.

1

rocksolid light 0.9.8
clearnet tor