Jump to content

change router settings

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
nrodes

nrodes

    Newbie

  • Members
  • Pip
  • 3 posts
is there a way to make a program that would change router and firewall settings regardless of what router brand? if so, how would you do it and what language? The settings that would be changed would just be to tell the router to forward a port to a certain internal ip.

help would be appreciated

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I can just about guarantee the answer is "no". At least, not in a way that won't require updates to the application or its database for every new router/firewall that comes out. More importantly, it seems like a bit of a waste of time.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Guest_Jordan_*

Guest_Jordan_*
  • Guests
An easier method may be to edit the windows/Linux/Unix hosts file to forward domains to certain IPs.

Posted via CodeCall Mobile

#4
TkTech

TkTech

    The Crazy One

  • Moderators
  • 1,396 posts
Because Linksys and D-Link routers use a standard HTTP-Auth interface, its fairly easy to script a program to automate it. Many families of routers (ALA wrt45**) use the exact same interface.

As jordan also mentioned, you can modify the hosts file (a concept that exists on all modern OS's) to forward queries to certain hostnames to anywhere you want.

A third option is to install DD-WRT on the router, and modify it to suite your needs.