From owner-freebsd-questions Sun Sep 17 20:07:25 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA25942 for questions-outgoing; Sun, 17 Sep 1995 20:07:25 -0700 Received: from kalypso.iqm.unicamp.br (kalypso.iqm.unicamp.br [143.106.13.10]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id UAA25866 for ; Sun, 17 Sep 1995 20:07:02 -0700 Received: (from vazquez@localhost) by kalypso.iqm.unicamp.br (8.6.11/8.6.9) id XAA28515 for freebsd-questions@freefall.freebsd.org; Sun, 17 Sep 1995 23:10:57 GMT From: Pedro A M Vazquez Message-Id: <199509172310.XAA28515@kalypso.iqm.unicamp.br> Subject: passwd -y To: freebsd-questions@freefall.freebsd.org Date: Sun, 17 Sep 1995 23:10:55 +0000 () Organization: Instituto de Quimica Unicamp X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 1571 Sender: owner-questions@FreeBSD.org Precedence: bulk Hello I have a 2.0.5 NIS server that is also the gateway between two subnets, when it boots it sets its hostname/IP number using subnet A and the second ethernet is configured using its IP numebr on subnet B. On subnet A I have a slave server that is also a gateway to another subnet C. Something like this: Subnet A ------------+-----------------------------+----------------------- | | Master Slave | | ---------+---- Subnet B ----+-------- Subnet C My problem is: users logged on clients in A and C subnets can change their password without any problems but those on subnet B can't. On subnet C passwd -y times out with the message: yppasswd: yppasswdd not running on NIS master host Looking with tcpdump it seems the client (pm3) is replying to the server (samba) with an unrecheable port message. 00:02:17.787371 pm3.iqm.unicamp.br.vsinet > copa.iqm.unicamp.br.sunrpc: udp 56 00:02:17.789933 samba.iqm.unicamp.br.sunrpc > pm3.iqm.unicamp.br.vsinet: udp 28 00:02:17.790827 pm3.iqm.unicamp.br > samba.iqm.unicamp.br: icmp: pm3.iqm.unicamp.br udp port vsinet unreachable 00:04:16.397711 pm3.iqm.unicamp.br.ock > copa.iqm.unicamp.br.sunrpc: udp 56 00:04:16.400469 samba.iqm.unicamp.br.sunrpc > pm3.iqm.unicamp.br.ock: udp 28 00:04:16.401369 pm3.iqm.unicamp.br > samba.iqm.unicamp.br: icmp: pm3.iqm.unicamp.br udp port ock unreachable Is there any known problem with ypasswdd runing on gateways? Pedro