Unable to reach local network thru VPN

Hi guys,

I'm trying to connect tou our office thru vpn connection, I have set the pptp server to enabled, then I have added secret (user pass) and set manuly free Ip adresses to the local and remote field,
I'm able to connect remotely, I get Ip adress etc.. but I'm unable to reach any host on the network, is also not pingable, only the router itself on IP : 192.168.1.1 is pingable, nothing alse.
I also tryed to use local and remote with DHCP setting, but still same, I get an IP, I'm connected well but cannot reach any host on our office.

any help is much apriciated.

here's my info :

export

oct/24/2012 00:00:41 by RouterOS 5.21

software id = NQE7-2MLQ

/ppp profile
set 0 change-tcp-mss=yes local-address=dhcp name=default only-one=default remote-address=dhcp use-compression=default use-encryption=default use-mpls=
default use-vj-compression=default
/ppp aaa
set accounting=yes interim-update=0s use-radius=no
/ppp profile
set 1 address-list=192.168.1.0/24 bridge=bridge-local change-tcp-mss=yes local-address=192.68.1.1 name=default-encryption only-one=default
remote-address="(unknown)" use-compression=default use-encryption=yes use-mpls=default use-vj-compression=default
/ppp secret
add caller-id="" disabled=no limit-bytes-in=0 limit-bytes-out=0 local-address=192.168.1.1 name=xxxx password=xxxx profile=default-encryption
remote-address=192.168.1.185 routes="" service=pptp
add caller-id="" disabled=no limit-bytes-in=0 limit-bytes-out=0 name=xxxx password=xxxx profile=default routes="" service=any

Hello,

on the remote end (the end you are trying to talk to), set proxy-arp on the LAN interface of your Mikrotik router.

This is described on the Wiki under PPTP for example.

Dave.

O yes :slight_smile: o Yes. after trying so much diferent things, you helped in a minute :slight_smile:

I enabled the proxy arp on the bridge interface and the problem solved. it works.

thanks a lot.