Hello guys,
I am experiencing a weird problem with my vpn setup on a RB3011.
At the moment I am using a PPTP Site-to-Site and PPTP/L2TP Road Warrior setups.
The biggest problem which is the site to site pptp stopped working after upgrading from 6.32 to 6.38
Now the weird stuff.
- Site to site PPTP with a tomato Router: Tunnel active, can ping hosts, can’t access anything (e.g. winbox connects, can’t see any contents)
- L2TP Road warrior: Windows Clients successfully connect, can ping hosts, can’t access anything like above
- L2TP Road warrior: iOS clients successfully connect, can access all resources.
- PPTP Road warrior: Windows clients successfully connect, can access all resources.
I can’t understand where is the problem.
/interface print
Flags: D - dynamic, X - disabled, R - running, S - slave
# NAME TYPE ACTUAL-MTU L2MTU MAX-L2MTU
0 R WAN ether 1500 1598 8156
1 RS ether2-master-local ether 1500 1598 8156
2 RS ;;; Building B
ether3-slave-local ether 1500 1598 8156
3 S ether4-slave-local ether 1500 1598 8156
4 S ether5-slave-local ether 1500 1598 8156
5 RS ether6-master-local ether 1500 1598 8156
6 RS ether7-slave-local ether 1500 1598 8156
7 S ether8-slave-local ether 1500 1598 8156
8 S ether9-slave-local ether 1500 1598 8156
9 S ether10-slave-local ether 1500 1598 8156
10 RS ;;; Unifi Switch8-150
sfp1 ether 1500 1600 8158
11 DR <l2tp-vaiosmob> l2tp-in 1450
12 DR <pptp-larisa1> pptp-in 1450
13 DR <pptp-vaios> pptp-in 1400
14 R ;;; Guest VLAN
Guest-VLAN vlan 1500 1594
15 R bridge-local bridge 1500 1598
16 R pppoe-out1 pppoe-out 1480
/ip address print
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK INTERFACE
0 ;;; Default LAN
192.168.16.1/24 192.168.16.0 ether2-master-local
1 ;;; Guest VLAN
192.168.216.1/24 192.168.216.0 Guest-VLAN
2 ;;; Access ADSL Modem
192.168.2.252/24 192.168.2.0 WAN
3 D XX.XX.XX.XX/32 XX.XX.XX.XX pppoe-out1
4 D 192.168.16.1/32 192.168.16.218 <pptp-larisa1>
5 D 192.168.188.224/32 192.168.188.1 pptp-atrium
6 D 192.168.16.1/32 192.168.16.215 <pptp-vaios>
7 D 192.168.16.1/32 192.168.16.214 <l2tp-vaiosmob>
/ip pool print
# NAME RANGES
0 mgmt_pool 192.168.16.100-192.168.16.200
1 guests_pool 192.168.216.122-192.168.216.249
2 vpn_pool 192.168.16.208/28
/ppp profile print
Flags: * - default
0 * name="default" local-address=192.168.16.1 remote-address=vpn_pool
remote-ipv6-prefix-pool=*0 bridge=bridge-local use-ipv6=no use-mpls=default
use-compression=default use-encryption=yes only-one=default change-tcp-mss=yes
use-upnp=default address-list="" on-up="" on-down=""
1 name="pptp-profile" local-address=192.168.89.1 remote-address=vpn_pool
remote-ipv6-prefix-pool=*0 use-ipv6=no use-mpls=default use-compression=default
use-encryption=required only-one=default change-tcp-mss=default use-upnp=default
address-list="" on-up="" on-down=""
2 name="OVPN_profile" local-address=10.9.9.50 remote-address=10.9.9.51
remote-ipv6-prefix-pool=*0 use-ipv6=yes use-mpls=default use-compression=default
use-encryption=default only-one=default change-tcp-mss=default use-upnp=default
address-list="" on-up="" on-down=""
3 * name="default-encryption" local-address=192.168.16.1 remote-address=vpn_pool
remote-ipv6-prefix-pool=*0 bridge=bridge-local use-ipv6=no use-mpls=default
use-compression=default use-encryption=required only-one=default change-tcp-mss=yes
use-upnp=default address-list="" dns-server=192.168.16.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: default-encryption
/interface l2tp-server server print
enabled: yes
max-mtu: 1450
max-mru: 1450
mrru: disabled
authentication: mschap2
keepalive-timeout: 30
max-sessions: unlimited
default-profile: default-encryption
use-ipsec: yes
ipsec-secret: xxxxxxxxxxxxxxxxxx
allow-fast-path: no
/ip route print
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 ADS 0.0.0.0/0 62.38.0.170 0
1 ADC XX.XX.XX.XX/32 XX.XX.XX.XX pppoe-out1 0
2 S 192.168.1.0/24 192.168.89.212 1
3 ADC 192.168.2.0/24 192.168.2.252 WAN 0
4 A S 192.168.9.0/24 192.168.188.1 1
5 A S 192.168.14.0/24 192.168.188.1 1
6 ADC 192.168.16.0/24 192.168.16.1 bridge-local 0
7 ADC 192.168.16.214/32 192.168.16.1 <l2tp-vaiosmob> 0
8 ADC 192.168.16.215/32 192.168.16.1 <pptp-vaios> 0
9 ADC 192.168.16.218/32 192.168.16.1 <pptp-larisa1> 0
10 ADC 192.168.188.1/32 192.168.188.224 pptp-atrium 0
11 ADC 192.168.216.0/24 192.168.216.1 Guest-VLAN 0
Please let me know if you need me to attach more config details
