Hello,
I'm trying to set up a VPN on my Mikrotik router so i can connect securely from home to my network. I'm using the tutorial from here:
My router connects to the internet via PPPoE on eth1. The rest of the eth ports are connected to different devices (PC, printers, NAS etc..).
I am able to connect from home to the VPN I've created, but i can only access the router, all other devices on the network are out of reach.
I am pretty sure the problem lies with the last command in the tutorial:
/interface ethernet set Office arp=proxy-arp
when i run it, it get an error 'no such item'
this is the output of the /interface ethernet print:
Flags: X - disabled, R - running, S - slave
NAME MTU MAC-ADDRESS ARP SWITCH
0 R ether1 1500 64:D1:54:0D:E4:6D enabled switch2
1 RS ether2 1500 64:D1:54:0D:E4:6E enabled switch2
2 RS ether3 1500 64:D1:54:0D:E4:6F enabled switch2
3 RS ether4 1500 64:D1:54:0D:E4:70 enabled switch2
4 S ether5 1500 64:D1:54:0D:E4:71 enabled switch2
5 S ether6 1500 64:D1:54:0D:E4:72 enabled switch1
6 S ether7 1500 64:D1:54:0D:E4:73 enabled switch1
7 RS ether8 1500 64:D1:54:0D:E4:74 enabled switch1
8 RS ether9 1500 64:D1:54:0D:E4:75 enabled switch1
9 RS ether10 1500 64:D1:54:0D:E4:76 enabled switch1
10 S ether11 1500 64:D1:54:0D:E4:77 enabled
11 S ether12 1500 64:D1:54:0D:E4:78 enabled
12 S ether13 1500 64:D1:54:0D:E4:79 enabled
What do i need to do to be able to access all devices on my network through my VPN connection?
Thank you.