diff --git a/doc/README.fritzbox b/doc/README.fritzbox index cdfa0cefe1..30575982a3 100644 --- a/doc/README.fritzbox +++ b/doc/README.fritzbox @@ -21,9 +21,7 @@ Example usage: ntopng/tools/fritzdump.sh ``` -*NOTE:* Please enable username-based authentification instead of the default -password-only authentification. This setting can be found in the FRITZ!Box Web-UI -at _"System > FRITZ!Box-Benutzer > Anmeldung im Heimnetz"._ +*NOTE:* If you use password-only authentification pass "dslf-config" as username As you can see in the script, it will connect to the Fritz!Box via http://fritz.box, authenticate with the user and password you passed and capture the traffic on the diff --git a/tools/fritzdump.sh b/tools/fritzdump.sh index 8566536a01..0b3fa18fcb 100755 --- a/tools/fritzdump.sh +++ b/tools/fritzdump.sh @@ -9,7 +9,7 @@ IFACE="2-0" # Lan Interface #IFACE="1-lan" -# Required: You must create & switch your Fritz!Box to usernamed-based login authentification! +# If you use password-only authentication use 'dslf-config' as username. FRITZUSER=$1 FRITZPWD=$2