On 12/09/2013 04:25:02 PM, Harry Putnam wrote:
> First my setup:
> 
>               I N T E R N E T
>                     |
>                     |
>          DIRECPATH_MODEM <Satellite> 
>                     |
>                     |
>           Cisco (Linksys) WRT120N (192.168.1.0\24 facing lan)
>                 |  |  |  |
>            Assorted home machines
> 
> 
> I want to put a TP-LINK WR1043ND (running openwrt) in there but leave
> the linksys in place too.
> 
> That is, I want to be able to play with the 1043ND while my lan is
> still protected by the Linksys.
> 
> I'm thinking to put the 1043 between DIRECPATH modem and Linksys.
> 
> I'm not really sure how to do that.  
> 
> Home lan is currently on 192.168.1.0/24
> 
> I guess I'd need another subnet for the 1043 router?
> 
> Can someone suggest some sketch of what it should look like?
> 
> I want to expose the 1043 to the internet maelstrom so I can monkey
> around with firewall settings and collect logs of all the guff coming
> my way, but still be protected by the linksys.

So put it between the direcpath and the linksys.

You'll need the openwrt box to run a dhcp server
to supply the linksys with an IP on it's external
facing interface.   And so you'll need a network
between the two.  You could use 192.168.2.0/24,
or a 10.0.0.0/whatever or any of the rfc1918 networks.

And you'll need the openwrt to nat, since you're
using a rfc1918 network.

And you'll ether have to run a dns server on the
openwrt box or figure out how to pass the openwrt
box's dns servers on to the openwrt's dhcp clients.
The former is probably easier, but take your pick.



Karl <[email protected]>
Free Software:  "You don't pay back, you pay forward."
                 -- Robert A. Heinlein
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to