I've been running openvpn with net30 for a long time, and recently came across topology subnet via the following post.
http://permalink.gmane.org/gmane.networ ... devel/1240
This paragraph intrigued me, so I setup a open vpn instance with topology subnet, and change my ccd file toHowever (b) is less of an issue now since the "topology
subnet" feature was added, because it allows a tun-based tunnel to operate
without requiring any mandatory route pushes in order to function. Of
course, if you are pushing custom routes, or are pushing
"redirect-gateway" to clients, then those routes cannot be added if the
user lacks administrative privileges (is there a finer-grained
privilege that allows route modification without full admin privileges?).
Code: Select all
ifconfig-push address subnet mask
I've got my VPN connected in this manner, however as I'm not pushing any routes, so am unsure as to how to talk to my vpn server.
I have the following routes:
Code: Select all
10.92.0.18 255.255.255.255 On-link 10.92.0.18 286
10.92.0.255 255.255.255.255 On-link 10.92.0.18 286
Many thanks,
Chris