Radio_Shack said:
If I am using VPN from home to get into work would they see terb login?
Most likely no. Depending on the specific VPN software, and how you've configured it, the only IP network addresses that will flow through your VPN will be the ones associated to your work. Everything else will flow through your default route, which is your home broadband connection.
However, sometimes people configure their VPN to also be their default route, so in that case, all traffic will flow through the VPN connection, which means it'll flow through your company firewall too. How can you tell if your default routing is being redirected through the VPN? Use the "tracert" command in Windows (same as "traceroute" command in Unix/Linux) to a well-known (and
innocent) Internet site and record down all of the hops along the way, for example "
tracert google.com" will trace the route to Google. First try it without the VPN connected, and do it again with the VPN connected. Ideally, you should see little to no difference whether the VPN is connected or not, as it should be going through the same route no matter what. If it's being redirected through the VPN, then you'll see very different routes along the way.