Skip to content

Commit bcf5ba5

Browse files
authored
Merge pull request raspberrypi#760 from aabadie/patch-1
Fix typo in net_tutorial.md
2 parents 0f89eff + 8a345c8 commit bcf5ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/raspberrypi/bootmodes/net_tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Finally, note down the address of your DNS server, which is the same address as
7878
cat /etc/resolv.conf
7979
```
8080

81-
Configure a static network adddress on your server Raspberry Pi by with `sudo nano /etc/network/interfaces` (where you replace nano with an editor of your choice). Change the line, `iface eth0 inet manual` so that the address is the first address from the command before last, the netmask address as `255.255.255.0` and the gateway address as the number received from the last command.
81+
Configure a static network address on your server Raspberry Pi by with `sudo nano /etc/network/interfaces` (where you replace nano with an editor of your choice). Change the line, `iface eth0 inet manual` so that the address is the first address from the command before last, the netmask address as `255.255.255.0` and the gateway address as the number received from the last command.
8282

8383
```
8484
auto eth0

0 commit comments

Comments
 (0)