From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 28 Jun 2006 21:03:34 +0200 To: 9fans <9fans@cse.psu.edu> From: csant Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: Quoted-Printable Message-ID: User-Agent: Opera Mail/9.00 (Linux) Subject: [9fans] authdial: unknown host Topicbox-Message-UUID: 6f456002-ead1-11e9-9d60-3106f5b1d025 Hi, trying to mount a Plan 9 machine from Linux. I tell /srv/fscons to listen on ports 564 (tcp) and 17008 (il). I % auth/factotum -g 'proto=3Dp9sk1 user=3Dme dom=3Dmydomain !password=3D= mypw' and then on the Linux box I try to establish a preauthenticated connecti= on = (following instructions from this list a few weeks ago): $ srv -a 10.0.0.5 plan9 !adding key: role=3Dclient proto=3Dp9sk1 dom=3Dmydomain user[me]: me password: ! authdial: unknown host mydomain I am a bit confused by the last error message: how come authdial treats = = mydomain as the host? Where have I misconfigured stuff? $ hostname -f linux.mydomain seems to tell me that (at least the Linux box) knows about the domain. Needless to say, when I # mount -t 9p -o proto=3Dtcp 10.0.0.5 /mnt/9/ mount: permission denied since it was trying to "attach main as nobody: connection not = authenticated, not console". Any pointer please to how I could get this to work? /c