View Single Post
  #3   (View Single Post)  
Old 5th October 2011
n4p1 n4p1 is offline
New User
 
Join Date: Mar 2010
Posts: 9
Default

Quote:
Originally Posted by aod View Post
When executing 'ping' from julia to ingrid, 'tcpdump' on julia shows ICMP requests and replies from ingrid just as it should, but 'ping' shows nothing!
What can be possible cause of such a situation?
Edit pf.conf:
Code:
pass in quick on $int_if inet proto icmp from ($int_if:network) to any icmp-type {8,11}
pass out quick on $int_if inet proto icmp from any to ($int_if:network) icmp-type {8,11}
pfctl -f /etc/pf.conf and voila.
Reply With Quote