Hello,
I'm trying establish a tunnel to a pppt server located at work, from my home network (behind a freebsd with pf firewall).
The only way I can make it work is when I have the following line in my pf.conf!
I would like to limit the above to the following :
or at least
But it doesn't work.
Any ideas ?
I'm trying establish a tunnel to a pppt server located at work, from my home network (behind a freebsd with pf firewall).
The only way I can make it work is when I have the following line in my pf.conf!
Code:
pass in quick all
I would like to limit the above to the following :
Code:
pass in quick inet proto gre from $work_ip to any
or at least
Code:
pass in quick inet from $work_ip to any
But it doesn't work.
Any ideas ?