- 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.
- 深入淺出數據科學:Python編程
- Mastering AWS Lambda
- Oracle BAM 11gR1 Handbook
- Hands-On Natural Language Processing with Python
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(入門與提高篇)
- 持續輕量級Java EE開發:編寫可測試的代碼
- MySQL程序員面試筆試寶典
- Access 2010數據庫應用技術實驗指導與習題選解(第2版)
- UML2面向對象分析與設計(第2版)
- Python開發基礎
- Building Business Websites with Squarespace 7(Second Edition)
- 深度學習入門:基于Python的理論與實現
- HTML5程序開發范例寶典
- 虛擬現實:引領未來的人機交互革命