Raspbian: Setup Network

From OnnoCenterWiki
Revision as of 07:50, 16 January 2015 by Onnowpurbo (talk | contribs)
Jump to navigationJump to search

Edit

vi /etc/network/interfaces

Isi dengan, misalnya,

iface eth0 inet static
address 192.168.0.3
broadcast 192.168.0.255
netmask 255.255.255.0
gateway 192.168.0.223

atau

iface eth0 inet dhcp