> For the last days I've been trying to find a general purpose 
> solution to secure an University WiFi connection. We want it to support 
> multible plataforms like Linux, Windows and Pocket PC 2003 for IPAQs.

For Linux/Unix clients I would recommend plain IPsec. L2TP is probably
not needed, it only complicates things. But Windows, Panther and PPC2003
have native L2TP/IPsec and PPTP clients.

> In the IPAq the only client I can find is the internal l2tp 
> compatible dialup client. That seens to be the best choice in my opinion 
> since I can use certificates with ipsec + l2tp.

PPC2003 supports both L2TP/IPsec and PPTP. PPC2002 supports only PPTP.
See also this page: http://www.jacco2.dds.nl/networking/freeswan-pocketpc.html

> [lns default]
> 
> ip range = 10.1.161.1 - 10.1.163.254
> local ip = 192.168.200.1

I am not sure if I understand your setup completely, but I do know that the
above is incorrect. 'local ip' must be an IP address on your protected
network, i.e. in the same subnet as those IP addresses in 'ip range'.
For example, if your subnet is 10.1.0.0/16, then 'local ip = 10.1.1.1'
would be fine.

Jacco

Reply via email to