Re: best cd ripping option.

2004-05-09 Thread Lars Eggert
Conrad Sabatier wrote:
I've been using the dd method ever since it first became available.  Have
never had a need for anything else since.
Agreed.

Just be aware that, for encoding from the resulting raw pcm data to mp3 or
whatever other format, you'll need to let the encoder know to reverse the
endianness, else all you'll wind up with is static.
dd can do that when the encoder can't (swab option.)

Lars
--
Lars Eggert NEC Network Laboratories


smime.p7s
Description: S/MIME Cryptographic Signature


Re: FreeBSD 3.4 for EclipseBSD

2003-04-02 Thread Lars Eggert
Peng Li wrote:
I'm trying to use EclipseBSD for real-time scheduling research.
FWIW, I tried to do some experiments with Eclipse back when 3.4 was
still relatively current, and could never get it to work (forgot the
details, sorry.)
Unfortunately, the current EclipseBSD (I guess it is also the latest 
version) requires FreeBSD 3.4-RELEASE, which I can't find anywhere. 
I think we have CDs lying around somewhere, I could put up an ISO of the
first one, if you'd like.
Lars
--
Lars Eggert [EMAIL PROTECTED]   USC Information Sciences Institute


smime.p7s
Description: S/MIME Cryptographic Signature


Re: FreeBSD 4.7-REL-p3 and an IPsec connection to Linksys BEFVP41

2003-02-19 Thread Lars Eggert
On 2/19/2003 8:39 PM, George Hartzell wrote:

I'd like to set up an IPsec connection between my laptop running
FreeBSD 4.7-REL-p3 and a Linksys BEFVP41 router w/ built in IPsec
capability.

I've found a number of sites w/ information on setting up ipsec
between a pair of FreeBSD machines, including:

  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ipsec.html
  http://www.freebsddiary.org/ipsec-tunnel.php
  http://www.daemonnews.org/200101/ipsec-howto.html
  http://www.bsdtoday.com/2002/April/Features671.html

But none that talk about getting FreeBSD's IPsec talking to anything
non-FreeBSD.

All of the methods are based on setting up a gif tunnel and passing
the packets over that.


Not really. There are a number of different ways to set this up, and 
only one (valid) one uses gif tunnels:

1. Use IPsec transport mode. The handbook (1st link) explains how to set 
this up.

2. Use IPsec tunnel mode. Again, the handbook describes the setup, so 
does the bsdtoday article.

(Note that these two do not use IPIP gif tunnels!)

3. Use an IPIP gif tunnel and IPsec transport mode, as described in 
draft-touch-ipsec-vpn, and the daemonnews article. This is an 
alternative to IPsec tunnel mode that has advantages when running 
dynamic routing - you don't seem to, so you should stick to vanilla 
IPsec, esp. since you only control one end.

You do NOT want to follow the freebsddiary article, which sets up 
parallel IPIP gif tunnels and IPsec tunnel mode SAs. It abuses the 
duplicate tunnels for routing, and can result in subtle interactions 
that can make your traffic go silently unencrypted. (I've contacted the 
author a long time ago, but he doesn't seem to belive in fixing diary 
entries.)

 I've tried a number of variations on the
recommended recipes, and at best I can watch the isakmp packet going
from the laptop towards the router and get see an icmp packet back
from the router that suggests the the gif tunnel isn't what it wants
to see (sadly, I didn't save the exact message, but can recreate it if
it's important enough).


Without a lot more information about your configuration, we can only 
guess at the issues.

So, the quick question is, has anyone set up a FreeBSD laptop as a
road warrior to an IPsec router?  I'd appreciate any pointers.


All three aproaches above can be made to work, as explained by the 
tutorials you cite. The question is, which one is supported by your 
Linksys box?

Lars
--
Lars Eggert [EMAIL PROTECTED]   USC Information Sciences Institute


smime.p7s
Description: S/MIME Cryptographic Signature


Re: Working around problems when an NFS server dies / is unavailable.

2003-01-05 Thread Lars Eggert
On 1/4/2003 4:52 PM, richard childers / kg6hac wrote:


Personally, I don't trust amd(8). It's not clear to me that it's any smarter
than I am regarding hung NFS file servers.


You're right, it's not 
(http://www.freebsd.org/cgi/query-pr.cgi?pr=misc/24391); amd is easily 
confused by changes in network configuration.

Lars
--
Lars Eggert [EMAIL PROTECTED]   USC Information Sciences Institute


smime.p7s
Description: S/MIME Cryptographic Signature


Re: UNKNOWN IP OPTION emergency

2002-09-27 Thread Lars Eggert

soheil h wrote:
 
 I see on the TCP/IP illustrated it puts an LSRR option and record the ip 
 addresses into it and make the off 12 !!! to say all the things are done
 i run this command  the x.x.x.x is my default gw. but it takes the 
 source route error
 !
 why this happend?

Many reasons, all of which people can only speculate on until they see 
your code, a description of your setup and experimental procedure, and a 
commented packet dump.

Lars
-- 
Lars Eggert [EMAIL PROTECTED]   USC Information Sciences Institute



smime.p7s
Description: S/MIME Cryptographic Signature