Page 1 of 1
PPTP
Posted: Thu Jan 05, 2006 1:24 am
by tbutcher
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
Posted: Thu Jan 05, 2006 4:12 am
by eflanery
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
Posted: Thu Jan 05, 2006 10:41 am
by tbutcher
I already had proxy-arp set on the VLAN but it doesn't work.
Tim
Posted: Thu Jan 05, 2006 10:47 pm
by eflanery
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