Page 1 of 2 12 LastLast
Results 1 to 15 of 27

Thread: Setting up a webserver & ftp server behind a router

  1. #1
    black_magiic's Avatar

    Zeropaid Noob

    Join Date
    Aug 2003
    Location
    Coolsville
    Posts
    2,344

    Setting up a webserver & ftp server behind a router

    Im trying to set up the port forwarding on my router so that I can run a webserver and an ftp server. How do I go about doing this.

  2. #2
    cpugeniusmv's Avatar

    Computer Genius

    Join Date
    Jun 2002
    Location
    ::1
    Posts
    4,442
    which router do you have?
    Google | cpugeniusmv

    "I have no special talents, I am only passionately curious."
    Albert Einstein

    Ask smart questions!

  3. #3
    talkinghand's Avatar

    ZeroPaid Regular

    Join Date
    Jun 2003
    Location
    Cincinnati
    Posts
    193
    well, you would foward port 21 and 80. that is if you are using the standard ports. but, to know how to do this, we need you router model./
    -The Hand Talks - -Talks The Hand

  4. #4
    black_magiic's Avatar

    Zeropaid Noob

    Join Date
    Aug 2003
    Location
    Coolsville
    Posts
    2,344
    I have a linksys BEFSR41 V3 Etherfast® Cable/DSL Router I have been tinkering around with it but to no avail

  5. #5
    You have the exact router I have.

    If you are plugged in via port 1, you are 192.168.1.100

    Your router address is 192.168.1.1 the default password is "admin" and leave the username field blank.

    Once into the interface, go to Advanced (orange at the top) and then click Forwarding (gray at the top after you click Advanced)

    Type the name of the app, the ports (80 for webserver, 21 for FTP) click TCP, enter the appropriate IP address (100 if you are in port 1) and check enable. Then hit apply and enjoy.

    Edit: default password= admin
    My current setup stats (like anyone cares...):

    ASUS A8N32-SLI Motherboard
    AMD 4400+ Dual-Core CPU
    Windows Vista (Ultimate 32bit)
    2 GB (2x1GB) Corsair XMS RAM
    2x250 GB (in RAID 0) HDDs
    EVGA GeForce 7950 GTX 512 MB
    Creative X-FI Fatal1ty XtremeGamer

    Also sporting a black MacBook
    Revision/Release 1
    Upgraded to 2GB RAM.

  6. #6
    black_magiic's Avatar

    Zeropaid Noob

    Join Date
    Aug 2003
    Location
    Coolsville
    Posts
    2,344
    if im not in port 1 how does the number scheme progress. I think I am in 3.

  7. #7
    cpugeniusmv's Avatar

    Computer Genius

    Join Date
    Jun 2002
    Location
    ::1
    Posts
    4,442
    Quote Originally Posted by hawkburn
    You have the exact router I have.

    If you are plugged in via port 1, you are 192.168.1.100

    Your router address is 192.168.1.1 the default password is "admin" and leave the username field blank.

    Once into the interface, go to Advanced (orange at the top) and then click Forwarding (gray at the top after you click Advanced)

    Type the name of the app, the ports (80 for webserver, 21 for FTP) click TCP, enter the appropriate IP address (100 if you are in port 1) and check enable. Then hit apply and enjoy.

    Edit: default password= admin
    that's not necessarily true...the linksys assigns IP addresses on a first come, first serve basis. if you're the first computer to ask for an IP you get 192.168.1.100 (by default). it can change. so you'll need to assign a static IP address to your computer. (optimally something that the router will not assign so that there won't be any conflicts in the future. don't use 192.168.1.100 - 192.168.1.149) to do that, look in the TCP/IP properties in the properties of your LAN connection in the Network Connections Control Panel item.

    after that, check this out: http://www.portforward.com/linksys/befsr41.htm
    Google | cpugeniusmv

    "I have no special talents, I am only passionately curious."
    Albert Einstein

    Ask smart questions!

  8. #8
    Lehk's Avatar

    Old and Ornery

    Join Date
    Jul 2003
    Posts
    843
    do not rely on your port number, go to the run command
    Start> Run
    "cmd"
    ipconfig

    this will tell you your IP address, and don't skip cmd or the console will auto close before you have a chance to read it
    DILLIGAF

  9. #9
    Malakai1911's Avatar

    hates zeropaid

    Join Date
    Feb 2003
    Posts
    1,354
    Alrighty, you need to set yourself up with a static IP.

    I'd reccomend 192.168.1.10, because its below where the DHCP addresses start.

    Go to Control Panel, then "Network and Dial Up Connections" (I'm using 2000, but XP is similar), right click on "Local Area Connection" and click properties.

    Highlight "Internet Protocol (TCP/IP)" and click "Properties..." underneath it.

    Change "Obtain an IP address automatically" to "Use the following IP address"

    Fill in the fields as follows:

    IP Address - 192.168.1.10
    Subnet Mask - 255.255.255.0
    Default Gateway - 192.168.1.1

    When you chosse "Use the following IP address", "Use the following DNS server addresses" gets automatically selected.

    Fill in the fields as follows:

    Preferred DNS Server: 192.168.1.1
    Alternate DNS Server: <leave blank>

    Hit okay, and okay to any WINS error that may occur. And okay again, until you are back to control panel.

    Now reboot. Congratulations, you now have a Static IP at "192.168.1.10" for that computer. You can repeat the steps above for other computers by just specifying a different "IP address" at "192.168.1.(11 to 99)"

    Now login to your router's admin interface and forward port 80 TCP&UDP to "192.168.1.10".

    That's it. You can also forward eMule ports 4662-4672 if you want, while yer at it.
    My security guide @ Zeropaid


    Unless you are the following people, I do not particularly wish to associate with you:
    Krell, HelenaP, mountain_rage, mfgbypooter, Mels_Smileys45, excrement_cranium.
    That's it for now. This list will be updated whenever I feel like it.

  10. #10
    black_magiic's Avatar

    Zeropaid Noob

    Join Date
    Aug 2003
    Location
    Coolsville
    Posts
    2,344
    Thanks for all your help guys (and gals if its applicable) I think I have it all figured out.

  11. #11
    black_magiic's Avatar

    Zeropaid Noob

    Join Date
    Aug 2003
    Location
    Coolsville
    Posts
    2,344
    Can anyone reccomend a good ftp server software

  12. #12
    cpugeniusmv's Avatar

    Computer Genius

    Join Date
    Jun 2002
    Location
    ::1
    Posts
    4,442
    Quote Originally Posted by black_magiic
    Can anyone reccomend a good ftp server software
    for windows i really like Gene6 FTP Server...but it's not free.
    Google | cpugeniusmv

    "I have no special talents, I am only passionately curious."
    Albert Einstein

    Ask smart questions!

  13. #13
    Squid_Ling's Avatar

    Straight out Pimp

    Join Date
    Jun 2004
    Location
    England
    Posts
    59
    SmartFTP is pretty simple....not sure if it allows hosting though.

  14. #14
    shawners's Avatar

    Hurt no more my son.

    Join Date
    Dec 2002
    Location
    An angel in Heaven and on Earth
    Posts
    7,899
    I like it here. i dont have to pay 45 dollars to a service man on the phone to direct me on how to link up my system or any pc problems.. I do have paypal.. and need to make a large donation to compugenius as well as begoodbebad. Maybe enough to put their male order brides on a plane here =) Just Kiddin. Enough to buy a dinner and a free downloadable movie.

  15. #15
    cpugeniusmv's Avatar

    Computer Genius

    Join Date
    Jun 2002
    Location
    ::1
    Posts
    4,442
    Quote Originally Posted by Squid_Ling
    SmartFTP is pretty simple....not sure if it allows hosting though.
    you are correct, that's only a client ;)
    Google | cpugeniusmv

    "I have no special talents, I am only passionately curious."
    Albert Einstein

    Ask smart questions!

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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