Displaying 2 results from an estimated 2 matches for "internaldomain".
2014 Dec 22
9
Dealing with roaming machines
Hey folks,
As most of everyone, I use OpenSSH for almost everything and
whenever I can: backups, sync, Git, configuration management, and of
course console sessions. So much for an intro ;)
My laptop and I roam between three networks, though sometimes
I leave the laptop at the office overnight, or hop over to the third
site for an hour or two.
I'd like to find a way to configure OpenSSH (or
2014 Dec 23
3
Dealing with roaming machines
...at is identical in all 3 DNS
> domains. If your DNS admins have gracefully set the local environments
> to each be on their own subdomain, and that subdomain is *first* in
> DHCP configured DNS, you should be golden.
>
> laptop.internal.domain.com # when inside the building,
> internaldomain.domain.com is first, then domain.com
> laptop.vpn.domain.com # when VPN connected, vpn.domain.com is
> first, then domain.com
> laptop.machineroom.domain.com
>
> It's extra work in DNS and security policies to do this, especially if
> you're using dynamic DNS thro...