>I followed the directions to the "T", and I authenticate fine, but
>cannot ping anything on the LAN or or get routed out through the WAN
>connection. I setup the Firewalla PPTP rules just like the
>instructions, but still nodda. Anyone know what i forgot?
>
>Here is my xml file. with a few things "X"'d out.
>
From what I can see, you're only allowing TCP on the PPTP allow rule. My
PPTP rule goes like:
Proto Source Port Dest Port Descr.
* PPTP clients * * * Allow PPTP to All
Here's my allow rule:
<rule>
<type>pass</type>
<interface>pptp</interface>
<source>
<network>pptp</network>
</source>
<destination>
<any/>
</destination>
<descr>Allow PPTP</descr>
</rule> |