Results 1 to 13 of 13

Thread: [Win 2003] Allow FTP in Firewall

  1. #1

    Thread Starter
    Fanatic Member eSPiYa's Avatar
    Join Date
    Jun 2006
    Location
    in our house
    Posts
    751

    Question [Win 2003] Allow FTP in Firewall

    How to allow FTP in our server?
    We have 2 FTP servers, they have port 21 and 22.
    I added those ports in exception but no one can connect to it.

    Thanks

  2. #2
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: [Win 2003] Allow FTP in Firewall

    are the servers running
    My usual boring signature: Something

  3. #3

    Thread Starter
    Fanatic Member eSPiYa's Avatar
    Join Date
    Jun 2006
    Location
    in our house
    Posts
    751

    Re: [Win 2003] Allow FTP in Firewall

    Yes.
    When I turn-off the firewall I can access it.

  4. #4

    Thread Starter
    Fanatic Member eSPiYa's Avatar
    Join Date
    Jun 2006
    Location
    in our house
    Posts
    751

    Re: [Win 2003] Allow FTP in Firewall

    Hey guys, please help me with this problem.

  5. #5
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: [Win 2003] Allow FTP in Firewall

    What firewall are you running?
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  6. #6
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: [Win 2003] Allow FTP in Firewall

    Opening a port for FTP access to your server can cause you problems.

    We did this 5 years ago and since FTP is "clear text" it was easily hacked. Then we started finding gig's of space being eaten up by dvd movies moving from the US to Germany!

    They even messed with some bit in the directory structure they created so that the folder could not be deleted - what a nightmare.

    Be careful - if you can only allow "known" ip addresses through that port in the firewall. I'm not a firewall expert - so don't take my suggestion as being the most secure!

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  7. #7
    Fanatic Member kregg's Avatar
    Join Date
    Feb 2006
    Location
    UK
    Posts
    524

    Re: [Win 2003] Allow FTP in Firewall

    If you are using Linux, have you tried SSH? It's probably more secure (I think it's also known as SFTP - Secure FTP)

    EDIT: Ignore what I said, I realised you're running Win2003.

  8. #8

    Thread Starter
    Fanatic Member eSPiYa's Avatar
    Join Date
    Jun 2006
    Location
    in our house
    Posts
    751

    Re: [Win 2003] Allow FTP in Firewall

    Ok, thanks.
    I think what I need now is a secured FTP site w/ Authentication.

    How to do it?

  9. #9
    Frenzied Member litlewiki's Avatar
    Join Date
    Dec 2005
    Location
    Zeta Reticuli Distro:Ubuntu Fiesty
    Posts
    1,162

    Re: [Win 2003] Allow FTP in Firewall

    Did you try going to the properties of the folder you are sharing and set the appropriate permission/settings?
    __________________
    ________________0îîî___
    ___îîî0________(___)____
    __(___)_________) _/_____
    ___\_ (_________(_/______
    ____\_)_________________

  10. #10
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: [Win 2003] Allow FTP in Firewall

    Quote Originally Posted by eSPiYa
    Ok, thanks.
    I think what I need now is a secured FTP site w/ Authentication.

    How to do it?
    FTP cannot really be secure - as the username/password are passed around the internet in clear text.

    SFTP is the secure version of FTP.

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  11. #11

    Thread Starter
    Fanatic Member eSPiYa's Avatar
    Join Date
    Jun 2006
    Location
    in our house
    Posts
    751

    Re: [Win 2003] Allow FTP in Firewall

    How to create it?

  12. #12
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: [Win 2003] Allow FTP in Firewall

    You can configure FTP via the Internet Manager console (MMC).

    To install it go to the Windows Components in the Add/Remove Software applette in the CP.

    FTP is on port 21 which may need to be forwarded on your router to your server's ip. Also, allow the exception in the firewall for it.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  13. #13

    Thread Starter
    Fanatic Member eSPiYa's Avatar
    Join Date
    Jun 2006
    Location
    in our house
    Posts
    751

    Re: [Win 2003] Allow FTP in Firewall

    How about an FTP with port 22?
    FTP site in port 21 is open but it is read-only.
    FTP site in port 22 is both read and write?

    FTP in port 22 only accept our public IP.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width