xauth support in ipsec ?

2002-04-17 Thread Naga R Narayanaswamy
All, Probably this mail should be directed at the kame newsgroup. But anyone know if xauth authorization scheme which is in draft stage is incorporated in the ipsec protocol in FreeBSD ? I know some corporate vpn gateways started incorporating xauth so, standard based clients will fail establis

Re: Extent of IPv6 support.

2002-02-26 Thread Naga R Narayanaswamy
> For instance advanced stuff like Border Gateway protocol, SNMP, firewalling > etc - do they support IPv6 ?? BGP, SNMP does not ship with FreeBSD. Zebra is a good open source routing stack and works on FreeBsd. (www.zebra.org) It has support for RIP,OSPF and BGP for IPv4 and v6. By default, IPv

Re: Need Help ASAP: Out of UDP space?

2002-01-31 Thread Naga R Narayanaswamy
Nick Rogness wrote: Which radius server package are you using. Because I know there are different port packages for radius server. After how long (days or hours) did you encounter this problem? Don't you have some sort of logging on the server. I usually turn on some level of debug, which gives

Re: Performance of in_cksum.c

2002-01-13 Thread Naga R Narayanaswamy
If you are referring to the sys/netinet/in_cksum.c file, it is a portable version. For specific architectures look at the following directories. 386 family version: ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-stable/src/sys/i386/i386/in_cksum. c Alpha version: ftp://ftp.freebsd.org/pub/FreeBSD/FreeB

Re: IP input Options processing

2002-01-11 Thread Naga R Narayanaswamy
The destination IP address gets modified on every hop on the source routed IP packets unlike non-source routed packets. At the source, the ip_dst is one of the ip interfaces on the next hop. Note that on loose source routing, the option source route itself will be modified. - Original Message

ng_pppoe and ng_bridge

2002-01-09 Thread Naga R Narayanaswamy
Hi, When I run ng_bridge between 2 ethernet interfaces and then initiate a PPPoE session using ng_pppoe, the ppp fails and I repeatedly get the following message: Jan 9 11:28:55 guru ppp[387]: Warning: [1]: Cannot create PPPoE netgraph node: Socket is already connected Jan 9 11:28:55 guru ppp

Re: Bridging and 'pseudo-device tap' and PPPoE

2002-01-05 Thread Naga R Narayanaswamy
"Crist J. Clark" wrote: > > On Thu, Jan 03, 2002 at 07:39:20AM -0500, Naga R Narayanaswamy wrote: > > Hello: > > > > I want to create pseudo ethernet devices to simulate many NICs on > > a PC. In Solaris, we can do "ifconfig hme0:1 10.1.1.1 up"

Re: Bridging and 'pseudo-device tap' and PPPoE

2002-01-05 Thread Naga R Narayanaswamy
> From: Rogier R. Mulhuijzen > To: Naga R Narayanaswamy > Cc: [EMAIL PROTECTED] > Sent: Friday, January 04, 2002 8:26 PM > Subject: Re: Bridging and 'pseudo-device tap' and PPPoE > > At 07:39 3-1-2002 -0500, you wrote: > >> Hello: >> &

Bridging and 'pseudo-device tap' and PPPoE

2002-01-04 Thread Naga R Narayanaswamy
Hello:   I want to create pseudo ethernet devices to simulate many NICs on a PC. In Solaris, we can do "ifconfig hme0:1 10.1.1.1 up" hme0:2 etc to create logival interfaces. I am trying to do a similar thing on FreeBSD. But after searching the archives, I find that I have to use tap device.