Hi, I’m a Mikrotik newbie and have a configuration question. I have the following configuration:
Broadband link (DHCP to ISP)
|
Local LAN (192.168.1.0/24)
|
Local WIFI (bridge)[/quote]
I also have a VPN account to the office which uses PPTP:
Office VPN (DHCP client)
|
Office WIFI (192.168.3.0/24)
I would like to add a second WLAN network say SSID = OFFICE who’s default route always
goes over the ‘vpn-ofc’ interface. This link should use NAT and would ideally be issued
an IP on the PPTP link.
The part I’m struggling with is how to bind the ‘office-wlan’ to the ‘vpn-ofc’ interface. The bevhavior I’d like is for anyone connected to the local LAN or local WIFI to route default traffic over the broadband link, and anyone connecting to the ‘office’ wireless network would route ALL traffic over the office VPN link.
Thanks for any help or suggestions,
Nigel.