mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
11 lines
435 B
Bash
11 lines
435 B
Bash
#!/bin/bash
|
|
sed -i -e "s/^IIAB_GATEWAY_ENABLED.*/IIAB_GATEWAY_ENABLED=False/" {{ iiab_env_file }}
|
|
/usr/bin/iiab-gen-iptables
|
|
|
|
cat << EOF
|
|
|
|
WARNING: If you want to _permanently_ change your IIAB's default behavior
|
|
(i.e. to specify whether student client devices should have Internet or not,
|
|
in general!) then modify variable 'iiab_gateway_enabled' in
|
|
/etc/iiab/local_vars.yml — and finally run 'cd /opt/iiab/iiab ; ./iiab-network'
|
|
EOF
|