Option to disable IPv6 (#986)

pull/993/head
tteckster 3 years ago committed by GitHub
parent 61df2ea119
commit 6964f82b4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      ct/adguard-v5.sh
  2. 10
      ct/alpine-v5.sh
  3. 10
      ct/archlinux-v5.sh
  4. 10
      ct/autobrr-v5.sh
  5. 10
      ct/blocky-v5.sh
  6. 10
      ct/casaos-v5.sh
  7. 10
      ct/changedetection-v5.sh
  8. 10
      ct/cronicle-v5.sh
  9. 10
      ct/daemonsync-v5.sh
  10. 10
      ct/dashy-v5.sh
  11. 20
      ct/debian-v5.sh
  12. 10
      ct/deconz-v5.sh
  13. 10
      ct/deluge-v5.sh
  14. 10
      ct/docker-v5.sh
  15. 10
      ct/emby-v5.sh
  16. 10
      ct/emqx-v5.sh
  17. 10
      ct/esphome-v5.sh
  18. 10
      ct/grafana-v5.sh
  19. 10
      ct/grocy-v5.sh
  20. 10
      ct/heimdalldashboard-v5.sh
  21. 10
      ct/homeassistant-core-v5.sh
  22. 10
      ct/homeassistant-v5.sh
  23. 10
      ct/homebridge-v5.sh
  24. 10
      ct/homepage-v5.sh
  25. 10
      ct/homer-v5.sh
  26. 10
      ct/hyperion-v5.sh
  27. 10
      ct/influxdb-v5.sh
  28. 10
      ct/iobroker-v5.sh
  29. 10
      ct/jellyfin-v5.sh
  30. 10
      ct/k0s-v5.sh
  31. 10
      ct/kavita-v5.sh
  32. 10
      ct/keycloak-v5.sh
  33. 10
      ct/lidarr-v5.sh
  34. 10
      ct/magicmirror-v5.sh
  35. 10
      ct/mariadb-v5.sh
  36. 10
      ct/meshcentral-v5.sh
  37. 10
      ct/motioneye-v5.sh
  38. 10
      ct/mqtt-v5.sh
  39. 10
      ct/n8n-v5.sh
  40. 10
      ct/navidrome-v5.sh
  41. 10
      ct/nextcloudpi-v5.sh
  42. 10
      ct/nginxproxymanager-v5.sh
  43. 10
      ct/nocodb-v5.sh
  44. 10
      ct/node-red-v5.sh
  45. 10
      ct/omada-v5.sh
  46. 10
      ct/omv-v5.sh
  47. 10
      ct/openhab-v5.sh
  48. 10
      ct/paperless-ngx-v5.sh
  49. 10
      ct/photoprism-v5.sh
  50. 10
      ct/pihole-v5.sh
  51. 10
      ct/plex-v5.sh
  52. 10
      ct/podman-homeassistant-v5.sh
  53. 10
      ct/podman-v5.sh
  54. 10
      ct/postgresql-v5.sh
  55. 10
      ct/prometheus-v5.sh
  56. 10
      ct/prowlarr-v5.sh
  57. 10
      ct/radarr-v5.sh
  58. 10
      ct/readarr-v5.sh
  59. 10
      ct/sabnzbd-v5.sh
  60. 10
      ct/scrypted-v5.sh
  61. 10
      ct/shinobi-v5.sh
  62. 10
      ct/sonarr-v5.sh
  63. 10
      ct/syncthing-v5.sh
  64. 10
      ct/tdarr-v5.sh
  65. 10
      ct/technitiumdns-v5.sh
  66. 10
      ct/transmission-v5.sh
  67. 10
      ct/trilium-v5.sh
  68. 10
      ct/ubuntu-v5.sh
  69. 10
      ct/umbrel-v5.sh
  70. 10
      ct/unifi-v5.sh
  71. 10
      ct/uptimekuma-v5.sh
  72. 10
      ct/vaultwarden-v5.sh
  73. 10
      ct/whisparr-v5.sh
  74. 10
      ct/whoogle-v5.sh
  75. 10
      ct/wikijs-v5.sh
  76. 14
      ct/wireguard-v5.sh
  77. 10
      ct/yunohost-v5.sh
  78. 10
      ct/zigbee2mqtt-v5.sh
  79. 10
      ct/zwave-js-ui-v5.sh
  80. 1
      install/adguard-v5-install.sh
  81. 1
      install/autobrr-v5-install.sh
  82. 1
      install/blocky-v5-install.sh
  83. 1
      install/casaos-v5-install.sh
  84. 1
      install/changedetection-v5-install.sh
  85. 1
      install/cronicle-v5-install.sh
  86. 1
      install/daemonsync-v5-install.sh
  87. 1
      install/dashy-v5-install.sh
  88. 1
      install/debian-v5-install.sh
  89. 1
      install/deconz-v5-install.sh
  90. 5
      install/deluge-v5-install.sh
  91. 1
      install/docker-v5-install.sh
  92. 1
      install/emby-v5-install.sh
  93. 1
      install/emqx-v5-install.sh
  94. 4
      install/esphome-install.sh
  95. 5
      install/esphome-v5-install.sh
  96. 1
      install/grafana-v5-install.sh
  97. 1
      install/grocy-v5-install.sh
  98. 1
      install/heimdalldashboard-v5-install.sh
  99. 1
      install/homeassistant-core-v5-install.sh
  100. 4
      install/homeassistant-install.sh
  101. Some files were not shown because too many files have changed in this diff Show More

@ -125,6 +125,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -236,6 +238,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -369,6 +378,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -127,6 +127,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -234,6 +236,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -348,6 +357,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -352,6 +361,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -125,6 +125,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -236,6 +238,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -361,6 +370,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -352,6 +361,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -239,6 +241,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -362,6 +371,7 @@ fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export ST=$FUSE
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -351,6 +360,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -124,6 +124,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -235,6 +237,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -399,6 +408,7 @@ fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export SERV=$SERVER
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -352,6 +361,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -378,6 +387,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -1,11 +1,11 @@
#!/usr/bin/env bash
function header_info {
cat <<"EOF"
____ __________ _______ _ __
/ __ \/ ____/ __ )/ _/ | / | / /
/ / / / __/ / __ |/ // /| | / |/ /
/ /_/ / /_v5/ /_/ // // ___ |/ /| /
/_____/_____/_____/___/_/ |_/_/ |_/
____ __ _
/ __ \___v5/ /_ (_)___ _____
/ / / / _ \/ __ \/ / __ `/ __ \
/ /_/ / __/ /_/ / / /_/ / / / /
/_____/\___/_.___/_/\__,_/_/ /_/
EOF
}
@ -122,6 +122,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -233,6 +235,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -347,6 +356,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -127,6 +127,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -352,6 +361,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -123,6 +123,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -234,6 +236,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -348,6 +357,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -125,6 +125,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -238,6 +240,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -359,6 +368,7 @@ fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export ST=$FUSE
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -127,6 +127,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -246,6 +248,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -371,6 +380,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -351,6 +360,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -358,6 +367,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -352,6 +361,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -351,6 +360,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -431,6 +440,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -120,6 +120,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -232,6 +234,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -419,6 +428,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -127,6 +127,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -241,6 +243,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -427,6 +436,7 @@ fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export ST=$FUSE
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -352,6 +361,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -358,6 +367,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -122,6 +122,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -233,6 +235,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -371,6 +380,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -127,6 +127,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -238,6 +240,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -353,6 +362,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -352,6 +361,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -352,6 +361,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -129,6 +129,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -248,6 +250,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -361,6 +370,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -352,6 +361,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -125,6 +125,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -236,6 +238,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -350,6 +359,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -127,6 +127,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -238,6 +240,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -353,6 +362,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -122,6 +122,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -233,6 +235,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -347,6 +356,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -127,6 +127,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -238,6 +240,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -354,6 +363,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -352,6 +361,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -352,6 +361,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -351,6 +360,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -124,6 +124,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -235,6 +237,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -352,6 +361,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -127,6 +127,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -238,6 +240,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -352,6 +361,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -363,6 +372,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -352,6 +361,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -127,6 +127,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -238,6 +240,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -461,6 +470,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -355,6 +364,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -388,6 +397,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -127,6 +127,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -246,6 +248,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -350,6 +359,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -127,6 +127,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -238,6 +240,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -353,6 +362,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -127,6 +127,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -238,6 +240,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -353,6 +362,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -127,6 +127,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -238,6 +240,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -420,6 +429,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -125,6 +125,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -236,6 +238,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -373,6 +382,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -352,6 +361,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -128,6 +128,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -247,6 +249,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -371,6 +380,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -130,6 +130,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -241,6 +243,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -402,6 +411,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -352,6 +361,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -352,6 +361,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -352,6 +361,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -122,6 +122,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -233,6 +235,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -347,6 +356,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -122,6 +122,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -233,6 +235,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -347,6 +356,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -122,6 +122,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -233,6 +235,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -347,6 +356,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -122,6 +122,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -233,6 +235,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -347,6 +356,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -127,6 +127,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -238,6 +240,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -353,6 +362,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -127,6 +127,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -246,6 +248,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -362,6 +371,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -122,6 +122,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -233,6 +235,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -347,6 +356,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -127,6 +127,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -238,6 +240,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -353,6 +362,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -122,6 +122,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -233,6 +235,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -347,6 +356,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -414,6 +423,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -122,6 +122,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -233,6 +235,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -347,6 +356,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -371,6 +380,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -123,6 +123,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -242,6 +244,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -355,6 +364,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -239,6 +241,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -360,6 +369,7 @@ fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export ST=$FUSE
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -352,6 +361,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -127,6 +127,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -238,6 +240,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -369,6 +378,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -125,6 +125,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -420,6 +429,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -123,6 +123,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -234,6 +236,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -348,6 +357,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -351,6 +360,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -127,6 +127,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -238,6 +240,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -365,6 +374,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -352,13 +361,13 @@ if [ "$UPD" == "2" ]; then
exit
fi
IP=$(hostname -I | awk '{print $1}')
msg_info "Installing pip3"
msg_info "Installing Python3-pip"
apt-get install -y python3-pip &>/dev/null
pip install flask &>/dev/null
pip install ifcfg &>/dev/null
pip install flask_qrcode &>/dev/null
pip install icmplib &>/dev/null
msg_ok "Installed pip3"
msg_ok "Installed Python3-pip"
msg_info "Installing WGDashboard"
WGDREL=$(curl -s https://api.github.com/repos/donaldzou/WGDashboard/releases/latest |
@ -407,6 +416,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -122,6 +122,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -233,6 +235,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -347,6 +356,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -127,6 +127,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -238,6 +240,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -382,6 +391,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -126,6 +126,8 @@ function default_settings() {
NET=dhcp
echo -e "${DGN}Using Gateway Address: ${BGN}Default${CL}"
GATE=""
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
MTU=""
echo -e "${DGN}Using DNS Search Domain: ${BGN}Host${CL}"
@ -237,6 +239,13 @@ function advanced_settings() {
echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}"
fi
fi
if (whiptail --defaultno --title "IPv6" --yesno "Disable IPv6?" 10 58); then
echo -e "${DGN}Disable IPv6: ${BGN}Yes${CL}"
DISABLEIP6="yes"
else
echo -e "${DGN}Disable IPv6: ${BGN}No${CL}"
DISABLEIP6="no"
fi
MTU1=$(whiptail --inputbox "Set Interface MTU Size (leave blank for default)" 8 58 --title "MTU SIZE" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then
@ -365,6 +374,7 @@ else
fi
TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
export DISABLEIPV6=$DISABLEIP6
export VERBOSE=$VERB
export STD=$VERB2
export SSH_ROOT=${SSH}

@ -1,5 +1,6 @@
#!/usr/bin/env bash
if [ "$VERBOSE" == "yes" ]; then set -x; fi
if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
YW=$(echo "\033[33m")
RD=$(echo "\033[01;31m")
BL=$(echo "\033[36m")

@ -1,5 +1,6 @@
#!/usr/bin/env bash
if [ "$VERBOSE" == "yes" ]; then set -x; fi
if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
YW=$(echo "\033[33m")
RD=$(echo "\033[01;31m")
BL=$(echo "\033[36m")

@ -1,5 +1,6 @@
#!/usr/bin/env bash
if [ "$VERBOSE" == "yes" ]; then set -x; fi
if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
YW=$(echo "\033[33m")
RD=$(echo "\033[01;31m")
BL=$(echo "\033[36m")

@ -1,5 +1,6 @@
#!/usr/bin/env bash
if [ "$VERBOSE" == "yes" ]; then set -x; fi
if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
YW=$(echo "\033[33m")
RD=$(echo "\033[01;31m")
BL=$(echo "\033[36m")

@ -1,5 +1,6 @@
#!/usr/bin/env bash
if [ "$VERBOSE" == "yes" ]; then set -x; fi
if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
YW=$(echo "\033[33m")
RD=$(echo "\033[01;31m")
BL=$(echo "\033[36m")

@ -1,5 +1,6 @@
#!/usr/bin/env bash
if [ "$VERBOSE" == "yes" ]; then set -x; fi
if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
YW=$(echo "\033[33m")
RD=$(echo "\033[01;31m")
BL=$(echo "\033[36m")

@ -1,5 +1,6 @@
#!/usr/bin/env bash
if [ "$VERBOSE" == "yes" ]; then set -x; fi
if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
YW=$(echo "\033[33m")
RD=$(echo "\033[01;31m")
BL=$(echo "\033[36m")

@ -1,5 +1,6 @@
#!/usr/bin/env bash
if [ "$VERBOSE" == "yes" ]; then set -x; fi
if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
YW=$(echo "\033[33m")
RD=$(echo "\033[01;31m")
BL=$(echo "\033[36m")

@ -1,5 +1,6 @@
#!/usr/bin/env bash
if [ "$VERBOSE" == "yes" ]; then set -x; fi
if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
YW=$(echo "\033[33m")
RD=$(echo "\033[01;31m")
BL=$(echo "\033[36m")

@ -1,5 +1,6 @@
#!/usr/bin/env bash
if [ "$VERBOSE" == "yes" ]; then set -x; fi
if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
YW=$(echo "\033[33m")
RD=$(echo "\033[01;31m")
BL=$(echo "\033[36m")

@ -1,5 +1,6 @@
#!/usr/bin/env bash
if [ "$VERBOSE" == "yes" ]; then set -x; fi
if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
YW=$(echo "\033[33m")
RD=$(echo "\033[01;31m")
BL=$(echo "\033[36m")
@ -86,9 +87,9 @@ $STD apt-get install -y sudo
$STD apt-get install -y mc
msg_ok "Installed Dependencies"
msg_info "Installing pip3"
msg_info "Installing Python3-pip"
$STD apt-get install -y python3-pip
msg_ok "Installed pip3"
msg_ok "Installed Python3-pip"
msg_info "Installing Deluge"
$STD pip install deluge[all]

@ -1,5 +1,6 @@
#!/usr/bin/env bash
if [ "$VERBOSE" == "yes" ]; then set -x; fi
if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
YW=$(echo "\033[33m")
RD=$(echo "\033[01;31m")
BL=$(echo "\033[36m")

@ -1,5 +1,6 @@
#!/usr/bin/env bash
if [ "$VERBOSE" == "yes" ]; then set -x; fi
if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
YW=$(echo "\033[33m")
RD=$(echo "\033[01;31m")
BL=$(echo "\033[36m")

@ -1,5 +1,6 @@
#!/usr/bin/env bash
if [ "$VERBOSE" == "yes" ]; then set -x; fi
if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
YW=$(echo "\033[33m")
RD=$(echo "\033[01;31m")
BL=$(echo "\033[36m")

@ -87,9 +87,9 @@ apt-get install -y sudo &>/dev/null
apt-get install -y git &>/dev/null
msg_ok "Installed Dependencies"
msg_info "Installing pip3"
msg_info "Installing Python3-pip"
apt-get install -y python3-pip &>/dev/null
msg_ok "Installed pip3"
msg_ok "Installed Python3-pip"
msg_info "Installing ESPHome"
pip3 install esphome &>/dev/null

@ -1,5 +1,6 @@
#!/usr/bin/env bash
if [ "$VERBOSE" == "yes" ]; then set -x; fi
if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
YW=$(echo "\033[33m")
RD=$(echo "\033[01;31m")
BL=$(echo "\033[36m")
@ -88,9 +89,9 @@ $STD apt-get install -y mc
$STD apt-get install -y git
msg_ok "Installed Dependencies"
msg_info "Installing pip3"
msg_info "Installing Python3-pip"
$STD apt-get install -y python3-pip
msg_ok "Installed pip3"
msg_ok "Installed Python3-pip"
msg_info "Installing ESPHome"
$STD pip3 install esphome

@ -1,5 +1,6 @@
#!/usr/bin/env bash
if [ "$VERBOSE" == "yes" ]; then set -x; fi
if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
YW=$(echo "\033[33m")
RD=$(echo "\033[01;31m")
BL=$(echo "\033[36m")

@ -1,5 +1,6 @@
#!/usr/bin/env bash
if [ "$VERBOSE" == "yes" ]; then set -x; fi
if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
YW=$(echo "\033[33m")
RD=$(echo "\033[01;31m")
BL=$(echo "\033[36m")

@ -1,5 +1,6 @@
#!/usr/bin/env bash
if [ "$VERBOSE" == "yes" ]; then set -x; fi
if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
YW=$(echo "\033[33m")
RD=$(echo "\033[01;31m")
BL=$(echo "\033[36m")

@ -1,5 +1,6 @@
#!/usr/bin/env bash
if [ "$VERBOSE" == "yes" ]; then set -x; fi
if [ "$DISABLEIPV6" == "yes" ]; then echo "net.ipv6.conf.all.disable_ipv6 = 1" >>/etc/sysctl.conf; fi
YW=$(echo "\033[33m")
RD=$(echo "\033[01;31m")
BL=$(echo "\033[36m")

@ -86,9 +86,9 @@ apt-get install -y curl &>/dev/null
apt-get install -y sudo &>/dev/null
msg_ok "Installed Dependencies"
msg_info "Installing pip3"
msg_info "Installing Python3-pip"
apt-get install -y python3-pip &>/dev/null
msg_ok "Installed pip3"
msg_ok "Installed Python3-pip"
get_latest_release() {
curl -sL https://api.github.com/repos/$1/releases/latest | grep '"tag_name":' | cut -d'"' -f4

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save