On Thu, 1 Feb 2001 [EMAIL PROTECTED] wrote:

> Hi
> 
> Thanks for the replies.
> 
> Sorry, I forgot to say that I was using to the tunnel to connect to the
> remote site with interface address of 132.146.113.1 and I am not using the
> tunnels to send the packets to the local address, 132.146.115.164. I am
> trying to use tunnels as point to point links for running routing over them.
> 
> But the end result is that I do not see a packet destined for the end point
> of the tunnel, 132.146.113.1 on the wire.

        WHat do you mean on the wire?  THe other side?  Is the other side
        setup to tunnel?  How did you configure the outside IP'w with
        gifconfig ?  Need a tad more details to help you out.


        the behavior you described below about the kernel adding routes
        is correct as a 'gif' tunnel is a directly connect
        interface.  Most OS's do the same thing with directly connect
        interfaces.


Nick Rogness
- Keep on routing in a Free World...  
  "FreeBSD: The Power to Serve "



> > -----Original Message-----
> > From:       Mudhar,PS,Parminder,CEG2 R 
> > Sent:       Wednesday, January 31, 2001 5:02 PM
> > To: '[EMAIL PROTECTED]'
> > Subject:    Routes and tunnels
> > 
> > Hi
> > 
> > I don't know if this is intentional or a bug, but if ifconfig is used to
> > configure a point to point device, such as 'tun' or the newer 'gif'
> > devices, then the kernel insists on installing a route where the
> > destination is the end point of the tunnel, the gateway is the source of
> > the tunnel and the interface is the device itself. I have checked this in
> > version 3.2+KAME, what I a using, and also on version 4.1. The effect of
> > the above is that the packet that uses the tunnel will never appear on the
> > wire.
> > 
> > Here is an output
> > 
> > the_swamp# ifconfig gif0 132.146.115.164 132.145.113.1
> > the_swamp# netstat -rnf inet
> > Routing tables
> > 
> > Internet:
> > Destination        Gateway            Flags      Netif Expire
> > default            132.146.115.1      UGSc        1        0     fxp1
> > 127.0.0.1          127.0.0.1          UH          0        4      lo0
> > 132.145.113.1      132.146.115.164    UH          0        0     gif0
> > 132.146.115/24     link#2             UC          0        0     fxp1 =>
> > 132.146.115.1      0:30:19:9a:e4:71   UHLW        2        0     fxp1
> > 460
> > 
> > I am also interested in using gated with point to point tunnels, but gated
> > also insists on doing the above for point to point links.
> > 
> > I thank you in advance for any advice you may have.
> > 
> > Parminder Mudhar
> > __________________________
> > [EMAIL PROTECTED]
> > 
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-net" in the body of the message
> 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to