Jump to content

Route mk7 pineapple client traffic via openvpn?


DonBigly

Recommended Posts

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?

 

Link to comment
Share on other sites

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'
    ...
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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