On Fri, Mar 03, 2006 at 01:08:43PM +0100, oliver simon wrote:
> hi bsd-gurus ...
>
> we are currently trying to set up an openbsd host, and have a problem
> with source-routing mechanisms !?
>
> Setup is as following:
>
> (all IP4s examples)
>
> hme1 -> 10.50.0.10
> hme0 -> 217.5.23.69
> hme0_alias -> 217.5.23.70
>
> default-gw is 10.50.0.1
>
> If you want to connect to e.g. 193.44.25.2, the machine has to go there
> with one of it4s official IPs 217...
>
> How can we solve that problem ? I read a lot about pf and other things,
> but nothing I tried is working ...
>
> Is that really only possible by using pf ?
>
> Were great, someone could gimme a hint, or better, post the line for pf,
> if there is really no other way to do that .. !?
>
> System is
>
> OpenBSD 3.8 (GENERIC) #607: Sat Sep 10 16:03:59 MDT 2005
> [EMAIL PROTECTED]:/usr/src/sys/arch/sparc64/compile/GENERIC
>
> on a Sun 220R
Sounds like a routing table problem - please post the output of route -n
show. In particular, do you have 'default' set to go through hme0?
Joachim