Community discussions

MikroTik App
 
tbutcher
newbie
Topic Author
Posts: 43
Joined: Thu Apr 07, 2005 5:38 pm

PPTP

Thu Jan 05, 2006 1:24 am

I am trying to setup a PPTP connection to a VLAN interface. Using a Windows XP computer I can connect using PPTP and ping the router but not any computers on the VLAN. I guess this is becuase the PPTP connection does not have the VLAN tagging.

Does anybody have VLAN and PPTP running together?

Tim
 
eflanery
Member
Member
Posts: 376
Joined: Fri May 28, 2004 10:11 pm
Location: Moscow, ID
Contact:

Thu Jan 05, 2006 4:12 am

If you want to have the remote PPTP computer use an address from a subnet on the VLAN, and be able to reach machines on that VLAN, you will need to enable proxy-arp for that VLAN.

/int vlan set vlan name arp=proxy-arp

For more detail, read this: http://www.mikrotik.com/docs/ros/2.9/in ... t#5.29.6.2

--Eric
 
tbutcher
newbie
Topic Author
Posts: 43
Joined: Thu Apr 07, 2005 5:38 pm

Thu Jan 05, 2006 10:41 am

I already had proxy-arp set on the VLAN but it doesn't work.

Tim
 
eflanery
Member
Member
Posts: 376
Joined: Fri May 28, 2004 10:11 pm
Location: Moscow, ID
Contact:

Thu Jan 05, 2006 10:47 pm

You may also need to add a route on the windows machine, for the subnet in question.

I.e.:

C:\> route -p ADD [Subnet Address] MASK [Subnet Mask] [Gateway (concentrator local IP)] IF [Interface REF#]

--Eric