PPTP instalation error
Posted: Mon Aug 01, 2011 4:46 pm
I want to set up PPTP (VPN) server on my server (Router OS for X86 ) but after configure all setting can not connect to this server and see error about GRE protocol
my setting is
/ip firewall filter
add action=accept chain=input disabled=no
add action=accept chain=input disabled=no protocol=tcp src-port=1723
add action=accept chain=input disabled=no protocol=udp src-port=1723
add action=accept chain=input connection-state=established disabled=no
add action=accept chain=input disabled=no protocol=gre
/ppp profile
set default change-tcp-mss=yes name=default only-one=default use-compression=\
default use-encryption=default use-ipv6=yes use-mpls=default \
use-vj-compression=default
add change-tcp-mss=default dns-server=***** local-address=\
VPN-OVPN name=VPN-SHIRAZU-PROFILE only-one=default use-compression=\
default use-encryption=yes use-ipv6=yes use-mpls=default \
use-vj-compression=default
set default-encryption change-tcp-mss=yes name=default-encryption only-one=\
default use-compression=default use-encryption=yes use-ipv6=yes use-mpls=\
default use-vj-compression=default
/ppp aaa
set accounting=yes interim-update=1m use-radius=yes
/ppp secret
add caller-id="" disabled=no limit-bytes-in=0 limit-bytes-out=0 name=admin \
password="7700" profile=VPN routes="" service=any
I read the documentation and see
this paragraph "Note that it is not possible to add new services, only existing service modifications are allowed. "
can anyone help me about this problem
my setting is
/ip firewall filter
add action=accept chain=input disabled=no
add action=accept chain=input disabled=no protocol=tcp src-port=1723
add action=accept chain=input disabled=no protocol=udp src-port=1723
add action=accept chain=input connection-state=established disabled=no
add action=accept chain=input disabled=no protocol=gre
/ppp profile
set default change-tcp-mss=yes name=default only-one=default use-compression=\
default use-encryption=default use-ipv6=yes use-mpls=default \
use-vj-compression=default
add change-tcp-mss=default dns-server=***** local-address=\
VPN-OVPN name=VPN-SHIRAZU-PROFILE only-one=default use-compression=\
default use-encryption=yes use-ipv6=yes use-mpls=default \
use-vj-compression=default
set default-encryption change-tcp-mss=yes name=default-encryption only-one=\
default use-compression=default use-encryption=yes use-ipv6=yes use-mpls=\
default use-vj-compression=default
/ppp aaa
set accounting=yes interim-update=1m use-radius=yes
/ppp secret
add caller-id="" disabled=no limit-bytes-in=0 limit-bytes-out=0 name=admin \
password="7700" profile=VPN routes="" service=any
I read the documentation and see
this paragraph "Note that it is not possible to add new services, only existing service modifications are allowed. "
can anyone help me about this problem