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.