Hi all,
I'm now at the stage where I need a firewall on my Devuan VM guest, and
I don't know how to do it. I have the iptables package installed, and
/usr/sbin/iptables is a command, but I have no idea where to go from
there. Is there a file that iptables uses to define which ports are
blocked?
I
Am 2021-02-24 13:01, schrieb Steve Litt:
Hi all,
I'm now at the stage where I need a firewall on my Devuan VM guest, and
I don't know how to do it. I have the iptables package installed, and
/usr/sbin/iptables is a command, but I have no idea where to go from
there. Is there a file that iptables
Den 2021-02-24 kl. 13:01, skrev Steve Litt:
Hi all,
I'm now at the stage where I need a firewall on my Devuan VM guest, and
I don't know how to do it.
Once (ipchains) I was in your place and searched and liked a setup by
someone called Bob Sully whos work later was reworked for iptables by
C
On Wed, 24 Feb 2021 07:01:58 -0500
Steve Litt wrote:
> Hi all,
>
> I'm now at the stage where I need a firewall on my Devuan VM guest,
> and I don't know how to do it. I have the iptables package installed,
> and /usr/sbin/iptables is a command, but I have no idea where to go
> from there. Is th
Hi Steve,
Steve Litt writes:
> Hi all,
>
> I'm now at the stage where I need a firewall on my Devuan VM guest, and
> I don't know how to do it. I have the iptables package installed, and
> /usr/sbin/iptables is a command, but I have no idea where to go from
> there. Is there a file that iptables
On Wed, 2021-02-24 at 21:32 +0900, Olaf Meeuwissen via Dng wrote:
> Do not uncomment the #allow-hotplug eth0 line. Doing so leads
> to a delay when booting.
Just a note about the above, allow-hotplug eth0 seems to be necessary
on your VM. As for the delay in booting, I've had that ever since
se
On 2/24/21 2:01 PM, Steve Litt wrote:
> Hi all,
>
> I'm now at the stage where I need a firewall on my Devuan VM guest,
> and I don't know how to do it. I have the iptables package installed,
> and /usr/sbin/iptables is a command, but I have no idea where to go
> from there. Is there a file that i
On Wed, 2021-02-24 at 16:00 +0200, Lars Noodén via Dng wrote:
> There is an awful lot of inertia for iptables, more than there was
> for
> ipchains, but iptables is rather difficult to learn and use. It has
> also been succeeded by nftables, which is where the development is
> happening. So even
I don't like the way SSL Certs are managedso that only leaves gpg.
Recently had an issue with gpg which disturbed some grey cells and disrupted
their slumber.
I don't get out much (lockdown understatement) so my current 'web of trust' is
zero and unlikely to expand anytime soon using the co
On Wed, 24 Feb 2021 07:01:58 -0500
Steve Litt wrote:
> Hi all,
>
> I'm now at the stage where I need a firewall on my Devuan VM guest,
> and I don't know how to do it. I have the iptables package installed,
> and /usr/sbin/iptables is a command, but I have no idea where to go
> from there. Is th
On Wed, 2021-02-24 at 15:23 +, g4sra via Dng wrote:
> I don't like the way SSL Certs are managedso that only leaves
> gpg.
>
> Recently had an issue with gpg which disturbed some grey cells and
> disrupted their slumber.
>
> I don't get out much (lockdown understatement) so my current 'we
On Wed, Feb 24, 2021 at 07:26:35AM -0700, Gabe Stanton via Dng wrote:
> If I understand correctly, the iptables cli that we use now is just a
> wrapper around nftables.
Actually, there are two independent subsystems. They're managed by two
userspace tools:
* iptables-legacy
* iptables-nft
Rules
On Wed, 2021-02-24 at 18:58 +0100, Adam Borowski wrote:
> On Wed, Feb 24, 2021 at 07:26:35AM -0700, Gabe Stanton via Dng wrote:
> > If I understand correctly, the iptables cli that we use now is just
> > a
> > wrapper around nftables.
>
> Actually, there are two independent subsystems. They're m
‐‐‐ Original Message ‐‐‐
On Wednesday, February 24, 2021 5:58 PM, Adam Borowski
wrote:
> On Wed, Feb 24, 2021 at 07:26:35AM -0700, Gabe Stanton via Dng wrote:
>
> > If I understand correctly, the iptables cli that we use now is just a
> > wrapper around nftables.
>
> Actually, there are
On Wed, Feb 24, 2021 at 04:00:00PM +0200, Lars Noodén via Dng wrote:
> So even though Beowuulf seems to come with iptables, I would
> recommend removing iptables and installing with nft.
My experience was that firewalls such as arno and ufw don't
work property under nft.
> https://wiki.nftables.
Quoting Patrick Bartek via Dng (dng@lists.dyne.org):
> I've been using ufw for years. It's a commandline front-end for
> iptables. There's also a GUI for it, too.
For people's convencience, that would be gufw, a somewhat GNOME-ish
Python/GTK thingie. https://github.com/costales/gufw
--
Cheer
Just pulled this kernel commit...
commit 7d6beb71da3cc033649d641e1e608713b8220290
Merge: aa8e3291729f f69e8091c4a2
Author: Linus Torvalds
Date: Tue Feb 23 13:39:45 2021 -0800
- Idmapped mounts make it possible to easily share files between
multiple users or multiple machines
I don't even know how to Google for this.
Hosts involved:
storage0: NFS/KRB5 server
dorito: NFS client
As root, I can mount, list files, view files, and so on. When I try to list
files on the mount, I get a stale file handle error.
➜ ~ mount /mnt/backup && ls -hal /mnt/backup
ls: cannot open di
On Wed, Feb 24, 2021 at 09:13:07PM +, g4sra via Dng wrote:
>
> Just pulled this kernel commit...
>
> commit 7d6beb71da3cc033649d641e1e608713b8220290
> Merge: aa8e3291729f f69e8091c4a2
> Author: Linus Torvalds
> Date: Tue Feb 23 13:39:45 2021 -0800
>
>
>
>- Idmapped mounts make i
‐‐‐ Original Message ‐‐‐
On Wednesday, February 24, 2021 10:03 PM, Jackman via Dng
wrote:
> I don't even know how to Google for this.
>
> Hosts involved:
> storage0: NFS/KRB5 server
> dorito: NFS client
>
> As root, I can mount, list files, view files, and so on. When I try to list
> fi
On 24/02 17:04, Hendrik Boom wrote:
> On Wed, Feb 24, 2021 at 09:13:07PM +, g4sra via Dng wrote:
> >
> > Just pulled this kernel commit...
> >
> > commit 7d6beb71da3cc033649d641e1e608713b8220290
> > Merge: aa8e3291729f f69e8091c4a2
> > Author: Linus Torvalds
> > Date: Tue Feb 23 13:39:45 2
‐‐‐ Original Message ‐‐‐
On Wednesday, February 24, 2021 10:48 PM, Ralph Ronnquist via Dng
wrote:
> On 24/02 17:04, Hendrik Boom wrote:
>
> > On Wed, Feb 24, 2021 at 09:13:07PM +, g4sra via Dng wrote:
> >
> > > Just pulled this kernel commit...
> > > commit 7d6beb71da3cc033649d641e1e
On 2/22/21 2:25 PM, Jonathan Moebius wrote:
Installation seems to run smoothly but after reboot grub presents itself
without the "graphical" selection menu but instead delivers the line
"Minimal BASH-like line editing is supported..."
I ran into this upgrading one of my EFI machines to the lat
Hi Ralph,
thanks for your mail, here are your answers
> 1. which iso (with sha256sum)?
I tried both the beowulf 3.0.0 and 3.1.0 netinst images.
While I deleted 3.0.0, the sha256 of 3.1.0 is
1a6d240e66f4ed8db370fa53de516dfea89a1b466ebb5cdd8572abe024b6778c
devuan_beowulf_3.1.0_amd64-netinstal
Hi Andreas,
thanks for your mail.
On Tuesday 23 February 2021 18:26:31 you wrote:
> > the plan was a dual boot install with Win10 being installed first,
> > however after several failed attempts, I scraped Win10 and went for a
> > Linux-only install.
>
> What does "failed attempts" mean here? Did
Hi Andreas,
On Wednesday 24 February 2021 21:06:07 you wrote:
> I assume you tried another grub install when booted through debian's grub
> into devuan? You might want to use "grub-install --recheck"
I just did, it reported "no errors reported".
> However, I'm a bit afraid of having multiple EFI
Dear all,
the issue is solved.
During research for Ralphs questions I realized my UEFI/BIOS was severly out
of date (I had thought this would have been done during refurbishing of the
device). After updating from a 2016 UEFI to one from 2020 (many thanks to HP
for still supporting such a rat
On 24/02 22:39, Jonathan Moebius wrote:
> Dear all,
>
> the issue is solved.
>
> During research for Ralphs questions I realized my UEFI/BIOS was severly out
> of date (I had thought this would have been done during refurbishing of the
> device). After updating from a 2016 UEFI to one from 20
Some of you may wish to look at this story on Google News today:
The Best Linux Distributions Without systemd
https://www.howtogeek.com/713847/the-best-linux-distributions-without-systemd/
Devuan gets a whole section of the article, which notes
>> ...
>> Devuan was forke
On Wed, 24 Feb 2021 15:42:22 -0800
Justin The Cynical wrote:
> > the line "Minimal BASH-like line editing is supported..."
>
> I ran into this upgrading one of my EFI machines to the latest
> bewolf, it would only boot to the grub prompt.
>
> I can't remember the exact steps I did to determ
Mounting and remounting is not the problem, unfortunately. That'd be easier
to track down. I can't unmount with the regular user, but root can do it
just fine.
BTW, the 'jackman' user has the same uid on both server and client.
On Wed, Feb 24, 2021, 3:39 PM g4sra via Dng wrote:
> ‐‐‐ Origin
31 matches
Mail list logo