Hi Stefan,

Am 22.12.2022 um 11:17 schrieb Finn Thain:
ip address add 192.168.1.10/24 dev eth0
ok
ip route add default via 192.168.1.1
ip: RTNETLINK answers: Network is unreachable


where "192.168.1.10/24" is the IP address of the Falcon machine and
"192.168.1.1" is the default gateway address (router).


ip address add 192.168.1.10/24 dev eth0
ip link set dev eth0 up
ip route add default via 192.168.1.1

Perhaps add 'ip route add 192.168.1.0/24 dev eth0' in case 'ip address' did not set up the local network route?

Output of 'ip route show' would be useful.

Cheers,

        Michael

Reply via email to