Archive | Contact | Privacy
6th June 2005
Nerd 2.0

New DSL modem

So I'm against my old modem swapped from my buddy and had the first configuration, therefore gabs no recent updates. The modem is a DLink DSL-360T with the latest Fireware. In the beginning, only the bridge function worked really useful, but over time I've discovered more and more features and is now my Inet sohalb again, but start at the beginning.

The DHCP server of the modem is totally bugged. It is only normal IPs from the specified range, but once you get to the Internetconnectet its Internet IP, that is no longer a connection with other computers in the network. So first DHCP.

When can browse the Internet, I realized then that you connect to the modem via telnet and then tried to configure Sun

On the 360T is a Linux-based operating system, which with a little Linux knowledge and a little adjustment period is actually quite handy.

Respect for the modem has a READ-ONLY FILE SYSTEM

My current configuration looks like this.
In the Webadmin connection data set for a PPPOE connection (note, not anhacken "On Demand", otherwise is not the Internet;)). (As on Demand works I try to find out even just frantically.)
Then click Status -> Connection status and dial.
Now log in via telnet and "route default netmask 0.0.0.0 dev ppp0" command.
Now you can the "iptables" ports even more direct, etc. (just as with NEM Linux Router;)).

The Windows client now simply as:
IP 192.168.1 .*
Netmask: 255.255.255.0
Gateway: 192.168.1.1 (router)

and DNA of your provider.
(Also available under Status -> System Log -> primary DNS address *.*.*.*
secondary DNS address *.*.*.*)

The problem until now is still the only one stop, every time you connect to "route" and the minute you enter must. once every 24 hours in the webadmin need to connect to restart.

For more tips I'd be very grateful.

And as an idea how versatile the modem looks you look at the page:
http://www.webalice.it/andrea.usenet/dsl-302t.htm

Maybe the FAQ, so soon to be found on Google and I can help some desperate users.

Mfg BODY-Snatch

Similar Posts:
DLink 360-T: router, HTTP server and DHCP in a
Web server & DHCP on DLink 360T
New connection to the Online World
Internet problems, restructuring and holiday
Sitemap.xml and Internet problems

4 Comments


Subsequent IP forwarding on the example of eMule

Protocoll | Port
TCP | 4661
TCP | 4662
UDP | 4665
UDP | 4672

Target computer with me was 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 eth0

iptables-t nat-A PREROUTING-j ACCEPT-p tcp-s 0 / 0-dport 4662-to-destination 192.168.1.2-i eth0

iptables-t nat-A PREROUTING-j DNAT-p tcp-s 0 / 0-dport 4665-to-destination 192.168.1.2-i eth0

iptables-t nat-A PREROUTING-j DNAT-p tcp-s 0 / 0-dport 4672-to-destination 192.168.1.2-i eth0

I think the net needs to be further explained and anyone can customize the commands to his liking.


[...] So I do not have to start again from the very front to the old Article: New DSL Modem (06.06.2005) [...]


[...] So I do not have to start again from the very front to the old Article: New DSL Modem (06.06.2005) [...]


[...] PS: If you did not understand something, the first and read this again and post it here. [...]


Comment on