The (wired) network I'm connecting to uses tunnelled TLS to authenticate clients.
I'm wondering if it's possible to get a router which can:
- NAT/firewall a local, wired network to the secured network.
- Share the secured connection wirelessly (segregated from the "local" network), but force the clients to authenticate themselves, rather than the router authenticating
My terminology is probably a little off, I've not done a lot of of networking before.
EDIT: RE: authentication, it's a university network; Without authenticating you appear to be locked into a walled garden which provides info on setting up the authentication:
- enable 802.1X security
- select "Tunnelled TLS" as the security method
- select a security certificate
- set "inner authentication" to PAP (on ubuntu this is the default so I assume it's usually standard)
- enter our network login details
After going through it in my mind I'm guessing that it should be possible as long as the router doesn't attempt to authenticate to the uni network?