DDWRT Access To Modem Configuration

The way to follow Eventually replace the 10.0.0.x by your addresses Go to Administration -> Diagnostics and click on run Enter ifconfig vlan1:1 10.0.0.1 netmask 255.255.255.0<br></br> and click on Save Startup Enter /usr/sbin/iptables -I POSTROUTING -t nat -o vlan1 -d 10.0.0.0/24 -j MASQUERADE<br></br> and click on Save Firewall Source

November 20, 2009 · 1 min · Shane Greaves

DDWRT Debugging PPPOE Problems

Debugging PPPoE Problems PPPoE is used mainly for handling connections via Digital Subscriber Lines (DSL). Remember: The WRT54G / WRT54GS doesn’t have an integrated DSL modem, so you need an external one. Cabling After connecting the WRT54G(S) router to the DSL modem on the port labeled Internet make sure that the Internet LED at the front panel is lit. If not, check cabling. Reboot your DSL modem after you connected the router to it....

November 20, 2009 · 2 min · Shane Greaves

Linksys + ADSL Modem &#8211; Bridge Mode + PPPOE

From the time I installed my first wireless router I have been wondering if there was a way to have the wireless router manage the public IP address. I wanted the ADSL modem to function as a modem only. I have seen this setup on a few occasions when a static IP address is configure but I never had a clear understanding of the process. My wireless router has all these wonderful features and yet I would have to let my router function as an access point....

January 22, 2009 · 2 min · Shane Greaves

Excellent Network Manager replacement on Ubuntu

I usually only connect to my wireless network at home so I usually have few problems with network-manager on Kde or Gnome. A couple of times however I have had the experience of needing to connect to an access point on the road and network manager just would not connect. I am usually able to use command line tools to connect so its been a problem I could live with however I want wireless to just work....

January 3, 2009 · 2 min · Shane Greaves