- Raspberry Pi 2 Server Essentials
- Piotr J.Kula
- 325字
- 2021-07-16 11:10:05
A static network address
Some DHCP servers on routers tend to change your private address every now and then. Setting a static private address is a quick way to prevent this from happening, and it is easier to remember what the IP address is.
However, many newer routers have the ability to assign a preferred IP address in the DHCP settings or will automatically assign a long-term IP to the device based on its MAC address. A long-term IP usually means that the router is reset to factory defaults or it will run out of IP addresses and replace the oldest entry in the DHCP list.
The downfall of using static addresses with most home routers is that the router might not know about this device. The reason for this is because it would have to scan the entire network endlessly, thus taking up valuable resources. If the DNS service does not advertise the IP address of the Raspberry Pi, you will not be able to use its hostname (which is, by default, raspberry
), and instead, you will have to type in the full IP address. Furthermore, if you want to use your Raspberry Pi as a media center, it will take much longer or may even not show up in the network list. Worst of all, some routers will not allow you to forward ports to your Raspberry Pi if it is not in the DHCP client list.
It is good practice to always have a DHCP server control that's assigned IP addresses on the network so that the DNS server running beside it can work properly. Assigning a static IP address is easy with wicd-curses
, but you could disable DHCP and DNS on your router and use your Raspberry Pi as a separate firewall, DHCP, and DNS server.
Setting up your own DHCP and DNS is not covered in this book as the topic itself could span several chapters depending on your needs.
- Deploying Node.js
- MySQL數(shù)據(jù)庫管理實(shí)戰(zhàn)
- Building Modern Web Applications Using Angular
- Kotlin Standard Library Cookbook
- 劍指Java:核心原理與應(yīng)用實(shí)踐
- Active Directory with PowerShell
- AutoCAD 2009實(shí)訓(xùn)指導(dǎo)
- Kivy Cookbook
- 測(cè)試架構(gòu)師修煉之道:從測(cè)試工程師到測(cè)試架構(gòu)師
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- 現(xiàn)代CPU性能分析與優(yōu)化
- VMware vSphere 5.5 Cookbook
- HTML5程序開發(fā)范例寶典
- Android Application Programming with OpenCV 3
- Mastering Assembly Programming