Archive | Imprint | Privacy
16th February 2006
Nerd 2.0

Signs of life

So after a long time now I'm not blogging I wanted to come here a few times to give signs of life from me. First I have to disappoint all those waiting for big innovations.

Although, the new Orion phpBB version 2.de sec- and beta-tests.net played, because it causes a lot of improvements to the system (by which the two standard styles are explained), but I can still no new Fun Synchro-present. The developments are progressing, but unfortunately there is currently an acute lack of time. Look for it available here in the next posting (in no more than one month) the first screenshots. If all goes well then even fun-v2 Synchro will then go online at least 2 months. As long as you have patience you yet.

But I hope sincerely that I can do it before because my TODO list already overflowing completely.

So until the next post in anticipation of sore fingers from typing much.

Solong Body-Snatch

2nd February 2006
Nerd 2.0

Forum has moved and current phpBB 2.2

The forum has now moved, as was Kilu back down again. They have quite a problem there with the team and the server is now obs at 11 or at the net admins could somehow be found. Well anyway thx for the Kilu but fairly ordinary free hosting service. The board is now at nerd20.de/forum / . Additionally, there was an update to the latest version, and I can only say it is getting harder to wait for the final. The features are truly breathtaking. Let's hope it lasts much longer. Screenshots of the menus in the next few days. If desired, there is even one probably. soon as a download, since many users do not get on with CVS.
Mfg. BODY-Snatch

Nerd 2.0

Sitemap.xml and Internet problems

Just in time for the making of public body-snatcher.ath.cx yesterday crashed my internet ;-). No idea whether it is too high traffic, or else lay on crawlers. Well, the problem should be fixed.

From now on all sides of me to support the sitemap.xml format. Who does not know what it is, it never hurts here look. Until now this has had on two test sites also have very positive effects, so I recommend it.

So Long Body-Snatch

Nerd 2.0

DLink 360-T: Router, HTTP server and DHCP in a

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

  1. Ye log into a web interface of the modem and provides a data connection with the pppoe connection. To give one your connection and removes the Hacken at "On Demand" (not going to the modem).
  2. Now on Status> Connection Status and dial.
  3. Now you log onto via telnet, and give
    route default netmask 0.0.0.0 dev ppp0
    one.
  4. Now it would take more than just the gateway IP of the DSL modem and the DNS server of your provider.

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

  1. Ye logged via telnet to the modem
  2. Go to the directory / var / tmp and have here is the file where all records relating to the DHCP server udhcpd.conf be made.
  3. To change the configuration it just puts a udhcpd.conf from the network and then brings them to you via wget on the modem.

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

  1. Is it any wonder again just log in via Telnet.
  2. Now enter "ps" and the "thttpd" services seek out and kill by fire.
  3. Now you create a new directory (mkdir "/ var / tmp / www /") and starts the server with
    /usr/sbin/thttpd -g -d /var/tmp/www -u root -p 80
    again.
  4. Now you can store it in the directory / var / tmp / www / your HTML files.

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.

1st February 2006
Nerd 2.0

body-ready snatcher.ath.cx

I finally made it and was able to finish my network page. It is hosted on my network and is about my network, so anyone who feels can even look past times.

Mfg. BODY-Snatch

PS: If something does not work just try again later, that is the first test of my DLink 360T as an HTTP server ;-)