1

Possible Duplicate:
How to reset a Fritz!Box DSL router to factory settings?

I need to change the setting of router Fritz Box. The setting were set by another person. I can't connect to router using cable, may be standard port or address were changed. So the only option is to switch to factory settings. Usually there is a button which deletes all the settings. I read the documentation and they tell to call the number #991*15901590* on the router. Do I have to connect telephone to router?

damluar
  • 291
  • 2
  • 3
  • 8

2 Answers2

1

Connect to the router via Ethernet or WiFi and negotiate an IP address via DHCP (most Operating System configurations will do that automatically). The Fritz!Box should now be set as the default gateway. You can use route on the command line to determine it.

If DHCP doesn't work anymore, you can still scan the whole private IPv4 address range. For example, nmap -sP 192.168.0.0/16 10.0.0.0/8 172.16.0.0/20 will list a Fritz!Box without a configured DHCP server (but functioning IPv4).

phihag
  • 2,806
1

No matter how the FritzBox is configured, it is always reachable via ethernet cable http://192.168.178.254 - there you'll find an option to reset to factory settings.

ott--
  • 2,251