flood with ng_bridge

2005-04-21 Thread dnr
can you check flood.gif?(it's denied to send gif's to this conference) ftp://temp:[EMAIL PROTECTED]/flood.gif for unknown reasons ng_bridge seems to be working like ng_hub and is flooding network even after establishing session between two mac addresses. using kernel bridge instead of ng_bridge s

Re: ipfw fwd to localhost

2005-04-21 Thread Andre Oppermann
Karim Fodil-Lemelin wrote: > > Hi, > > I just did a cvsup of RELENG_5 and got some problem doing forwarding > to localhost using a rule like this: > > ipfw add fwd 127.0.0.1,1234 tcp from any to any in via re1 > > I have those options in my kernel config: > > options IPFIREWALL > opt

ipfw fwd to localhost

2005-04-21 Thread Karim Fodil-Lemelin
Hi, I just did a cvsup of RELENG_5 and got some problem doing forwarding to localhost using a rule like this: ipfw add fwd 127.0.0.1,1234 tcp from any to any in via re1 I have those options in my kernel config: options IPFIREWALL options IPFIREWALL_FORWARD_EXTENDED options IPFIREWALL_

tcp output question

2005-04-21 Thread Kazuaki Oda
Hi, list, I'm reading FreeBSD's network codes, and I have noticed that we call tcp_output() from tcp_usr_send() with tcbinfo locked. According to the comment in the tcp_usr_send(), we must call tcp_connect() or tcp_usrclosed() with tcbinfo locked. But it seems that we does not nee

Re: nvnet does not see NVidia's adapter on amd64

2005-04-21 Thread Mikhail Teterin
> On Wed, Apr 20, 2005 at 03:03:57PM -0400, Mikhail Teterin wrote: > > Well, simply checking out sys/dev/nve, sys/contrib/dev/nve, and > > sys/modules/nve allowed me to build the if_nve module. Loading if_nve.ko > > attaches to the interface, but attempts to ifconfig it result in instant > > panic

Re: nvnet does not see NVidia's adapter on amd64

2005-04-21 Thread David O'Brien
On Wed, Apr 20, 2005 at 03:03:57PM -0400, Mikhail Teterin wrote: > Well, simply checking out sys/dev/nve, sys/contrib/dev/nve, and > sys/modules/nve allowed me to build the if_nve module. Loading if_nve.ko > attaches to the interface, but attempts to ifconfig it result in instant > panic (page f

Re: How to set the source IP of TCP connections?

2005-04-21 Thread dave baukus
Can you not configure the loop back w/ the address then bind to it and connect to the forgein end ? It's not exactly what you want, but I think its a game some apps play. Andre wrote: How can I open a TCP connection with a source IP address that's not configured on the machine? I've created a prox

Re: How to set the source IP of TCP connections?

2005-04-21 Thread Andre Oppermann
Andre wrote: > > How can I open a TCP connection with a source IP > address that's not configured on the machine? > > I've created a proxy (like Squid but for another > protocol), and I use ipfw fwd to get the client's > TCP connections to this proxy. > > The problem is that the connections that

How to set the source IP of TCP connections?

2005-04-21 Thread Andre
How can I open a TCP connection with a source IP address that's not configured on the machine? I've created a proxy (like Squid but for another protocol), and I use ipfw fwd to get the client's TCP connections to this proxy. The problem is that the connections that the proxy open have the source