Re: redirecting packets to a vpn tunnel

2004-07-07 Thread Sean
Wolfgang Pichler wrote: > Our own internal net is 172.16.0.0/24 - i'd now like my firewall to > redirect packets coming from 172.16.0.0/24 with destination address > 10.0.43.0/24 to go over the vpn tunnel. Assuming you've configured your tunnel(s) correctly, both firewalls should have routes to t

Re: redirecting packets to a vpn tunnel

2004-07-07 Thread Marc Huber
On Wed, Jul 07, 2004 at 12:38:41PM +0200, Wolfgang Pichler wrote: > on my openbsd firewall i have a vpn tunnel running to the 10.0.43.0 > subnet from an other company. The VPN tunnel works fine when i ping from > the firewall to the other subnet using my external address (ping -I > 81.223.6.246 10.

RE: redirecting packets to a vpn tunnel

2004-07-07 Thread Wolfgang Pichler
Am Mi, den 07.07.2004 schrieb Fisher, James L. um 13:48: > When I did this back in OpenBSD 3.1 days (and permuting to your > subnets), I had to: > (1) put the following line in /etc/rc.local: > route add -net 10.0.43.0/25 a.b.c.d > (where a.b.c.d is the address of the external interface of th

RE: redirecting packets to a vpn tunnel

2004-07-07 Thread Fisher, James L.
When I did this back in OpenBSD 3.1 days (and permuting to your subnets), I had to: (1) put the following line in /etc/rc.local: route add -net 10.0.43.0/25 a.b.c.d (where a.b.c.d is the address of the external interface of the remote OpenBSD firewall...the other company in your case), and