Displaying 1 result from an estimated 1 matches for "localjail_1".
2002 Jan 05
2
new feature w/ patch
...y. If we both then aliased mirror_1 and
jail_1 to be virtual_1, we could even use the same host
names.
The commands below show my local test case.
:
: Set up two aliases, one representing a FreeBSD jail and the
: other a remote mirror.
:
root# grep 127.7 /etc/hosts
127.74.0.1 localjail_1
127.77.0.1 localmirror_1
root# ifconfig lo0 inet localjail_1 netmask 0xffffffff alias
root# ifconfig lo0 inet localmirror_1 netmask 0xffffffff alias
:
: Make sure (ssh remote) is a login into localhost.
:
user% tail -4 ~/.ssh/config
Host remote
Protocol 2
Identity...