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
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
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
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]"
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 -
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
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
- 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