Hardware Reference
In-Depth Information
Adding a static IP address to a wired connection in Mac OS X
Static IP assignment in Linux
If your Linux distribution is based on Debian, you should be able to assign static
addressing using the same method as we used for the Raspberry Pi. However,
you can try the following command sequence to assign a static IP address to a
running system:
$ sudo ip addr add 192.168.10.2/24 dev eth0
$ sudo ip route del default
 
Search WWH ::




Custom Search