This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

FTP

This is prob. something dumb but I cannot get ftp to work at all. I run a FTP server on a workstation and cannot log into that server from anywhere. is this rules or routing or something else I'm missing?

As always thank you to everyone.

OOOHHHH   and Merry Christmas EVE to Everyone
 
 [size="1"][ 24 December 2002, 08:32: Message edited by: FTW ][/size]


This thread was automatically locked due to age.
Parents
  • #1 - Does the FTP server work when you are on the internal LAN? 

    #2) What do your DNAT/SNAT rules look like?  I also run an internal FTP server, and here is what my DNAT/SNAT rules look like:

    code:
    Inbound FTP   Any -> External_Interface__ / FTP   None   {internal host} / FTP

    HTH,

    Bob
  • Bob,

    Thanx I'll try that. I havent used DNAT/SNAT rules yet so this is a first for me. thanx for pointing me in the right direction..  [;)]
Reply Children
  • OK I'm a bit lost. I've never set-up ant NAT before.

    Is there any documentation online that I can go to with any type of detailed instructions for the learning impaired?  [:S]   

    Or maybe a primer course in setting up FTP through ASL?     

    Thanx for any replies

    Fred Watson
  • No problem  [:)] 

    Trust me, in my case at least it works like a charm.  I used ASL to replace a DLINK DSL router, and FTP always had a problem coming in.  It now works like a charm  [:)] 

    let us know how you make out,

    Bob
  • So setup NAT from the outside (untrusted) to the insides (trusted) you would set up the DNAT/SNAT rule like the one I used above.  But you have to use DNAT/SNAT  [:)] 

    Bob