Re: IPv6

2001-06-22 Thread JINMEI Tatuya / 神明達哉
> On Thu, 21 Jun 2001 22:48:04 +0200 (CEST), > David Delibasic <[EMAIL PROTECTED]> said: >> ifconfig -a > ep0: flags=8843 mtu 1500 > inet 213.161.8.158 netmask 0xff00 broadcast 213.161.8.255 > inet6 fe80::2a0:24ff:fe8e:c462%ep0 prefixlen 64 scopeid 0x4 > ether

Re: Problems with IPsec tunnel

2001-06-22 Thread Shoichi Sakane
> I'm having quite the time trying to set up a IPsec tunnel on 4.3-RELEASE. > Host-to-host IPsec works fine - I can make connections all day long between my > two gateways. But for the life of me, I can't get my windows boxen on each end > to talk to the other. I've got identical psk.txt files

Buffer size

2001-06-22 Thread Jean-Christophe Varaillon
Hi, I have a FreeBSD as a router. This router has to run BGP and I have a huge Out Queue. I think that my trouble can be solve by adjusting the buffer size. Can someone give me the way to do it, please ? Thanks, Christophe To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe fre

Re: writing raw datalink frames?

2001-06-22 Thread Sjaak Jobses
danny mitzel wrote: > > what is recommended method for writing datalink frames > (e.g., ethernet) from user-level socket? bpf? > can anyone recommend daemon/program available > in ports or on net that might provide a decent > example of setting up socket, constructing frames, > and sending? > >

Re: Securing the root account

2001-06-22 Thread Mike Silbersack
On Fri, 22 Jun 2001, Rashid N. Achilov wrote: > Nicest SSH client for Windows is "SSH for Windows" :-) It called so. > http://winssh.narod.ru/files/ssh-1.1.1.zip. Textmode, SSH2 support, > freeware(!), multiconsole (up to 9 sessions in one window). mc and F-keys I'll check it out, downloading n

Re: Securing the root account

2001-06-22 Thread Mike Silbersack
On Fri, 22 Jun 2001, Mike Silbersack wrote: > > On Fri, 22 Jun 2001, Rashid N. Achilov wrote: > > > Nicest SSH client for Windows is "SSH for Windows" :-) It called so. > > http://winssh.narod.ru/files/ssh-1.1.1.zip. Textmode, SSH2 support, > > freeware(!), multiconsole (up to 9 sessions in one

Re: Problems with IPsec tunnel

2001-06-22 Thread Brad Waite
Soichi, Thanks for the response. As it turns out, the problem my own stupidity - I forgot to turn on IP forwarding on one of the gateways. sysctl -w net.inet.ip.forwarding=1 fixed things right up. :) And since you're coming from KAME, maybe you can answer something else for me. Can you tell m

Re: tcp template removal / scalability patch

2001-06-22 Thread Bosko Milekic
> - bzero(ip, sizeof(struct ip)); /* XXX overkill? */ > + bzero(ip, sizeof(struct ip)); /* XXX overkill? */ I pointed this out the first time; the change looks unnecessary. You changed what were tabs to spaces. Unless there's a good reason, it looks unnecessar

problem

2001-06-22 Thread Alexey Privalov
hi i had installed FreeBSD-4.2, and now i have following problem: when i trying to ping other host (in my domain) i get this message: ping: sendto: No buffer space available my server contain three ethernet adapters and the error appear only when i try send message through one of them.