View Single Post
  #1   (View Single Post)  
Old 15th April 2014
hpabsdbeginner1 hpabsdbeginner1 is offline
New User
 
Join Date: Apr 2014
Posts: 6
Default route on openbsd

I want to reach my 192.168.3.0/24 net
so i did

Code:
route add -net 192.168.3.0/24 192.168.0.25
and enable with sysctl the ipv4 forward
But i can't ping any host on 192.168.3.0
why?
Reply With Quote