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-questionsm=122535960804508w=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

Re: How to change default source address?

2009-07-23 Thread Nikos Vassiliadis
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-questionsm=122535960804508w=2). In linux i can easily do it like: ip ro replace default via 10.10.10.1 src a.b.c.d (where

Re: How to change default source address?

2009-07-23 Thread Adam Vande More
On Thu, Jul 23, 2009 at 10:09 AM, Nikos Vassiliadis nvass9...@gmx.comwrote: 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-questionsm=122535960804508w=2). In linux i