Re: pf rule for openvpn

2016-10-25 Thread Thuban
* Thuban le [25-10-2016 10:41:27 +0200]: > > # tcpdump -e -ttt -ni pflog0 action block > > > > You will be able to see what exactly is being blocked :) > > Okay, I'm just too stupid. I can access the wwweb through my VPN. I just can't ping, which is not a problem and seems logic according to my p

Re: pf rule for openvpn

2016-10-25 Thread Thuban
> # tcpdump -e -ttt -ni pflog0 action block > > You will be able to see what exactly is being blocked :) > That's my problem, nothing seems blocked , tcpdump returns nothing about my requests to reach the outside web. I'm stuck. Please find below my full pf.conf in case I missed something : e

Re: pf rule for openvpn

2016-10-24 Thread R0me0 ***
Assuming you block the traffic by default pf.conf block log all # tcpdump -e -ttt -ni pflog0 action block You will be able to see what exactly is being blocked :) -Regards 2016-10-24 12:19 GMT-02:00 Kenneth Gober : > On Sun, Oct 23, 2016 at 4:46 PM, Thuban wrote: > > Here are the relevant

Re: pf rule for openvpn

2016-10-24 Thread Kenneth Gober
On Sun, Oct 23, 2016 at 4:46 PM, Thuban wrote: > Here are the relevant parts of my pf.conf : > > ext_if = "re0" > tcp_pass = "{ gopher ipp 8000 }" > udp_pass = "{ 1194 }" > > pass in quick on $ext_if proto tcp to any port $tcp_pass keep state > pass in quick on $ext_if proto ud

Re: pf rule for openvpn

2016-10-24 Thread Thuban
* Predrag Punosevac le [23-10-2016 20:18:27 -0400]: > Op 23-10-2016 om 17:01 schreef Thuban: > > Hi, > > I have an openvpn server running and working, but can't > > go "outside" the server to access the web. > > > > To configure the server, I followed this : > > http://2f30.org/guides/openvpn.html

Re: pf rule for openvpn

2016-10-23 Thread Predrag Punosevac
Op 23-10-2016 om 17:01 schreef Thuban: > Hi, > I have an openvpn server running and working, but can't > go "outside" the server to access the web. > > To configure the server, I followed this : > http://2f30.org/guides/openvpn.html > > So ip forwarding is ative, vpn port is open, clients can conne

Re: pf rule for openvpn

2016-10-23 Thread Thuban
* obsd le [23-10-2016 21:13:19 +0200]: > Op 23-10-2016 om 17:01 schreef Thuban: > > Hi, > > I have an openvpn server running and working, but can't > > go "outside" the server to access the web. > > > > To configure the server, I followed this : > > http://2f30.org/guides/openvpn.html > > > > So i

Re: pf rule for openvpn

2016-10-23 Thread obsd
Op 23-10-2016 om 17:01 schreef Thuban: > Hi, > I have an openvpn server running and working, but can't > go "outside" the server to access the web. > > To configure the server, I followed this : > http://2f30.org/guides/openvpn.html > > So ip forwarding is ative, vpn port is open, clients can conne

pf rule for openvpn

2016-10-23 Thread Thuban
Hi, I have an openvpn server running and working, but can't go "outside" the server to access the web. To configure the server, I followed this : http://2f30.org/guides/openvpn.html So ip forwarding is ative, vpn port is open, clients can connect to the vpn. But they can't access wwweb. I guess