Archive | Imprint | Privacy
13th November 2005
Nerd 2.0

Web server & DHCP on DLink 360T

And during the last week I was once again a few times and have long since looked to see what to do with my old DSL modem can start all over everything and lo and behold, it is a true multifunction device ;-).

So I do not have to start again from the very front of this old article: New DSL Modem (06.06.2005)

When I first got out that one can not write to the modem and that in the tempporären memory (/ var / tmp /).
The simplest method was to transfer files for me to make the time just a web server on the PC and then using "wget" from modem. In addition, the modem is still an "ftp client" with whom I am concerned but not further.

So first umgopolt DHCP server so that it does not take the modem as a gateway but my router by simply switching the "/ var / tmp / udhcpd.conf" with its overrides. This time my sample file:

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

where the first two lines for the IP range available, the next award for permanent, inter-factor describes the interface, optical router is the gateway, dns opt the DNS server and the rest no plan ;-). When should you lease_file specify the path to the file containing the IP assignment is stored.
And now you can restart the DHCP using: "udhcpd / var / tmp / udhcpd.con"

Then what I thought, maybe if you can not spend its web interface instead of the private sites, which also works perfectly. Simply use "ps-a" to seek "httpd" service and end with "kill".
Then start the web server again with "/ usr / sbin / thttpd-g-d / var / tmp / www-u root-p-c / cgi-bin /". It is "/ var / tmp / www /" directory where the HTML files can be stored.

That's actually already.

Enjoy it wants BODY Snatch.

Similar posts:
DLink 360-T: Router, HTTP server and DHCP in a
New DSL modem
Fritz Box 2030 Telnet
Internet issues, restructurings and holiday
Sitemap.xml and Internet problems

Comment on