Jump to content

Route mk7 pineapple client traffic via openvpn?


DonBigly

Recommended Posts

Posted

I have the mk7 connected as a client to a vpn, but only the router itself is using the vpn, all connected client traffic goes nowhere until the vpn is disconnected.

Not sure how to setup the routing, any help/suggestion?

 

Posted

Ok easy enough - all appears to be working.

I had to edit /etc/config/network and add

config interface 'myvpn'
	option ifname 'tun0'
	option proto 'none'
	option auto '1'

then simply edit /etc/config/firewall to list that iface in the wan zone

config zone
	option name 'wan'
    ...
	list network 'myvpn'
    ...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...