Sujet : VPN ?? possible si c'est pas le serveur VPN le routeur ? |
Houla ! |
Google m'a trouvé ca : http://www.adslguide.org.uk/qanda.asp?faq=GDMT#Q118
Citation :
How I access VPN's with a Speedtouch pro?
Virtual private network protocols usually require more than just simple port forwarding. A useful list of the forwards needed is at this site.
The important extracts are:
IPSec-ESP VPN pinholes
nat create protocol=50 inside_addr=10.0.0.254 outside_addr=0
nat create protocol=udp inside_addr=10.0.0.254 inside_port=500 outside_addr=0 outside_port=500
PPTP VPN pinholes
nat create protocol=47 inside_addr=10.0.0.254 outside_addr=0
nat create protocol=tcp inside_addr=10.0.0.254 inside_port=1723 oustide_addr=0 outside_port=1723
|
|