View Single Post
Old 25th July 2019
calanon calanon is offline
Port Guard
 
Join Date: Jul 2019
Posts: 38
Default

Quote:
Originally Posted by jggimi View Post
Your icmp rule applies to traffic already permitted through or originating on the gateway, not from the workstation that has authenticated with an authpf(8) shell.
Sorry to keep bothering you. This is what I did to test the concept:

From my local machine I added a route to another VM 192.168.0.254 via the gateway 192.168.15.5 (The bsd machine with authpf)

Once authenticated I am able to ssh to the IP 192.168.0.254.

When I remove that route and I add the following route.

ip route add 192.168.0.0/16 via 192.168.15.5

I cannot log into any other server in that subnet not even 192.168.0.254

Any ideas?
Reply With Quote