I’m trying to get access to my LAN (172.20.0.x / 24) using VPN connection.
I configured eth1 on RB with LAN address (172.20.0.250), and I added eth2 public address (83.3.251.75/29), added default route, then I configured PPTP server.
VPN connection is working correctly (I can get inside LAN), but ONLY when I’m using other public address within the same subnet (i.e. 83.3.251.76/29).
The problem is, when I’m trying to connect via VPN from internet - it doesn’t work (no connection).
Obviously I must have forgot about something, but what?? Would appreciate any suggestions.
Here’s the /ip route print detail output from my RB 433AH:
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
0 A S dst-address=0.0.0.0/0 gateway=83.3.251.73,bridge1
interface=bridge1,bridge1 gateway-state=reachable,reachable
distance=1 scope=30 target-scope=10
0 A S dst-address=0.0.0.0/0 gateway=83.3.251.73,bridge1
interface=bridge1,bridge1 gateway-state=reachable,reachable
distance=1 scope=30 target-scope=10
route configuration is wrong
remove your current default route and add this one
/ip route add gateway=83.3.251.73
and is there any reason why public IP is on the bridge interface?