Difference between revisions of "OpenWRT: CLI"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: Beberapa tip untuk mensetup menggunakan CLI ==password== ubah password root passwd ==matikan DHCP Server & DNS relay== /etc/init.d/dnsmasq stop ==Edit wirelesss konfig== vi /et...) |
Onnowpurbo (talk | contribs) |
||
Line 6: | Line 6: | ||
passwd | passwd | ||
− | |||
==matikan DHCP Server & DNS relay== | ==matikan DHCP Server & DNS relay== | ||
/etc/init.d/dnsmasq stop | /etc/init.d/dnsmasq stop | ||
− | |||
==Edit wirelesss konfig== | ==Edit wirelesss konfig== | ||
+ | edit | ||
vi /etc/config/wireless | vi /etc/config/wireless | ||
+ | |||
+ | isi | ||
config wifi-device radio0 | config wifi-device radio0 |
Latest revision as of 14:48, 1 January 2014
Beberapa tip untuk mensetup menggunakan CLI
password
ubah password root
passwd
matikan DHCP Server & DNS relay
/etc/init.d/dnsmasq stop
Edit wirelesss konfig
edit
vi /etc/config/wireless
isi
config wifi-device radio0 option type mac80211 option channel 11 option hwmode 11g option path 'ssb0:3' # REMOVE THIS LINE TO ENABLE WIFI: option disabled 0
config wifi-iface option device radio0 option network lan option mode ap option ssid OpenWRT option encryption none