You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
414 B
Django/Jinja
12 lines
414 B
Django/Jinja
#!/bin/bash
|
|
ip link set address {{ item.fastd_mesh_mac }} dev $1
|
|
ip link set up dev $1
|
|
batctl meshif bat{{ item.name }} if add $1
|
|
batctl meshif bat{{ item.name }} gw server 1000000/1000000
|
|
batctl meshif bat{{ item.name }} it 10000
|
|
batctl meshif bat{{ item.name }} mm 1
|
|
batctl meshif bat{{ item.name }} hop_penalty 64
|
|
netctl start bat{{ item.name }}
|
|
systemctl restart dhcpd4.service
|
|
systemctl restart named.service
|