On Jun 13, 2008, at 13:03, Charlie Farinella wrote:

> I have tried various permutations of the
> above with no luck and feel like I am missing an important part of  
> this
> puzzle.


I have to admit to hitting a parser exception on your network layout,  
but it sounds like maybe on the machine with two NIC's you should be  
offering an OpenVPN option like:

push "route 192.168.1.0 255.255.255.0";

On my gateway, I have, simplified:

   10.1.1.0/24 LAN
   10.1.2.0/24 WIRELESS
   10.1.3.0/24 VPN

with a default route through 10.1.1.1.  So, to get traffic from the  
VPN clients to the WIRELESS clients, I need:

push "route 10.1.2.0 255.255.255.0";

to send to the OpenVPN clients.  Because the default route exists I  
don't need to specify that one explicitly, OpenVPN handles that.

-Bill

-----
Bill McGonigle, Owner           Work: 603.448.4440
BFC Computing, LLC              Home: 603.448.1668
[EMAIL PROTECTED]           Cell: 603.252.2606
http://www.bfccomputing.com/    Page: 603.442.1833
Blog: http://blog.bfccomputing.com/
VCard: http://bfccomputing.com/vcard/bill.vcf

_______________________________________________
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/

Reply via email to