Open main menu

Wiki-Orange Pi β

Changes

How to set a static IP address

863 bytes added, 20:16, 24 April 2023
no edit summary
|orangepi@orangepi:~$ '''ip addr show eth0'''<br>
3: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000<br>
:link/ether 5e:ac:14:a5:92:b3 brd ff:ff:ff:ff:ff:ff<br>:inet '''<span style="color:#FF0000">192.168.1.177</span>'''/24 brd 192.168.1.255 scope global noprefixroute eth0 <br>::valid_lft forever preferred_lft forever<br>:inet6 241e:3b8:3240:c3a0:e269:8305:dc08:135e/64 scope global dynamic noprefixroute<br>::valid_lft 259149sec preferred_lft 172749sec<br>:inet6 fe80::957d:bbbe:4928:3604/64 scope link noprefixroute <br>::valid_lft forever preferred_lft forever
|}
18) Then you can test the connectivity of the network to check whether the IP address is configured OK, and the '''ping''' command can be interrupted through the shortcut key '''Ctrl+C'''<br>
64 bytes from 192.168.1.47: icmp_seq=3 ttl=64 time=0.273 ms<br>
64 bytes from 192.168.1.47: icmp_seq=4 ttl=64 time=0.269 ms<br>
64 bytes from 192.168.1.47: icmp_seq=5 ttl=64 time=0.275 ms<br>^Cv--- 192.168.1.47 ping statistics ---<br>5 packets transmitted, 5 received, 0% packet loss, time 4042ms <br>rtt min/avg/max/mdev = 0.233/0.262/0.275/0.015 ms<br>
|}
{| class="wikitable" style="width:800px;"
|-
|orangepi@orangepi:~$ '''nmcli con show'''<br><span style="margin-right: 180px;">NAME</span><span style="margin-right: 260px;">UUID </span><span style="margin-right: 45px;">TYPE </span><span style="margin-right: 50px;">DEVICE</span><br><span style="margin-right: 125px;">'''orangepi'''</span><span style="margin-right: 70px;">cfc4f922-ae48-46f1-84e1-2f19e9ec5e2a</span><span style="margin-right: 50px;">wifi </span><span style="margin-right: 50px;">wlan0</span><br><span style="margin-right: 50px;">'''Wired connection 1'''</span><span style="margin-right: 50px;">9db058b7-7701-37b8-9411-efc2ae8bfa30</span><span style="margin-right: 30px;">ethernet </span><span style="margin-right: 50px;">eth0</span><br>
|}
{| class="wikitable" style="width:800px;border: none !important;"