Mark Grimes <(E-Mail Removed)> wrote:
> I'm looking for some guidance in setting up a network. I have a simple
> network setup now and I need to hang another network off of one of the
> boxes. It seems like I would need to provide NAT service twice (is
> that even possible?). Here is a rough outline of the network:
Although you can certainly do NAT many times, in this scenario, I would
have to ask why you would want to? Just have C act as a normal router.
You could either run routed on both/all the routers, or you could
configure C and VPN with static routes
C: route add default gw VPN (probably done already)
VPN: route add -net 192.168.2.0 netmask 255.255.255.0 gw C
Not having another NAT would make it easier to manage also, wrt port
forwarding, and performance.
--
Cameron Kerr
(E-Mail Removed) :
http://nzgeeks.org/cameron/
Empowered by Perl!