Re: How to change default source address?

2009-07-23 Thread Julian Elischer
Jamie Ostrowski wrote: On Thu, Jul 23, 2009 at 9:57 AM, luc...@lastdot.org wrote: Hi guys, I need to change the default source address on a freebsd server. My situation is somehow similar to this (http://marc.info/?l=freebsd-questions&m=122535960804508&w=2). In linux i can easily do it like:

Re: How to change default source address?

2009-07-23 Thread Jamie Ostrowski
On Thu, Jul 23, 2009 at 9:57 AM, luc...@lastdot.org wrote: > Hi guys, > > I need to change the default source address on a freebsd server. > My situation is somehow similar to this > (http://marc.info/?l=freebsd-questions&m=122535960804508&w=2). > In linux i can easily do it like: > > ip ro replac

Re: IPv6 traffic between two hosts not flowing

2009-07-23 Thread Julian Elischer
Bob Van Zant wrote: I have 2 FreeBSD machines each with 3 ethernet interfaces each with an IPv6 address. Here's a table showing how the two machines are connected. To try to blame the switch or its configuration I have tried directly connecting the machines. The results were the same. 6.3

IPv6 traffic between two hosts not flowing

2009-07-23 Thread Bob Van Zant
I have 2 FreeBSD machines each with 3 ethernet interfaces each with an IPv6 address. Here's a table showing how the two machines are connected. To try to blame the switch or its configuration I have tried directly connecting the machines. The results were the same. 6.34948

natt (again) in 7.2 stable and a forticlient

2009-07-23 Thread Ingo Flaschberger
Dear Yvan, I have tried to get natt at freebsd 7.2 stable with your patch http://people.freebsd.org/~vanhu/NAT-T/patch-natt-7.2-2009-05-12.diff and ipsec-tools 0.7.2 and 0.8-alpha20090525+natt running, but have no success. negotiation works, but traffic from forticlient gives esp_input_cb: authe

Re: How to change default source address?

2009-07-23 Thread Bruce Simpson
luc...@lastdot.org wrote: Hi guys, I need to change the default source address on a freebsd server. My situation is somehow similar to this (http://marc.info/?l=freebsd-questions&m=122535960804508&w=2). In linux i can easily do it like: ip ro replace default via 10.10.10.1 src a.b.c.d (where a.

nfe taskq performance issues

2009-07-23 Thread Peter Steele
We've been hitting serious nfe taskq performance issues during stress tests and in doing some research on the problem we came across this old email: From: Ivan Voras Date: April 28, 2009 3:53:14 AM PDT To: freebsd-thre...@freebsd.org Cc: freebsd-net@freebsd.org, freebsd-performa...@freebsd.org

Re: How to change default source address?

2009-07-23 Thread Julian Elischer
luc...@lastdot.org wrote: Hi guys, I need to change the default source address on a freebsd server. My situation is somehow similar to this (http://marc.info/?l=freebsd-questions&m=122535960804508&w=2). In linux i can easily do it like: ip ro replace default via 10.10.10.1 src a.b.c.d (where a.

How to change default source address?

2009-07-23 Thread luc...@lastdot.org
Hi guys, I need to change the default source address on a freebsd server. My situation is somehow similar to this (http://marc.info/?l=freebsd-questions&m=122535960804508&w=2). In linux i can easily do it like: ip ro replace default via 10.10.10.1 src a.b.c.d (where a.b.c.d is em0 alias). Any id

Re: multicast and multiple nics

2009-07-23 Thread iprebeg
On Thu, Jul 23, 2009 at 12:47:01PM +0200, Giulio Ferro wrote: > Thanks for the reply. > > ipre...@freebsd.org wrote: >>> I want to run ushare (/usr/ports/ushare). This program sends >>> multicast packets to multicast address 239.255.255.250 >>> >>> The packets should go to the lan, so I add the rou

Re: multicast and multiple nics

2009-07-23 Thread Giulio Ferro
Thanks for the reply. ipre...@freebsd.org wrote: I want to run ushare (/usr/ports/ushare). This program sends multicast packets to multicast address 239.255.255.250 The packets should go to the lan, so I add the route: route add 224/4 -iface re0 In order to do the test I switch off the firewal

[SOLVED] 8.0-BETA1 - for the record - different paths followed by IPv4 and IPv6 for 'local' connections

2009-07-23 Thread Henri Hennebert
Li, Qing wrote: Just another case where the route must be created: That's probably because I explicitly disabled such route installation for PPP link type. Please apply patch http://people.freebsd.org/~qingli/patch and let me know if that solves your problem. The problem is solved. Thanks