Hi,
I’m new to the RouterBoard Eco-system, and must say, all the features are quite refreshing, although one thing is seemingly impossible to resolve on my brand-new hAP,
IPVanish as a destination for some local ip’s.
I’ve added the PPTP connection, which up and running, for about 60 seconds and tears itself down.
It strikes me odd that the RX is almost 0 bytes… so i’m kind of distrustful if it’s properly connected.
i’ve tried numerous examples form competing vpn-suppliers.. none seem to work, and to be frank, to my (not so novice knowledge regarding network) this should work, as it has on other platforms with the linux-kernel…
So far i’m tagging a ip-address-list with:
[] chain: prerouting
[] action: marking packages. with tag ‘VPN’
–
Than there is a Nat rule (listed on top), (followed by the default route from the ISP )
[] Chain: srcnat
[] out interface: mypptp-out1
[] bearing the router mark ‘VPN’
[] action: Masquerade
–
Then there is a route added:
[] dst: 0.0.0.0/0
[] gateway: mypptp-out1
[] ping/unicast
[] distance 1
[*] routing mark: VPN
I can clearly see that the particular node (listed in the address-list) the is being routed via the pptp (as it stops playing content) and cannot resolve anything.
When logging is turned on, I can see that packages are being tagged.
I’m rather stuck… so any help/pointers would be very welcome