Hi everyone, I’m really struggling with a Problem right now - everything was working fine until about six months ago. I can’t tell if it stopped working after an IPFire update or a Debian update from bookworm to trixie ^^
I cannot access the additional 192.168.254.0/24 (IoT) Network, which is connected to the orange network, from any Green client.
However, from the green network, I can ping 192.168.254.1 - but I can’t reach any other IP addresses in the .254 subnet
[root@LUXfire ~]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default gateway 0.0.0.0 UG 0 0 0 ppp0
10.0.0.0 0.0.0.0 255.255.255.252 U 0 0 0 red0
10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 wg0
10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 tun0
gateway 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
192.168.11.0 0.0.0.0 255.255.255.0 U 0 0 0 green0
192.168.12.0 0.0.0.0 255.255.255.0 U 0 0 0 orange0
192.168.13.0 0.0.0.0 255.255.255.0 U 0 0 0 blue0
[root@LUXfire ~]#
no route entry after adding Static Route via WebGUI?
Ping from green Client 192.168.11.2/24 to the intern WiFi Card 192.168.254.1/24 on APU orange Network 192.168.12.230/24 works
PS C:\Users\Lux> ping 192.168.254.1
Ping wird ausgeführt für 192.168.254.1 mit 32 Bytes Daten:
Antwort von 192.168.254.1: Bytes=32 Zeit=1ms TTL=63
Antwort von 192.168.254.1: Bytes=32 Zeit=1ms TTL=63
Antwort von 192.168.254.1: Bytes=32 Zeit=1ms TTL=63
Antwort von 192.168.254.1: Bytes=32 Zeit=1ms TTL=63
Ping-Statistik für 192.168.254.1:
Pakete: Gesendet = 4, Empfangen = 4, Verloren = 0
(0% Verlust),
Ca. Zeitangaben in Millisek.:
Minimum = 1ms, Maximum = 1ms, Mittelwert = 1ms
PS C:\Users\Lux>
if i remove the static Route from IPFire i can’t access 192.168.254.1 from green Client anymore - so i assume the Static Route on IPFire is working ^^
route from APU Smarthome
[09:27:31] root@apu:~# route
Kernel-IP-Routentabelle
Ziel Router Genmask Flags Metric Ref Use Iface
default 192.168.12.1 0.0.0.0 UG 0 0 0 br0
192.168.12.0 0.0.0.0 255.255.255.0 U 0 0 0 br0
192.168.254.0 0.0.0.0 255.255.255.0 U 0 0 0 wlp4s0
[11:26:10] root@apu:~#
/etc/network/interfaces from APU
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
allow-hotplug enp1s0
iface enp1s0 inet manual
allow-hotplug enp2s0
iface enp2s0 inet manual
allow-hotplug enp3s0
iface enp3s0 inet manual
# Bridge setup
auto br0
iface br0 inet static
address 192.168.12.230/24
broadcast 192.168.12.255
gateway 192.168.12.1
bridge_ports enp1s0 enp2s0 enp3s0
# bridge_stp off # disable Spanning Tree Protocol
# bridge_waitport 0 # no delay before a port becomes available
# bridge_fd 0 # no forwarding delay
# WLAN IoT setup
auto wlp4s0
iface wlp4s0 inet static
address 192.168.254.1/24
broadcast 192.168.254.255
# gateway 192.168.12.1
Otherwise, everything works - my OpenHAB at 192.168.12.230 can reach the IoT devices on 192.168.254.0/24, and the IoT devices register properly in OpenHAB
I just can’t reach the IoT network from the green side - every Device in IoT has an WebGUI
Right now, I’m pretty unsure whether my problem lies on the IPFire side or the Debian APU side…
Since my Network Printer only supports 2.4GHz Wi-Fi, I can only connect it via the IoT network, so I really need to regain access ^^
if any additional Information needed let me know pls ![]()
Due to the physical Layout, it’s difficult for me to make any changes to the Setup - but since it used to work before, I’m pretty sure I’m missing either a Route or a NAT rule…
IPFire 2.29 (x86_64) - Core-Update 202 running

