From owner-freebsd-questions Tue Apr 3 10:35:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sj-msg-core-1.cisco.com (sj-msg-core-1.cisco.com [171.71.163.11]) by hub.freebsd.org (Postfix) with ESMTP id 06DD937B719 for ; Tue, 3 Apr 2001 10:35:40 -0700 (PDT) (envelope-from wwfung@cisco.com) Received: from toque.cisco.com (toque.cisco.com [161.44.208.153]) by sj-msg-core-1.cisco.com (8.9.3/8.9.1) with ESMTP id KAA10048 for ; Tue, 3 Apr 2001 10:35:43 -0700 (PDT) Received: from wwfung-nt ([161.44.215.209]) by toque.cisco.com (Mirapoint) with ESMTP id ABH10042; Tue, 3 Apr 2001 13:35:38 -0400 (EDT) Message-Id: <4.2.0.58.20010403132631.00c33810@toque.cisco.com> X-Sender: wwfung@toque.cisco.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Tue, 03 Apr 2001 13:32:12 -0400 To: freebsd-questions@FreeBSD.ORG From: Wilson Fung Subject: TFTP over IPv6 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear all, I have a question about setting up a TFTP server with the IPv6 protocol. Is this done by adding a line into the inetd.conf file as shown in the following? # # IPv6 services # ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -l telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd tftp dgram udp6 wait nobody /usr/libexec/tftpd -s /usr/local/tftp tftpd/tftpboot #shell stream tcp6 nowait root /usr/libexec/rshd rshd #login stream tcp6 nowait root /usr/libexec/rlogind rlogind I've tried differernt combinations of protocols "udp, udp4 udp6 udp46".... however, the tftp server only works for IPv4. I have a router connected to this FreeBSD host. If a TFTP request is sent to the host... an error message saying "Connection Refused" or "Address has already been used" is displayed in the console terminal. Apr 3 11:02:11 ipv6host1 tftpd[238]: read: Connection refused Apr 3 11:02:11 ipv6host1 tftpd[238]: read: Connection refused Apr 3 11:02:15 ipv6host1 tftpd[240]: read: Connection refused Apr 3 11:02:15 ipv6host1 tftpd[240]: read: Connection refused Apr 3 11:02:15 ipv6host1 tftpd[240]: read: Connection refused Does the tftpd daemon support IPv6??? Can anyone help me how to set up a TFTP server over IPv6??? THANK YOU VERY MUCH. Wilson Fung ---------------------------------------------------------------------------- ------------------ Wilson Fung Cisco Systems Co Internet POP Systems Business Unit 365 March Road, Kanata, Ontario, Canada, K2K 2C9 Office: (613) 271-4612 Email: wwfung@cisco.com ---------------------------------------------------------------------------- ------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message