Eth2 - Strange beahvior
Posted: 28 May 2025, 15:54
Hello,
currently configurin on RevPi 4S with our own software, I notice a strage behaviour of the eth2 interface.
eth1 is connected to our router allowing remote access using ANYDESK.
We need eth2 enabled and connecteded to our S-IOT (Subsea IOT) gateway.
Here below the configuration we have :
Eth2 :
IPV4 configuration : manual
address : 169.254.197.100
Gateway : 169.254.197.1
DNS server : 169.254.197.1
on our system :
fix IP
address 197.254.197.52
Server listen on port 2105
The strange things is that when pinging I got the follwing :
pi@RevPi100363126022:~$ ping 169.254.197.52
PING 169.254.197.52 (169.254.197.52) 56(84) bytes of data.
From 169.254.197.100 icmp_seq=1 Destination Host Unreachable
From 169.254.197.100 icmp_seq=5 Destination Host Unreachable
From 169.254.197.100 icmp_seq=6 Destination Host Unreachable
From 169.254.197.100 icmp_seq=7 Destination Host Unreachable
From 169.254.197.100 icmp_seq=8 Destination Host Unreachable
From 169.254.197.100 icmp_seq=9 Destination Host Unreachable
From 169.254.197.100 icmp_seq=10 Destination Host Unreachable
64 bytes from 169.254.197.52: icmp_seq=12 ttl=255 time=0.436 ms
64 bytes from 169.254.197.52: icmp_seq=13 ttl=255 time=0.434 ms
64 bytes from 169.254.197.52: icmp_seq=14 ttl=255 time=0.396 ms
64 bytes from 169.254.197.52: icmp_seq=18 ttl=255 time=0.350 ms
From 169.254.197.100 icmp_seq=19 Destination Host Unreachable
From 169.254.197.100 icmp_seq=20 Destination Host Unreachable
From 169.254.197.100 icmp_seq=21 Destination Host Unreachable
From 169.254.197.100 icmp_seq=22 Destination Host Unreachable
From 169.254.197.100 icmp_seq=23 Destination Host Unreachable
From 169.254.197.100 icmp_seq=24 Destination Host Unreachable
^C
--- 169.254.197.52 ping statistics ---
26 packets transmitted, 4 received, +13 errors, 84.6154% packet loss, time 25574ms
We got an answer time to time and it is not suitable for our application ...
We also try to install a DNS/DHCP (DNSMASQ) for eth2 with more or less the same result.
Thanks in adavance
currently configurin on RevPi 4S with our own software, I notice a strage behaviour of the eth2 interface.
eth1 is connected to our router allowing remote access using ANYDESK.
We need eth2 enabled and connecteded to our S-IOT (Subsea IOT) gateway.
Here below the configuration we have :
Eth2 :
IPV4 configuration : manual
address : 169.254.197.100
Gateway : 169.254.197.1
DNS server : 169.254.197.1
on our system :
fix IP
address 197.254.197.52
Server listen on port 2105
The strange things is that when pinging I got the follwing :
pi@RevPi100363126022:~$ ping 169.254.197.52
PING 169.254.197.52 (169.254.197.52) 56(84) bytes of data.
From 169.254.197.100 icmp_seq=1 Destination Host Unreachable
From 169.254.197.100 icmp_seq=5 Destination Host Unreachable
From 169.254.197.100 icmp_seq=6 Destination Host Unreachable
From 169.254.197.100 icmp_seq=7 Destination Host Unreachable
From 169.254.197.100 icmp_seq=8 Destination Host Unreachable
From 169.254.197.100 icmp_seq=9 Destination Host Unreachable
From 169.254.197.100 icmp_seq=10 Destination Host Unreachable
64 bytes from 169.254.197.52: icmp_seq=12 ttl=255 time=0.436 ms
64 bytes from 169.254.197.52: icmp_seq=13 ttl=255 time=0.434 ms
64 bytes from 169.254.197.52: icmp_seq=14 ttl=255 time=0.396 ms
64 bytes from 169.254.197.52: icmp_seq=18 ttl=255 time=0.350 ms
From 169.254.197.100 icmp_seq=19 Destination Host Unreachable
From 169.254.197.100 icmp_seq=20 Destination Host Unreachable
From 169.254.197.100 icmp_seq=21 Destination Host Unreachable
From 169.254.197.100 icmp_seq=22 Destination Host Unreachable
From 169.254.197.100 icmp_seq=23 Destination Host Unreachable
From 169.254.197.100 icmp_seq=24 Destination Host Unreachable
^C
--- 169.254.197.52 ping statistics ---
26 packets transmitted, 4 received, +13 errors, 84.6154% packet loss, time 25574ms
We got an answer time to time and it is not suitable for our application ...
We also try to install a DNS/DHCP (DNSMASQ) for eth2 with more or less the same result.
Thanks in adavance