Hi.. I have just got an Pi5, installed Debian Bookworm (latest) with support for ZFS and using it as a NAS server.. I am not sharing files, only using a mirrored ZFS setup for storing data by using rsync from my Mac..
Question is: I have enabled both (by installation) WifI and cabled network. I want my rsync transfers to go by the cabled network. The Pi5 has of course a hostname, and the rsync parameters includes the hostname, not the IP-adress. How do I make sure traffic is routed via the cabled network and nit by WiFi? The network interfaces are :
Question is: I have enabled both (by installation) WifI and cabled network. I want my rsync transfers to go by the cabled network. The Pi5 has of course a hostname, and the rsync parameters includes the hostname, not the IP-adress. How do I make sure traffic is routed via the cabled network and nit by WiFi? The network interfaces are :
Code:
root@thePi5:/home/thomas# ifconfigeth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.86.93 netmask 255.255.255.0 broadcast 192.168.86.255 inet6 fe80::bc53:eec5:957e:afed prefixlen 64 scopeid 0x20<link> inet6 2a01:799:feb:e200:7705:3cd3:16da:d220 prefixlen 64 scopeid 0x0<global> ether 2c:cf:67:28:61:56 txqueuelen 1000 (Ethernet) RX packets 835190 bytes 564370397 (538.2 MiB) RX errors 0 dropped 1070 overruns 0 frame 0 TX packets 852001 bytes 67156021 (64.0 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device interrupt 106wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.86.91 netmask 255.255.255.0 broadcast 192.168.86.255 inet6 fe80::2661:d5a6:8b64:d20f prefixlen 64 scopeid 0x20<link> inet6 2a01:799:feb:e200:4182:2bbe:210b:97db prefixlen 64 scopeid 0x0<global> ether 2c:cf:67:28:61:57 txqueuelen 1000 (Ethernet) RX packets 5685380 bytes 7667892449 (7.1 GiB) RX errors 0 dropped 535 overruns 0 frame 0 TX packets 12076 bytes 659717 (644.2 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Statistics: Posted by thomeven — Sat Apr 20, 2024 12:52 pm