On Fri, 30 Jul 2004, Matthew K. Lee wrote:

> To all who can assist,
> 
> The pptp proxy function is not working.  The first VPN connection will
> connect and work normally.  The second VPN connection will connect, but
> nothing works.  
> 
> I have a FreeBSD system (version 4.10) with ipfilter (version 4.1.3).
> 
> Here's the ipnat config:
> map xl0 172.x.x.x/24 -> 216.x.x.x/32 proxy port ftp ftp/tcp
> map xl0 172.x.x.x/24 -> 216.x.x.x/32
> map xl0 172.x.x.x/24 -> 216.x.x.x/32 portmap tcp/udp 10001:65000
> map xl0 172.x.x.x/24 -> 216.x.x.x/32 proxy port 1723 pptp/tcp 
> 

Try the following:

map xl0 172.x.x.x/24 -> 216.x.x.x/32 proxy port ftp ftp/tcp
map xl0 172.x.x.x/24 -> 216.x.x.x/32 proxy port 1723 pptp/tcp
map xl0 172.x.x.x/24 -> 216.x.x.x/32 portmap tcp/udp 10001:65000
map xl0 172.x.x.x/24 -> 216.x.x.x/32


Good luck.

Larry.

Reply via email to