I have a question regarding the network-ports on my Raspberry Pi 3 Model B with a fresh Install of Archlinux ARM 4.4.37-1-ARCH. I want to establish a LAN with 2 computers: the Rpi and my Desktop-PC with static ip addresses using systemd-networkd.
Code: Select all
[alarm@alarmpi network]$ cat /etc/systemd/network/eth0.network
[Match]
Name=eth0
[Network]
Adress=192.168.1.2/24
Gateway=192.168.1.2
Code: Select all
[alarm@alarmpi ~]$ ip addr show dev eth0
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether b8:27:eb:01:fa:35 brd ff:ff:ff:ff:ff:ff
inet6 fe80::ba27:ebff:fe01:fa35/64 scope link
valid_lft forever preferred_lft forever