You're either talking about routing (which would require something layer-3 aware to deal with two subnets, 192.168.1.0/24 and 10.10.0.0/16) or nesting NATs (In which your 192.168.1.0/24 subnet has your 2nd router on the outward facing port, and internally to that router you have your 10.10.0.0/16 network).
Routing would work, but it's not a cakewalk. You would need to configure some layer 3 switch or router to handle the routes. NAT nesting is not a good idea, as the nested network will not be visible to the rest of the network (among other potential problems this creates). I recommend you don't do either unless you really want to separate your network. Instead, take your current 192.168.1.0/24 network and make it a bigger subnet. Do the easy thing and just make it a 192.168.1.0/16 network (subnet 255.255.0.0) which will allow you to use the entire 192.168.x.x network. Of course, depending on your situation, perhaps you want to do things differently. YMMV, No refunds on free advice. --Matt Ross Ephrata School District ----- Original Message ----- From: Stefan Jafs [mailto:[email protected]] To: NT System Admin Issues [mailto:[email protected]] Sent: Wed, 28 Mar 2012 07:37:06 -0700 Subject: Switching IP's on Wireless clients > Ok, so I have a few D-Link Wireless Access Point DAP-2553, I’m running out > of IP’s on my internal network, 192.168.0.1 – 192.168.1.254, I have many > users with wireless devices BB’s, iDevices, etc. I was thinking I could > turn on DHCP in the D-link and give it an 10.10.x.x address. A few > questions how would DHCP work over multiple AP’s would I have to change > the > modes? What would I do for gateway? > > > -- > Stefan Jafs > > ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ > ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/> ~ > > --- > To manage subscriptions click here: > http://lyris.sunbelt-software.com/read/my_forums/ > or send an email to [email protected] > with the body: unsubscribe ntsysadmin ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/> ~ --- To manage subscriptions click here: http://lyris.sunbelt-software.com/read/my_forums/ or send an email to [email protected] with the body: unsubscribe ntsysadmin
