From owner-freebsd-questions Tue Jun 22 12:34:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ralf.serv.net (a.serv.net [207.207.72.1]) by hub.freebsd.org (Postfix) with ESMTP id 2C1DA14E12 for ; Tue, 22 Jun 1999 12:34:22 -0700 (PDT) (envelope-from mcglk@serv.net) Received: (from mcglk@localhost) by ralf.serv.net (8.9.3/8.9.3) id MAA05515; Tue, 22 Jun 1999 12:34:22 -0700 (PDT) (envelope-from mcglk@serv.net) X-Authentication-Warning: ralf.serv.net: mcglk set sender to mcglk@serv.net using -f From: Ken McGlothlen MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14191.58685.657696.114612@ralf.serv.net> Date: Tue, 22 Jun 1999 12:34:21 -0700 (PDT) To: questions@freebsd.org Cc: Christopher Michaels , dwhite@resnet.uoregon.edu Subject: RE: Trying to use telnetd. (SOLVED) References: <6C37EE640B78D2118D2F00A0C90FCB44011059CC@site2s1> X-Mailer: VM 6.72 under Emacs 20.3.1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I was the guy trying to open up a way to telnet to port 8080 on one of my machines to get around an overly protective firewall at my comrade's place of business. The synopsis: It's pretty easy, provided you want it open all the time. Just add the following to /etc/services: goomba 8080/tcp # Special firewall login spigot goomba 8080/udp and this to /etc/inetd.conf goomba stream tcp nowait root /usr/libexec/telnetd telnetd That, and then a $ kill -1 (pid of inetd) did the trick. Of course, this is another hole in one's security; I really should be running something more secure on this instead of telnetd, but this will work for the short term. Special thanks to Christopher Michaels and Doug White for their help. ---Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message