BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] Trying to connect to internet in Debian
- Subject: [Discuss] Trying to connect to internet in Debian
- From: richard.pieri at gmail.com (Rich Pieri)
- Date: Thu, 15 Jan 2026 21:05:52 -0500
- In-reply-to: <13efd674-e437-4524-ba2c-f63d1a792516@app.fastmail.com>
- References: <20260114200605.72f09d97.Richard.Pieri@gmail.com> <13efd674-e437-4524-ba2c-f63d1a792516@app.fastmail.com>
On Thu, 15 Jan 2026 19:40:20 -0500
"Randall Rose" <rrose at pobox.com> wrote:
> Unfortunately I am in a situation where I need to rebuild some
> machines with only a Debian and a Fedora install disk to work from.
> With Debian, it's hard to connect to the internet since Debian
> doesn't like to provide a firewall in the initial install.
If you're using ufw then you don't do any of what you've done with
iptables. Out of the box, ufw permits all outbound connections and
denies all inbound connections.
Install base OS, configure networking. Do NOT enable any iptables
rules or services because they WILL conflict with ufw. Make sure this is
working before you do anything else. Then you can install ufw and start
the service:
sudo systemctl enable --now ufw
and you're done. From here I suggest reviewing the Arch Linux wiki
article for ufw. It has useful examples of things you can do such as
permitting port 22 from the local network.
--
\m/ (--) \m/
- Follow-Ups:
- [Discuss] Trying to connect to internet in Debian
- From: rrose at pobox.com (Randall Rose)
- [Discuss] Trying to connect to internet in Debian
- References:
- [Discuss] Looking for a PCIe USB host bus adapter
- From: richard.pieri at gmail.com (Rich Pieri)
- [Discuss] Trying to connect to internet in Debian
- From: rrose at pobox.com (Randall Rose)
- [Discuss] Looking for a PCIe USB host bus adapter
- Prev by Date: [Discuss] Trying to connect to internet in Debian
- Next by Date: [Discuss] Trying to connect to internet in Debian
- Previous by thread: [Discuss] Trying to connect to internet in Debian
- Next by thread: [Discuss] Trying to connect to internet in Debian
- Index(es):
