TFTP and RIS

D

Dunc

Hi all,

I have a quick question.
I want to run an TFTP server on my Win2K server. Rather
than using a 3rd party piece of software I would like to
use a Microsoft version.

I know that the TFTP server is installed when RIS is
installed, however I don't want to use RIS. Is there any
way to separate the two. Or just disable the majority of
RIS leaving just TFTP running?

Regards,
Dunc.
 
J

Jim

RIS? You mean IIS? Yes, you can configure IIS to use
mainly just FTP. Just go to the Internet Serices Manager
(under Admin Tools) and "Stop" the Web Server, SMTP
Server, and any other Servers you may have? Then just set
up the FTP Server normally. Don't forget to forward port
21 (or whatever you chose for a port) to the FTP Server IP
in your router.

Good luck.
 
J

Johan Arwidmark

To manually install the built-in tftpd service (without RIS)

1. Copy the tftpd.exe file from c:\windows\system32\dllcache to
c:\windows\system32

2. Start a command prompt and type "instsrv tftpd
c:\windows\system32\tftpd.exe" (instsrv is from Windows Server 2003
Resource Kit)

3. Start the service by typing net start tftpd or by using
services.msc (Note: A good thing to do is to create a separat account
and configure the service to use that account...)

4. Create a folder named tftpdroot in c:\

5. test by typing "tftp -i localhost put c:\windows\notepad.exé"

This also works in Windows 2000


regards
Johan Arwidmark

Windows User Group - Nordic
http://www.wug-nordic.net
 
D

Dunc

Thanks for the info.
Going to give it a go later.

I'll let you know how i get on.

Regards,
Dunc.
 
G

Guest

Yes, i did means TFTP and RIS.
The other reply to my posting answers the question.(from
Johan)

Thanks anyways.

FYI. FTP can be installed as a seperate component of IIS.
There's no requirement for www.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

TFTP + RIS + IP Telephony 5
RIS Error - TFTP Open Timeout 0
TFTP Open Timeout 2
RIS boot disk errors 1
TFTP Server 19
RIS Problem... 1
RIS DHCP Router 2
RIS Fails 0

Top