Difference between revisions of "Raspbian: Setup Network"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: 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.222) |
Onnowpurbo (talk | contribs) |
||
Line 10: | Line 10: | ||
netmask 255.255.255.0 | netmask 255.255.255.0 | ||
gateway 192.168.0.222 | gateway 192.168.0.222 | ||
+ | |||
+ | iface eth0 inet dhcp |
Revision as of 06:06, 31 August 2014
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.222
iface eth0 inet dhcp