Skip to content

A shellscript for activate and deacitve fritzbox guestwlan and configure it

License

Notifications You must be signed in to change notification settings

marcszy91/FritzBox-Guestwlan-Shellscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

FritzBox-Guestwlan-Shellscript

A shellscript for activate and deacitve fritzbox guestwlan and configure it

Install

sudo apt-get install tclsh tcllib

git clone https://github.com/Ezak91/FritzBox-Guestwlan-Shellscript.git

cd FritzBox-Guestwlan-Shellscript

cd FritzBox-Guestwlan-Shellscript/files

chmod 755 GuestWlan.sh

chmod 755 cpwmd5

nano GuestWlan.sh

Change PASSWORD to your FritzBox Password and save with CTRL + O

Execute

Power on:

./GuestWlan.sh --action="on"

Power off:

./GuestWlan.sh --action="off"

Configurations

Thera are two ways to configure the wlan settings.

  1. Change the default settings in the GuestWlan.sh files

  2. Use optional parameter to override default settings like:

       ./GuestWlan.sh --action="on" --ssid="GUEST+SSID"
    

For parameters take a look at

    		./GuestWlan.sh --help

About

A shellscript for activate and deacitve fritzbox guestwlan and configure it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages