This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

File Open Error 3

Running TFTP Server on a Win2003 server.
I am able to ping the PIX, from the server and ping the server from the PIX.

When I do a write net to save the config, TFTP server gives me the following error:

TFTP Error from 192.168.5.102 sending TFTP-Root/PIX.cfg:File Open Error 3

Any ideas what is not setup correctly.?

Thanks
  • Startlog, It looks to me like you are sending the wrong path to the pix... If TFTP-Root is your root folder for the TFTP Server, then no path spec would be neccesary.

    If there is a designated TFTP server set in the PIX config, change it to have no folder OR use no folder when giving the 'write net' command:

    Use: "write net <your ip>:pix.cfg"
    instead of: "write net <your ip>:TFTP-Root/pix.cfg"


    Thanks,
    Greg
  • I am having the same problem.

    I tried your suggestion but it did not work!
  • If I execute "show tftp" on my pix, this is what I get

    tftp-server inside 192.168.254.14 /TFTP-Root

    You'll notice that I don't have a "/" at the end, so I have to
    include it with the "write net" command.

    try using "write net :/pix.cfg

    Without the "/", I get the File Open Error 3