Re: VPN tunnel with DHCP ...

2001-04-25 Thread Shoichi Sakane
# This tread is being at three mailing list... > >> now, the problem is that the ${sohoip} is dynamically assigned > >> with DHCP. How can the gateway at the headquarter know that > >> ${sohoip} address? > I don't know whether this is actually possible to do yet. But, you > should be able to co

Re: Struct ifnet initalization.

2001-04-25 Thread JINMEI Tatuya / 神明達哉
> On Wed, 25 Apr 2001 05:32:53 -0400, > [EMAIL PROTECTED] said: > I have the following questions. > Whether any special initialization fo the ifnet structure is required for ipv6? > Some of the structures like ifaddr, sockaddr_dl are initialized in the same way as >is done for ipv4. Wh

Re: VPN tunnel with DHCP ...

2001-04-25 Thread Nick Rogness
On Wed, 25 Apr 2001, Gunther Schadow wrote: > Hi, > > about my SOHO router project, I came accross a tough problem, may > be I overlook that there is a solution already? The VPN gateway > at the small office / home office (SOHO) has an IPsec tunnel > connecting it to its headquarter: > > setke

Re: VPN tunnel with DHCP ...

2001-04-25 Thread Matthew Emmerton
> > > Hi, > > > > > > about my SOHO router project, I came accross a tough problem, may > > > be I overlook that there is a solution already? The VPN gateway > > > at the small office / home office (SOHO) has an IPsec tunnel > > > connecting it to its headquarter: > > > > > > setkey -c < > > sp

Re: VPN tunnel with DHCP ...

2001-04-25 Thread Brian Somers
> > Hi, > > > > about my SOHO router project, I came accross a tough problem, may > > be I overlook that there is a solution already? The VPN gateway > > at the small office / home office (SOHO) has an IPsec tunnel > > connecting it to its headquarter: > > > > setkey -c < > spdadd ${sohonet} ${

Re: maxing out the 100Mb TX (full duplex)

2001-04-25 Thread Brooks Davis
On Wed, Apr 25, 2001 at 06:33:17PM -0400, Mikhail Teterin wrote: > In our load tests we seem to be maxing out the 100Mb full duplex network > card (fxp0). > > The machine has two such cards on the motherboard. How can we use both > of them transparently? If you have a switch that supports Ethe

maxing out the 100Mb TX (full duplex)

2001-04-25 Thread Mikhail Teterin
Hello! In our load tests we seem to be maxing out the 100Mb full duplex network card (fxp0). The machine has two such cards on the motherboard. How can we use both of them transparently? I connected the other one (fxp1) to the switch and enabled bridging: sysctl -w net.link.ether.bri

Re: VPN tunnel with DHCP ...

2001-04-25 Thread Garrett Wollman
[Original attribution lost.] >> now, the problem is that the ${sohoip} is dynamically assigned >> with DHCP. How can the gateway at the headquarter know that >> ${sohoip} address? I don't know whether this is actually possible to do yet. But, you should be able to configure racoon to use a publ

VPN tunnel with DHCP ...

2001-04-25 Thread Gunther Schadow
Hi, about my SOHO router project, I came accross a tough problem, may be I overlook that there is a solution already? The VPN gateway at the small office / home office (SOHO) has an IPsec tunnel connecting it to its headquarter: setkey -c

Re: VPN tunnel with DHCP ...

2001-04-25 Thread Matthew Emmerton
> Hi, > > about my SOHO router project, I came accross a tough problem, may > be I overlook that there is a solution already? The VPN gateway > at the small office / home office (SOHO) has an IPsec tunnel > connecting it to its headquarter: > > setkey -c < spdadd ${sohonet} ${homenet} -P out ip

DHCP vulnerabilities ...

2001-04-25 Thread Gunther Schadow
Hi, I'm just about configuring a PicoBSD-based VPN gateway settop box kind of thing :-). I am dealing with cable modem ISPs and decided to do it the right way, i.e. DHCP. I discovered some problems with DHCP during the setup phase, where the machine is in a weird state, the firewall may not be

netperf with IPv6 support on KAME

2001-04-25 Thread Baranyai Attila
-Original Message- From: Baranyai Attila [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 4:15 PM To: [EMAIL PROTECTED] Subject: netperf with IPv6 support on KAME Hi! I tried to do NetPerf IPv6 benchmarks between two machines. Both machines have FreeBSD 4.1.1 installed on th

Struct ifnet initialization.

2001-04-25 Thread raviprasad20
Hi, Can any body mail me the functions that are called to initialize ifnet structure & who calls them. I know only 2 functions ether_ifattach () ifattach() regards ravi prasad __ Get your own FREE, personal Netscape Webm

Struct ifnet initalization.

2001-04-25 Thread raviprasad20
Hi, I have the following questions. Whether any special initialization fo the ifnet structure is required for ipv6? Some of the structures like ifaddr, sockaddr_dl are initialized in the same way as is done for ipv4. Whether this won't affect the performance? Iam unable to follow the correct co