On 2013-05-25, Cesar Calvo <ad...@urulab.com> wrote:
> Hi people.
> I have a linux server a try to migrate to openbsd 5.3/amd64. I am totatly
> new in this amazing OS.
>
> In linux I have:
>
>    - ip addr 200.124.200.125/32 dev net1
>    - ip route add 190.64.x.x dev net1
>    - ip route add default via 190.64.x.x
>
> All packets from net1 ip are delivery via 190.64.x.x gateway.
> But on openbsd, route syntax is different.
> I have hostname.em0 with:
> inet 200.124.200.125 255.255.255.248 none
> !route add 190.64.x.x -iface em0
>
> And in mygate I put only 190.64.x.x
>
> The result is bad address and network is unreachable.
>
>

See http://marc.info/?l=openbsd-misc&m=134643340822363 for an example
of one way you might work around this broken network configuration.

Reply via email to