From owner-freebsd-questions Mon Oct 30 5:22:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id B804337B479 for ; Mon, 30 Oct 2000 05:22:37 -0800 (PST) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 13qEtX-000NMy-00 for freebsd-questions@freebsd.org; Mon, 30 Oct 2000 13:22:35 +0000 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) id NAA75982 for freebsd-questions@freebsd.org; Mon, 30 Oct 2000 13:22:34 GMT (envelope-from jcm) Date: Mon, 30 Oct 2000 13:22:34 +0000 From: j mckitrick To: freebsd-questions@freebsd.org Subject: RPC through a firewall Message-ID: <20001030132234.A75458@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I have a simple firewall setup based on the Mark Silver (?) tutorial from a few months back. I have an assignment to write a simple file server and client using remote procedure calls. I found a fair amount of documentation, including rpcgen, which is definitely going to be critical for my project. 2 questions: what would be a good way to transfer a file using rpc? Can I use ftp within my client/server system? Do I need to do anything special in my firewall to allow this? I believe rpc is still enabled in my /etc/services, but I would like the firewall to allow local testing and then remote testing. For Licq I had to add a few lines to the firewall config to allow those port connections. Since the RPC ports are already present, do I need to do anything special to allow this? Thanks for any help. This is going to be a big project in an already crazy semester. jcm -- "That depends on what the meaning of the word 'is' is." -President Bill Clinton "I don't know what you mean by the word 'ask.'" -CEO Bill Gates To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message