Skip to content

Instantly share code, notes, and snippets.

@T0biii
Last active May 12, 2024 18:47
Show Gist options
  • Save T0biii/3efbdd3d15cd3d45531272aab07b3883 to your computer and use it in GitHub Desktop.
Save T0biii/3efbdd3d15cd3d45531272aab07b3883 to your computer and use it in GitHub Desktop.
my gluon commands

Remove wg_mesh_vpn to get a new connection mybe gateway.

ip link del wg_mesh_vpn

autoupdater settings

uci set autoupdater.settings.enabled=0
uci set autoupdater.settings.enabled=1

Loadbalancing

uci set wireguard.mesh_vpn.loadbalancing=0 
uci set wireguard.mesh_vpn.loadbalancing=1

Sysupgrade

wget https://gluon-upgradefile
sysupgrade filename

autoupdater

autoupdater
autoupdater -f

gluon

gluon-info
gluon-enter-setup-mode

gluon enter setup mode

gluon-enter-setup-mode
uci set gluon-setup-mode.@setup_mode[0].enabled='1'
uci commit gluon-setup-mode
reboot

uci

uci show

iperf

opkg update && opkg install iperf3
iperf3 -c freifunkm01.ring.nlnog.net -p 5203 -P 10 -t 30 -R

opkg

opkg update
opkg install nano
opkg install iperf3

respondd

gluon-neighbour-info -d ::1 -p 1001 -t 1 -r nodeinfo
gluon-neighbour-info -d ::1 -p 1001 -t 1 -r statistics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment