Re: Using isakmpd to build a bridge

2007-01-23 Thread Joachim Schipper
On Tue, Jan 23, 2007 at 08:54:51AM +, Brian Candler wrote: > On Mon, Jan 22, 2007 at 07:34:13PM -0500, stan wrote: > > > Well, It Works For Me [TM]. Actually, our office network is divided into > > > several subnets, and the Windows fileserver is on another subnet in a > > > remote > > > data

Re: Using isakmpd to build a bridge

2007-01-23 Thread Brian Candler
On Mon, Jan 22, 2007 at 07:34:13PM -0500, stan wrote: > > Well, It Works For Me [TM]. Actually, our office network is divided into > > several subnets, and the Windows fileserver is on another subnet in a remote > > data centre, several IP hops away, and it all still works. > > > > Locating a mach

Re: Using isakmpd to build a bridge

2007-01-22 Thread stan
On Mon, Jan 22, 2007 at 04:03:18PM +, Brian Candler wrote: > > > >Maybe I'm confused here. Let me explain what I am trying to do. I have to > > > >locations at location A I have a subnet of 192.168.1.0/24 at location B I > > > >have a subnet of 192.168.20/24. Presently I am able to ping from >

Re: Using isakmpd to build a bridge

2007-01-22 Thread Brian Candler
> > >Maybe I'm confused here. Let me explain what I am trying to do. I have to > > >locations at location A I have a subnet of 192.168.1.0/24 at location B I > > >have a subnet of 192.168.20/24. Presently I am able to ping from > > >192.168.1.100 to 192.168.2.100, thus the IP layer is working. > >

Re: Using isakmpd to build a bridge

2007-01-21 Thread stan
On Mon, Jan 22, 2007 at 01:05:47AM +, Stuart Henderson wrote: > On 2007/01/21 19:01, stan wrote: > > On Sun, Jan 21, 2007 at 11:16:26PM +, Stuart Henderson wrote: > > > > ifconfig bridge0 create > > > > ifconfig gif0 create > > > > ifconfig gif0 tunnel x.x.176.33 x.x.176.37 > > > > ifcon

Re: Using isakmpd to build a bridge

2007-01-21 Thread stan
On Mon, Jan 22, 2007 at 01:05:47AM +, Stuart Henderson wrote: > On 2007/01/21 19:01, stan wrote: > > On Sun, Jan 21, 2007 at 11:16:26PM +, Stuart Henderson wrote: > > > > ifconfig bridge0 create > > > > ifconfig gif0 create > > > > ifconfig gif0 tunnel x.x.176.33 x.x.176.37 > > > > ifcon

Re: Using isakmpd to build a bridge

2007-01-21 Thread stan
On Sun, Jan 21, 2007 at 05:28:33PM -0700, Darren Spruell wrote: > On 1/21/07, stan <[EMAIL PROTECTED]> wrote: > >On Sun, Jan 21, 2007 at 11:16:26PM +, Stuart Henderson wrote: > >> > ifconfig bridge0 create > >> > ifconfig gif0 create > >> > ifconfig gif0 tunnel x.x.176.33 x.x.176.37 > >> > ifco

Re: Using isakmpd to build a bridge

2007-01-21 Thread Stuart Henderson
On 2007/01/21 19:01, stan wrote: > On Sun, Jan 21, 2007 at 11:16:26PM +, Stuart Henderson wrote: > > > ifconfig bridge0 create > > > ifconfig gif0 create > > > ifconfig gif0 tunnel x.x.176.33 x.x.176.37 > > > ifconfig gif0 up > > > brconfig bridge0 up that all looks ok. > > > But when I t

Re: Using isakmpd to build a bridge

2007-01-21 Thread Darren Spruell
On 1/21/07, stan <[EMAIL PROTECTED]> wrote: On Sun, Jan 21, 2007 at 11:16:26PM +, Stuart Henderson wrote: > > ifconfig bridge0 create > > ifconfig gif0 create > > ifconfig gif0 tunnel x.x.176.33 x.x.176.37 > > ifconfig gif0 up > > brconfig bridge0 up > > > > But when I try to do "brconfig lea

Re: Using isakmpd to build a bridge

2007-01-21 Thread stan
On Sun, Jan 21, 2007 at 11:16:26PM +, Stuart Henderson wrote: > > ifconfig bridge0 create > > ifconfig gif0 create > > ifconfig gif0 tunnel x.x.176.33 x.x.176.37 > > ifconfig gif0 up > > brconfig bridge0 up > > > > But when I try to do "brconfig learn bridge0" I get a message about the > >

Re: Using isakmpd to build a bridge

2007-01-21 Thread Stuart Henderson
> ifconfig bridge0 create > ifconfig gif0 create > ifconfig gif0 tunnel x.x.176.33 x.x.176.37 > ifconfig gif0 up > brconfig bridge0 up > > But when I try to do "brconfig learn bridge0" I get a message about the > interface not being configured. Looks like it is though: If you're typing exactl

Re: Using isakmpd to build a bridge

2007-01-21 Thread stan
On Sun, Jan 21, 2007 at 09:44:35PM +, Stuart Henderson wrote: > On 2007/01/21 14:59, stan wrote: > > On Wed, Jan 17, 2007 at 03:35:57PM +, Stuart Henderson wrote: > (hmm, ntpd+zaurus+zzz = occasional rifts in the space-time continuum) > > > > > Can anyone point me to some information as to

Re: Using isakmpd to build a bridge

2007-01-21 Thread Stuart Henderson
On 2007/01/21 14:59, stan wrote: > On Wed, Jan 17, 2007 at 03:35:57PM +, Stuart Henderson wrote: (hmm, ntpd+zaurus+zzz = occasional rifts in the space-time continuum) > > > Can anyone point me to some information as to how I need to change things > > > to get this working at this level? > > >

Re: Using isakmpd to build a bridge

2007-01-21 Thread stan
On Wed, Jan 17, 2007 at 03:35:57PM +, Stuart Henderson wrote: > On 2007/01/21 13:01, stan wrote: > > However, I need to make this work at the layyer 2 level (bridging) so thet > > the (Braiin Dead) windows machines on the inside networks can share files > > using SMB. > > > > Can anyone point

Re: Using isakmpd to build a bridge

2007-01-21 Thread Stuart Henderson
On 2007/01/21 13:01, stan wrote: > However, I need to make this work at the layyer 2 level (bridging) so thet > the (Braiin Dead) windows machines on the inside networks can share files > using SMB. > > Can anyone point me to some information as to how I need to change things > to get this working

Using isakmpd to build a bridge

2007-01-21 Thread stan
I've worked through the docs at http://tinyurl.com/vaqvm, and created a VPN at the IP level. First thanks for all the good work on this, once I figured out how to read :-), it did work just as advertised. However, I need to make this work at the layyer 2 level (bridging) so thet the (Braiin Dead