Hello
I just got 2 routerboards and I ran into some problem.
After creating PPTP VPN, I can not access the network connected to eth5 or the VLAN. Whatever is in the same subnet I can access without any problems.
/interface print
Flags: D - dynamic, X - disabled, R - running, S - slave
# NAME TYPE ACTUAL-MTU L2MTU MAX-L2MTU
0 R WAN ether 1500 1598 4074
1 RS ether2-master-local ether 1500 1598 4074
2 RS ether3-slave-local ether 1500 1598 4074
3 S ether4-slave-local ether 1500 1598 4074
4 R ether5-Apartments ether 1500 1598 4074
5 RS ether6-master-local ether 1500 1598 2028
6 RS ether7-slave-local ether 1500 1598 2028
7 RS ether8-slave-local ether 1500 1598 2028
8 RS ether9-slave-local ether 1500 1598 2028
9 S ether10-slave-local ether 1500 1598 2028
10 DR <pptp-vaios> pptp-in 1400
11 R bridge-local bridge 1500 1598
12 R guest-vlan vlan 1500 1594
13 R pppoe-out1 pppoe-out 1480
Proxy-arp is enabled on bridge-local, guest-vlan, and eth5
/ip address print
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK INTERFACE
0 ;;; Atrium mgmt
192.168.9.1/24 192.168.9.0 ether2-master-local
1 ;;; guest vlan
192.168.209.1/24 192.168.209.0 guest-vlan
2 ;;; Apartments
192.168.14.254/24 192.168.14.0 ether5-Apartments
3 D 94.68.XX.XX/32 80.XX.XX.XX pppoe-out1
4 D 192.168.9.1/32 192.168.9.81 <pptp-vaios>
/ip pool print
# NAME RANGES
0 mgmt 192.168.9.101-192.168.9.121
1 vpn 192.168.9.80-192.168.9.90
2 guests 192.168.209.101-192.168.209.254
3 apts 192.168.14.101-192.168.14.151
PPTP Configuration
/ppp profile print
Flags: * - default
0 * name="default" use-mpls=default use-compression=default
use-encryption=default only-one=default change-tcp-mss=yes
use-upnp=default address-list="" on-up="" on-down=""
1 name="vpn-profile" local-address=192.168.9.1 remote-address=vpn
bridge=bridge-local use-mpls=default use-compression=default
use-encryption=required only-one=default change-tcp-mss=default
use-upnp=default address-list="" dns-server=192.168.9.1 on-up=""
on-down=""
/interface pptp-server server print
enabled: yes
max-mtu: 1450
max-mru: 1450
mrru: disabled
authentication: mschap1,mschap2
keepalive-timeout: 30
default-profile: vpn-profile
My problem is that I can not access any device connected to eth5 or anything in the VLAN *except when I use “use default gateway on remote network” option in windows settings, something that I don’t want to have enabled.
I plan to use a site to site PPTP link (with a new RB3011) aswell and I need full access to the other networks.
How can I fix that?
Thank you in advance