Skip to content

Commandline administration

Nils Schneider edited this page Feb 9, 2014 · 192 revisions

Solving various problems on the commandline.

Setting location

# uci set gluon-location.@location[0].latitude=53.834470
# uci set gluon-location.@location[0].longitude=10.702518
# uci set gluon-location.@location[0].share_location=1
# uci commit gluon-location

Check settings:

# uci show gluon-location
gluon-location.@location[0]=location
gluon-location.@location[0].share_location=1
gluon-location.@location[0].latitude=53.834470
gluon-location.@location[0].longitude=10.702518

Enabling fastd

# uci set fastd.mesh_vpn.enabled=1
# uci commit fastd
# /etc/init.d/fastd show_key mesh_vpn
18fa75d1808692f04770bedf30c42dac24585d331560c545d70dd27f22a05648

Clone this wiki locally