View Single Post
Old 09-28-2004, 05:18 PM   #6 (permalink)
bendsley
Professional Loafer
 
bendsley's Avatar
 
Location: texas
If you're going to use two routers, each will have to be on a different subnet. An example setup might be one router connected to you DSL dhcp'ing an IP address from your ISP. That will be it's WAN address. You LAN address (internal NAT) will probably be something like 192.168.1.1. Your router is able to DHCP anything on that subnet, meaning any device connected to it would pull an address between 192.168.1.2 - 192.168.1.254.

Now, in order to get the second router setup you would set its WAN IP address to something like 192.168.1.xxx (statically set, don't want DHCP here). Your LAN address would need to be set to something like 192.168.10.1. Any device connected to this second router would receive an IP between 10.2 - 10.254 (assuming DHCP is turned on here also).

If only the people in your house are going to be on the internet, I would recommend setting static routes to the computers and the TiVo. This way, if something doesn't work correctly, then you would be able to know which person's computer has that static IP address.

Just make sure your gateways and nameserver settings are correct depending on which router you are plugged into. This will make a difference.
__________________
"You hear the one about the fella who died, went to the pearly gates? St. Peter let him in. Sees a guy in a suit making a closing argument. Says, "Who's that?" St. Peter says, "Oh, that's God. Thinks he's Denny Crane."
bendsley is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73