Skip to main content

Primary links

  • Home
  • AI
  • Kubernetes
  • Incus
  • Ansible
  • Terraform
  • OpenStack
  • Virtualization
  • Linux
  • SmartHome
  • HowTo

Misc

  • Linux
  • Hardware
    • APC Back-UPS ES 700G
    • ARM
    • AVM
    • AX88772A Fast Ethernet USB Adapter
    • AXIS M1144-L
    • Adaptec RAID controller
    • Android
    • Archive
    • Arduino
    • Bionx
    • Bluetooth
    • Brother
    • Cisco
    • DCPMM / NVRAM
    • Dell
    • ESP32 / ESP8266
    • HP (Hewlett Packard)
    • IPMI
    • Intel NVMe
    • LSI MegaRAID
    • Lenovo ThinkPad
    • Linpack
    • Linux Benchmark
    • Logitech Squeezebox Touch
    • Logitech
    • Mellanox
    • Micron
    • NVMe
    • OpenWRT
    • RaLink RT2500
    • Raspberry Pi
    • SmartHome
    • Snom 320 / 370
    • Solar
    • Sony KDL-55EX725
    • Supermicro
    • Surface
    • TEMPer (usb temperatur)
    • USB Serial adapter
    • Ubiquiti
    • Update Intel NIC firmware
    • Yamaha
    • ZyXEL NSA320
    • ahoy DTU
    • batteries
    • hdparm
    • iDRAC
    • memtest86+
    • smartmontools
  • Programming
  • Databases
  • Multimedia
  • Windows

Cloud

  • OpenStack
  • cloud-config
  • nextcloud

Virtualization

  • Virtualization
  • Incus
  • Docker
  • KVM
  • Kubernetes
  • LXC
  • LXD
  • QEMU
  • VMware
  • VirtualBox
  • multipass
  • podman
  • vagrant
  • XEN

Network

  • DNS
  • Firewall
  • Linux
  • OpenvSwitch
  • SSL
  • VLAN
  • VPN
  • iPXE
  • namespaces
  • nmcli
  • tcpdump

Storage

  • CEPH
  • DRBD
  • LVM
  • S3
  • ZFS
  • btrfs

Automation / CI/CD

  • Install
  • Ansible
  • GitLab
  • LLM
  • Preseed
  • Puppet
  • Terraform
  • Ubuntu autoinstall

Monitoring / Visualisation

  • Grafana
  • Icinga
  • Prometheus
  • Monitoring
  • ELK
  • mermaid
  • hardware
  • avm

Fritz!Box Modellliste
https://de.wikipedia.org/wiki/Fritz!Box-Modellliste

Fritz!Box NAS
https://service.avm.de/help/de/FRITZ-Box-7360-v2-avme/016/hilfe_speicher_einstellungen_samba

Format USB pen

mkfs.ext3 -L usb8gb /dev/sdc1

Emergency / fallback IP
http://169.254.1.1/

sudo ip a add 169.254.1.111/24 dev eth0

Fallback IP

# set router to lan
ip r add 169.254.0.0/16 dev enp7s0

ping 169.254.1.1
http://169.254.1.1/

Nautilus

smb://fritz.nas
ftp://fritz.nas

Fix smaba v1 share access
# /etc/samba/smb.conf
[global]
client min protocol = CORE

Speed test
http://avm.de/nc/service/zack-der-speedtest-fuer-ihre-breitbandverbindung/
https:/192.168.178.1/support.lua

# from Linux
iperf -c 192.168.178.1 -p 4711 -t 60 -i 10

# from Windows
iperf.exe -c 192.168.178.1 -p 4712 -u -t 60 -i 10 -b 1000M

Fix 1h VPN timeout

CONNECTION=CON1
while true
do
	[ "$(nmcli con show ${CONNECTION} | grep STATUS)" ] || nmcli con up id ${CONNECTION}
	sleep 10
done

FRITZ!Box
AVM Produktvergleich: https://ch.avm.de/produkte/avm-produktvergleich/fritzbox/dslvdsl/
https://freetz.github.io/wiki/

FRITZ!Box 3490
https://boxmatrix.info/wiki/FRITZ!Box_3490
https://forum.openwrt.org/t/port-to-avm-fritz-box-3490/52692/77
http://www.aboehler.at/doku/doku.php/projects:fritz3490
https://github.com/kestrel1974/openwrt

FRITZ!Box 7360
https://boxmatrix.info/wiki/FRITZ!Box_Fon_WLAN_7360_v2
https://openwrt.org/toh/avm/avm_fritz_box_7360_v2

OpenWRT

ip a add 192.168.178.123/24 dev br-lan
ip r add default via 192.168.178.1
echo "nameserver 8.8.8.8" > /etc/resolv.conf
opkg update
opkg install luci

config interface lan
        option proto    'dhcp'

Firmware
http://192.168.178.1/cgi-bin/firmwarecfg

fritzbox-bandwidth-monitor Docker container
https://github.com/mottobug/fritzbox-bandwidth-monitor
https://avm.de/service/schnittstellen/
http://192.168.178.1:49000/fboxdesc.xml
http://192.168.178.1:49000/tr64desc.xml
http://192.168.178.1:49000/igddesc.xml
http://192.168.178.1:49000/igdconnSCPD.xml

Recovery
https://openwrt.org/docs/guide-user/installation/recovery_methods/avm_recovery_tool
https://download.avm.de/fritzbox/fritzbox-5530-fiber/other/recover/

Manufacturing date
https://www.router-faq.de/?id=fb&fb=fbdate

Debranding AVM FRITZ!Box
https://www.schongeil.de/fritz-box-branding-entfernen/
https://download.avm.de/fritzbox/ (download deutschland > recover)

#sudo ip a add 192.168.178.22/24 dev ${NIC}

NIC=enx8c3b4a1026b4

sudo ip a flush "${NIC}"
sudo ip a add 192.168.178.22/24 dev "${NIC}"
sudo ip l set dev "${NIC}" up
    echo -n "Waiting for FTP on 192.168.178.1:21"
while ! nc -z 192.168.178.1 21 2>/dev/null; do
    echo -n .
    sudo ip l set dev "${NIC}" up
    sleep 1
done

# Reliable method using netcat
nc 192.168.178.1 21 <

<strong>Get admin and WLAN password (missing label)</strong>
<code>
quote getenv webgui_pass
quote getenv wlan_key
quote getenv wlan_ssid
quote getenv my_ipaddress

Updates
https://avm.de/service/update-news/

Fritz!Box with MASH support
https://avm.de/mesh/faqs/welche-fritz-produkte-unterstuetzen-mesh/

Links
https://www.kuketz-blog.de/flash-openwrt-auf-fritzbox-4040-openwrt-teil2/

Profiles GitHub StackOverflow LinkedIn Xing
Contact Imprint
© panticz 2026

Cookie-Einstellungen

Diese Website nutzt eingebettete Inhalte von Drittanbietern (z.B. YouTube, SoundCloud). Beim Laden dieser Inhalte werden Daten an die jeweiligen Anbieter übermittelt. Datenverarbeitungserklärung