Now I'm browsing through the ip-phone-forum found a new image for the Fritz, which temporarily enabled Telnet. So much fun with it.
Download Image Telnet , the threat is ! here! to find.
Mfg. BODY-Snatch

Now I'm browsing through the ip-phone-forum found a new image for the Fritz, which temporarily enabled Telnet. So much fun with it.
Download Image Telnet , the threat is ! here! to find.
Mfg. BODY-Snatch
From current events, I would now like to summarize again all about the DLink 360-T.
The data for the telnet login, user "root" and password "admin". You should change this but as soon as possible via the web interface.
Modem as a router
route default netmask 0.0.0.0 dev ppp0 Port shares one can now easily perform using "iptables". Here the example of eMule ports:
TCP | 4661
TCP | 4662
UDP | 4665
UDP | 4672
Zielrechner bei mir war 192.168.1.2
iptables -t nat -A PREROUTING -j DNAT -p tcp -s 0/0 –-dport 4661 –-to-destination 192.168.1.2 -i ppp0
iptables -t nat -A PREROUTING -j DNAT -p tcp -s 0/0 –-dport 4662 –-to-destination 192.168.1.2 -i ppp0
iptables -t nat -A PREROUTING -j DNAT -p udp -s 0/0 –-dport 4665 –-to-destination 192.168.1.2 -i ppp0
iptables -t nat -A PREROUTING -j DNAT -p udp -s 0/0 –-dport 4672 –-to-destination 192.168.1.2 -i ppp0
DHCP server
Here is my example: start 192.168.0.3
end 192.168.0.254
inflease_time 604800
interface br0
opt router 192.168.0.1
opt dns 192.168.0.1
opt subnet 255.255.255.0
opt lease 3600
conflict_time 60
lease_file /var/tmp/udhcpd.leases
own HTTP server
/usr/sbin/thttpd -g -d /var/tmp/www -u root -p 80 To have a way to perform all changes automatically on start up now I've found yet, unfortunately.
Sample page on the modem: body-snatcher.ath.cx
Mfg. BODY-Snatch
PS: If you did not understand something, only the and the by then still read and post here.
Since there is already much zulesen the Fritz boxes on the Internet regarding firmware modding so I thought why did I not even try this time.
The first Problem was the Standert "starttelnet.image" image did not work. After a long search, much experimentation and frequent pulling plug on a post then I'm in the ip-phone-forum met. After much back and forth hats then folded up and I'm standing here now with my own small DNS server, but all times of the beginning.
How do I start a telnet to FritzBox 2030
Thus it would be done and it runs first telnet to the box.
Next I want to take care of the change in the address range of the DHCP server as the assigned IP from .20 to fit into my network, not quite.
DHCP address range change
So would the DHCP server and personalized, we can turn the DNS.
Feed with its own DNS name
That would be everything I've done so with me. But watch the end when you upgrade to version 92 is the telnet function is lost. DNS and DHCP changes are retained.
Mfg. BODY-Snatch