A small library, which intercepts calls to connect(2)
with bibding socket to enviroinment-specified address.

Installing: 
Free|OpenBSD installing is really easy - just make; make install
Other BSD installations may be not so easy.

Usage: 
sh|bash style: 
export CONN_ADDR=ip.add.res.s
export LD_PRELOAD=$LD_PRELOAD:/usr/local/lib/libconnect.so.1

csh|tcsh style:
setenv CONN_ADDR ip.add.res.s
setenv LD_PRELOAD /usr/local/lib/libconnect.so.1

after that, all connect(2) calls will be procceed
with source address specified with ${CONN_ADDR}

Availability: 
source code is available under BSD-style license from 
ftp://ftp.lexa.ru/pub/domestic/snar/
ftp://ftp.lucky.net/pub/unix/local/

Author: 
Alexandre Snarskii, <snar@paranoia.ru>, 2000

