Re: Multiple routing table clarification

2008-12-09 Thread Angelo Turetta
Julian Elischer wrote: Angelo Turetta wrote: - is it possible for a single process to listen for TCP connections using more than one socket, each with its own 'fib'? yes, but only if you have source. you need to do a setsockopt(SOO_SETFIB,...) on each socket before you do the listen(). Oth

Re: Multiple routing table clarification

2008-12-09 Thread Julian Elischer
Angelo Turetta wrote: I need to run squid, serving different networks with different (potentially conflicting) IP address schemes. I read the original implementation notes for setfib/multiple routing tables: http://perforce.freebsd.org/fileViewer.cgi?FSPC=//depot/user/julian/routing/plan.txt