Hi Joachim, thanks for helping ...
here4s the requested ...
[EMAIL PROTECTED] ~ # route -n show
Routing tables
Internet:
Destination Gateway Flags Refs Use Mtu
Interface
default 10.50.0.1 UGS 0 2796 - hme1
10.32.0/24 10.50.0.2 UGS 0 0 - hme1
10.50.0/24 link#2 UC 0 0 - hme1
10.50.0.1 00:11:0a:54:89:44 UHLc 0 0 - hme1
10.50.0.3 00:11:0a:54:89:44 UHLc 0 0 - hme1
10.50.0.200 00:0f:20:79:0d:42 UHLc 0 2 - hme1
10.75.0.0/25 10.8.0.211 UGS 0 0 - hme0
81.6.70.16/31 10.50.0.1 UGS 0 3 - hme1
127/8 127.0.0.1 UGRS 0 0 33192 lo0
127.0.0.1 127.0.0.1 UH 0 3 33192 lo0
217.5.23.128/25 link#1 UC 0 0 - hme0
217.5.23.70 127.0.0.1 UGHS 0 5 33192 lo0
224/4 127.0.0.1 URS 0 0 33192 lo0
Internet6:
Destination Gateway Flags
Refs Use Mtu Interface
::/104 ::1 UGRS
0 0 - lo0
::/96 ::1 UGRS
0 0 - lo0
Joachim Schipper wrote:
> 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