Re: VLAN interface management - unloading carrying driver hangs the machine

2009-01-07 Thread Angelo Turetta
Yony Yossef wrote: /sbin/ifconfig vlan3653 create Problem is when I assign an IP to the vlan interface. In that case, unloading the driver results in hanging the host. Does it sound familiar to anybody? Well, surely I'd expect problems by doing so. The correct way is to /sbin/ifconf

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

Multiple routing table clarification

2008-12-09 Thread Angelo Turetta
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 and I would like to a

Re: NVIDIA MCP51 Ethernet Interface

2007-02-20 Thread Angelo Turetta
sd-net/20070211.freebsd-net Hope this helps Angelo Turetta ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Query for current status of TCP optimization project

2006-07-20 Thread Angelo Turetta
I've not been able to find follow-up reports on the project referenced at: http://people.freebsd.org/~andre/tcpoptimization.html Has this been merged to the main CVS tree? Or is the result visible in some P4 branch? Thanks, Angelo Turetta -

Re: MPD and client behind firewall

2006-01-20 Thread Angelo Turetta
s (I found it by browsing the MPD mailing lists on SourceForge). I think it's those two 'set pptp disable ...' lines. Hope this helps, Angelo Turetta. Modena - ITALY server4: new -i ng3 s04 pptp3 set ipcp ranges 192.168.X.17/32 192.168.X.21/24 lo

Re: 5.3-RELEASE w/ IPSEC & RACOON

2004-11-09 Thread Angelo Turetta
bridge-head servers, but I advice you to tcpdump on the external interfaces of both sides, looking for strange packets. Hope this helps, Angelo Turetta ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscri

Re: New preview patch for ipfw to pfil_hooks conversion

2004-06-22 Thread Angelo Turetta
- Original Message - From: "Andre Oppermann" <[EMAIL PROTECTED]> Sent: Monday, June 21, 2004 11:36 PM > This patch significantly cleans up ip_input.c and ip_output.c. > > The following is included in this patch: > > o Remove all ipfw related cruft from ip_input() and ip_output() > o