> I'm attempting to setup openbsd 4.0 as a router, the system has two
> interfaces, rl0 and rl1. It looks something like this (apologies if
> this looks really odd):
> 
> router [x.x.58.129] --- router2: rl0 [x.x.58.130]
>                                        router2: rl1 [x.x.58.140] ---

Not so much odd as lacking information. Post ifconfig output instead.
Presumably the OpenBSD box is 'router2', though you don't actually say.
        
If I had to guess, I'd say you're probably trying to overlap networks
and not doing it right, but you won't get good answers if you make people
guess. Which box are you talking about anyway? (I'd guess router2, but
you don't actually say).

> DMZ subnet x.x.58/28

I don't see any x.x.58.0 networks in your diagram, is that what you
actually meant to write?

> route add -net x.x.58.128 -netmask 255.255.255.240 -iface x.x.58.140
> route add -host x.x.58.129 -iface x.x.58.130

Directly connected networks already appear in the routing table, you
don't add static routes for them.

> Under Linux I just had:
...

irrelevant, this is not Linux.

Reply via email to