Step 1. Connect the ethernet cable.
By default this connection is called eth0. Ensure its connected, look for the blinking lights then steady light on the RPI.Step 2. Configure the static network information.
In this example I am using the following static IP address information:IP address: 10.1.1.100
Gateway: 10.1.1.2
DNS: 10.1.1.3
Broadcast: 10.1.255.255
At the Panel, right click the network icon and choose "WiFi Networks (dhcpcdui) Settings".
Choose following;
Configure: interface eth0
Automatically configure empty options: checked
IP Address: 10.1.1.100
Router: 10.1.1.10
DNS Server: 10.1.1.3
Click Apply. Close the window and reboot RPI.
Done.
Test using the web browser or access the terminal and try the ping command.
Reference: RPiconfig in elinux http://elinux.org/RPiconfig
No comments:
Post a Comment