Deutsch   English   Français   Italiano  
<v2ddtk$3g8gc$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: <bp@www.zefox.net>
Newsgroups: comp.sys.raspberry-pi
Subject: Re: Setting a manual IP address
Date: Sun, 19 May 2024 17:46:28 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 31
Message-ID: <v2ddtk$3g8gc$1@dont-email.me>
References: <v20bf0$asah$1@dont-email.me> <v2bei9$30kmg$2@dont-email.me>
Injection-Date: Sun, 19 May 2024 19:46:28 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="cbe68707478a2dceac13bb980c1e7260";
	logging-data="3678732"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18qwWictG+IfDC8HCvNYc9DX9i0dd56J3I="
User-Agent: tin/2.6.2-20221225 ("Pittyvaich") (FreeBSD/14.0-RELEASE-p5 (arm64))
Cancel-Lock: sha1:1cSxNKp+nPEru0tg1viWN1JJhUw=
Bytes: 1861

[replying to lawrence]

The Pi in question is running a default RasPiOS version. Systemd
shows up in dmesg output, but nothing from system-network.

Here's the experiment I'd like to try:

Right now, wlan0 comes up using DHCP and connects to my WiFi router,
giving the usual net connectivity, which I'd like to keep active.

At the same time, I'd like to enable a second connection using an
ethernet-to-WiFi bridge on eth0 using something like

auto eth0
iface eth0 inet static
        address 192.168.1.8/24
        gateway 192.168.1.254

Is that all it takes? Presently both /etc/network/interfaces
and /etc/network/interfaces.d are empty.

The plan is to bring up both interfaces, then turn off internal
WiFi to see if eth0 is working. Both use the same default route.
I'm simply trying to figure out if the bridge and its antenna can
be situated for better throughput than the Pi4 internal antenna.

Thanks very much for posting!

bob prohaska