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: ifconfig net1 200.124.200.125/29 route add -net 190.64.x.x dev net1 route add gateway 190.64.x.x dev net1 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 -net 190.64.x.x -iface em0 And in mygate I put only 190.64.x.x The result is bad address and network is unrecheable. any help? Thanks in advance