Community discussions

MikroTik App
 
reza.mnp
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 90
Joined: Mon Jun 11, 2007 9:44 am
Location: ilam - iran
Contact:

set gre disabled=no

Wed Nov 18, 2009 9:30 pm

[admin@MikroTik] /ip firewall service-port> set gre disabled=no           
no such item
why no such item?
 
fewi
Forum Guru
Forum Guru
Posts: 7717
Joined: Tue Aug 11, 2009 3:19 am

Re: set gre disabled=no

Wed Nov 18, 2009 9:39 pm

Because there's no GRE helper?
 
User avatar
Chupaka
Forum Guru
Forum Guru
Posts: 8712
Joined: Mon Jun 19, 2006 11:15 pm
Location: Minsk, Belarus
Contact:

Re: set gre disabled=no

Thu Nov 19, 2009 2:13 am

it existed in v2.9

v3 have general 'pptp' helper
 
reza.mnp
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 90
Joined: Mon Jun 11, 2007 9:44 am
Location: ilam - iran
Contact:

Re: set gre disabled=no

Thu Nov 19, 2009 5:59 am

i using pptp for vpn
http://wiki.mikrotik.com/wiki/PPTPServer
/ interface ethernet 
set ether1 name="ether1"

/ interface bridge 
add name="lan" arp=proxy-arp

/ interface bridge port 
add interface=ether1 bridge=lan

/ ip address 
add address=192.168.0.1/24 interface=lan

/ ip dns 
allow-remote-requests=yes

/ ip firewall service-port 
[color=#800000]set gre disabled=no [/color]
set pptp disabled=no 

/ ip pool 
add name="pptp" ranges=192.168.0.200-192.168.0.229 

/ ppp profile 
add name="pptp-in" local-address=192.168.0.1 remote-address=pptp use-encryption=required only-one=yes change-tcp-mss=yes dns-server=192.168.0.1

/ interface pptp-server server 
set enabled=yes max-mtu=1460 max-mru=1460 authentication=chap,mschap1,mschap2 default-profile=pptp-in 

/ ppp secret 
add name="user-1" service=pptp password="******" profile=pptp-in
add name="user-2" service=pptp password="******" profile=pptp-in
# ...
i using MT v4.2
log file when xp vpn to MT
tcp connection established from x.x.x.x
<pptp-0>: waiting for call...
<pptp-0>: terminating...
<pptp-0>: disconnected
 
User avatar
Chupaka
Forum Guru
Forum Guru
Posts: 8712
Joined: Mon Jun 19, 2006 11:15 pm
Location: Minsk, Belarus
Contact:

Re: set gre disabled=no

Thu Nov 19, 2009 4:18 pm

and what does XP say?
 
reza.mnp
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 90
Joined: Mon Jun 11, 2007 9:44 am
Location: ilam - iran
Contact:

Re: set gre disabled=no

Thu Nov 19, 2009 6:14 pm

verifying username and password

and message attached.
You do not have the required permissions to view the files attached to this post.
 
reza.mnp
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 90
Joined: Mon Jun 11, 2007 9:44 am
Location: ilam - iran
Contact:

Re: set gre disabled=no

Thu Nov 19, 2009 7:49 pm

solved
disable f-secure antivirus and solved