1. Go to PPP>Interface and press PPTP Server button
2. Click Enable nad OK it.
3. Go to PPP>Secrets and add account. Name: yourname ; Password: yourpassword ; Service: PPTP ; Local Address: 192.168.1.111 ; Remote Address 192.168.1.110
4. Go to Interfaces>Interface and open ether1 ( interface taking your connection to local network) and change ARP from Enabled to ARP-proxy
5. Configure VPN windows connection with yourname yourpassword and routerboard public IP address
6. Connect to routerboard using VPN.
7. check if ping to 192.168.1.254 is working as well ping your wireless router ip address.
8. use your browser to navigate to your router IP address.
SCRIPTS
Enable:
interface pptp-server server set enabled=yes
ppp secret add name=remoteuser password=xxx service=pptp remote-address=192.168.1.111 local-address=192.168.1.110
interface ethernet set ether1 arp=proxy-arp
Disable:
ppp secret remove remoteuser
interface pptp-server server set enabled=no
interface ethernet set ether1 arp=enabled
Leave A Comment