Hello, On OpenBSD 5.7, I'm using alternative route table to send ping a on specific route.
On a fresh install, I simply do > route -T 1 add default 192.168.1.1 > ping -V 1 8.8.8.8 It works well on 5.7, but I can't managed to get it working on 5.8. On a fresh install of 5.8, doing the same commands result in a "No route to host" error. Do I need to do something more to make it work ? Thanks Jean-Daniel