Results 1 to 24 of 24

Thread: How to run my own web server

  1. #1
    Junior Member
    Join Date
    Apr 2009
    Liked
    0 times
    Posts
    4

    Cool How to run my own web server

    hi,

    i am newbie to this forum and just now i started to explore these kind of network stuffs.

    i want to run a web server of my own. i have Airtel broadband connection with a static ip. The ports are also open to use.

    i don't know how to run a web server from my machine, so that i can access from anywhere.

    does i need any other hardware,..

    please guide me

  2. #2
    kirankumargb
    Guest

    Default

    what kind of server and service are you thinking to host..?
    ex : are you thinking of letting other people open their websites on your server or just want to host your own site or anything of that kind....

    Kindly provide the full details of what you want...
    dont be shy try to convince other in which ever way you can...there is nothing like you have to be formal etc...

    To host your own server you need to buy a server first then bandwidth from service provider like per sec how much bandwidth you want & many other factors so kindly give full info on what you want...!

  3. #3
    Junior Member
    Join Date
    Apr 2009
    Liked
    0 times
    Posts
    4

    Default

    i just want to run my own site, that's all

    i have Airtel broadband 512 kbps connection.

    my machine is connected to a hub through which its connected to internet.

    i am running IIS in my machine. my application is in ASP. i hope this will do.

  4. #4
    LEARNER
    Join Date
    Aug 2007
    Liked
    28 times
    Posts
    15,323

    Default

    Please mention the modem/router you use.
    Check in Advanced options
    NAT/Virtual server/port triggering
    DDNS ( very useful ) etc are available.

    You know more than me on this subject.
    Anyway have a look at this link.
    and see the steps involved

    for guidance.

    DIYwebserver - build and run your own webserver from home dsl broadband connection using windows, apache, IIS, FTP, email server and more

  5. #5
    Junior Member
    Join Date
    Apr 2009
    Liked
    0 times
    Posts
    4

    Default

    I am using Beetel 110BXI ADSL2+ROUTER

    thanks for the guidence. i will look into those pages and get back for further queries

  6. #6
    Silver Member
    Join Date
    Jul 2008
    Age
    25
    Liked
    0 times
    Posts
    307

    Default

    Quote Originally Posted by Narendrakumar View Post
    I am using Beetel 110BXI ADSL2+ROUTER

    thanks for the guidence. i will look into those pages and get back for further queries
    Hi,

    First of all you need good Broadband connection.
    You are supposed to keep your pc on 24 X 7 and have to deal with to keep it cool.

    First of all you have to install IIS or Apache or Wamp, choice is yours.

    Here are the links for configuring Apache Web Server:

    Link 1

    Link 2

    Here are the links for configuring IIS to host your website:

    Link 1

    Link 2

    According to me this is good one, read carefully

    Link 3

    I hope this helps!!
    Last edited by nilact; 04-21-09 at 11:24 PM. Reason: Automerged Doublepost

  7. #7
    Gold Member
    Join Date
    May 2008
    Liked
    0 times
    Posts
    531

    Default

    Quote Originally Posted by Narendrakumar View Post
    i just want to run my own site, that's all

    i have Airtel broadband 512 kbps connection.

    my machine is connected to a hub through which its connected to internet.

    i am running IIS in my machine. my application is in ASP. i hope this will do.
    You r done with almost everything. just 1 thing is left..virtual server configuration.

    1. Use static IP in your computer
    2. In your modem page, you will find an option to configure "Virtual Server". Click that.
    2. Configure options to open port "80" and forwarded to your system IP address (i dont ve that modem. if you post virtual server page, i fill the details)
    3. Save and reboot (sometimes it picks the new configuration after restart)
    4. After rebooting, open myIPaddress.com: What is my IP address? How do I find my IP address? and note the public IP. This is IP address for users to reach your webserver. But this IP will not work locally for you.
    5. But you can test in some proxy sites..like Free Proxy Server - Surf The Web Anonymously - Protect Your Privacy!. Here type your http://public_ip

  8. #8
    LEARNER
    Join Date
    Aug 2007
    Liked
    28 times
    Posts
    15,323

    Default

    @narendrakumar
    Try also the DDNS option. available in 110BX1

  9. #9
    Junior Member
    Join Date
    Apr 2009
    Liked
    0 times
    Posts
    4

    Default

    sorry i am can't able to understand and proceed further.

    the hub is cionnected to modem.

    we connected three machines to that hub along with ip 192.168.1.2, 192.168.1.3, 192.168.1.4

    my IIS is in 192.168.1.3 and it is accessible to other two machines.

    what i need to do with static ip and modem and all.

    please guide me

  10. #10
    Banned
    Join Date
    Jun 2008
    Liked
    0 times
    Posts
    165

    Default

    Quote Originally Posted by Narendrakumar View Post
    sorry i am can't able to understand and proceed further.

    the hub is cionnected to modem.

    we connected three machines to that hub along with ip 192.168.1.2, 192.168.1.3, 192.168.1.4

    my IIS is in 192.168.1.3 and it is accessible to other two machines.

    what i need to do with static ip and modem and all.

    please guide me
    The better way is to connect your IIS machine directly to modem and config the modem as bridge mode and set the static ip in your IIS machine and from second NIC card connect to hub or switch. if you have second NIC or you can put new NIC it cost around Rs. 150 only.

    Your problem is solved. enjoy... but dont forget to ICS internet connection sharing... to give access to other system on your network..

  11. #11
    Gold Member
    Join Date
    May 2008
    Liked
    0 times
    Posts
    531

    Default

    Quote Originally Posted by Narendrakumar View Post
    sorry i am can't able to understand and proceed further.
    Which part are you not able to understand? Your setup is perfectly fine. Only thing you have to do is "Add Virtual Server Configuration in Modem"

    1. Access your modem like this http://192.168.1.1
    2. Provide username/password as admin/admin or admin/password
    3. After successful login, navigate to sub options and post me "Virtual Server" Page screen.

    I guide you then

  12. #12
    Junior Member
    Join Date
    Dec 2008
    Liked
    0 times
    Posts
    93

    Default

    I'm not really sure about the specifics of the beetel modem that airtel provides but I strongly believe that after the server is all set up and ready you could just forward port 80 from the modem to the particular server's ip address.


    And then if you have a domain name already just go to your control panel and change the A record to point to your IP address
    Last edited by hexwiz; 04-24-09 at 04:55 PM.

  13. #13
    Gold Member
    Join Date
    May 2008
    Liked
    0 times
    Posts
    531

    Default

    i thought such a nice call to work out! but the guy suddenly disappeared

  14. #14
    Junior Member
    Join Date
    Apr 2009
    Age
    26
    Liked
    0 times
    Posts
    3

    Default

    learn MCSA(2003) 1 and 2 paper then you can understand the concept this is the best option...

  15. #15
    Bronze Member
    Join Date
    Oct 2008
    Liked
    0 times
    Posts
    108

    Default

    Quote Originally Posted by skap View Post
    Which part are you not able to understand? Your setup is perfectly fine. Only thing you have to do is "Add Virtual Server Configuration in Modem"

    1. Access your modem like this http://192.168.1.1
    2. Provide username/password as admin/admin or admin/password
    3. After successful login, navigate to sub options and post me "Virtual Server" Page screen.

    I guide you then
    hi can u explain me step by step after this,
    how to do the port forwarding ?

  16. #16
    Junior Member
    Join Date
    May 2009
    Liked
    0 times
    Posts
    3

    Default

    I am thinking to host a simple ASP.Net based website where people can log in and read old Indian books (in simple html pages) for free.
    I am having a higher end machine and windows 2003 Standard edition and huge backup UPS. (so hardware side is fulfilled)
    What I am planning to use is BSNL 8Mbps Business 4000 plan initially. Specifications below:-
    Bandwidth :- 1 Mbps/ Upton 8 Mbps
    Static IP address = one
    Domain name = one
    I have few questions
    1. Is the bandwidth is sufficient for user to log in and view html pages.( I suppose about 50 users initially)
    2. Bsnl says it provide Domain Name( that should mean I can have my site name as "indianbooks.in") or I have to pay some charges for it to some other authority.
    3. Can my server be used as a email server (to send my users free Email alerts about new books). If so can you guide me how.
    4. And last how to use static IP to configure my IIS in windows 2003 so that my website can go on-line.
    If any other suggestion…please provide me.

  17. #17
    LEARNER
    Join Date
    Aug 2007
    Liked
    28 times
    Posts
    15,323

    Default

    more later.

  18. #18
    Platinum Member mickey's Avatar
    Join Date
    Jan 2009
    Liked
    16 times
    Posts
    6,990

    Default

    I think you should opt for a webhosting service. But if you find that house server a better option, you will need to work a little with your dynamic ip(ip changes every now and than)you can have an account of cjb.net and download their ip updater software(don use their url services) you can sign up with no-ip.com or at freedns.afraid.org also for doing this dynamic thing to static. You can host your house server. For this you should have preferably a windows 03 server edition. Or you can try linux. Ip updater is must for doing such things. A flawless net connection with better back up and virus free environment. It takes alot of infrastructural investment. So pls listen me and go for reliable hosting plans.

    Quote Originally Posted by rakesh_sharma23 View Post
    I am thinking to host a simple ASP.Net based website where people can log in and read old Indian books (in simple html pages) for free.
    I am having a higher end machine and windows 2003 Standard edition and huge backup UPS. (so hardware side is fulfilled)
    What I am planning to use is BSNL 8Mbps Business 4000 plan initially. Specifications below:-
    Bandwidth :- 1 Mbps/ Upton 8 Mbps
    Static IP address = one
    Domain name = one
    I have few questions
    1. Is the bandwidth is sufficient for user to log in and view html pages.( I suppose about 50 users initially)
    2. Bsnl says it provide Domain Name( that should mean I can have my site name as "indianbooks.in") or I have to pay some charges for it to some other authority.
    3. Can my server be used as a email server (to send my users free Email alerts about new books). If so can you guide me how.
    4. And last how to use static IP to configure my IIS in windows 2003 so that my website can go on-line.
    If any other suggestion…please provide me.
    omg!
    just didnt read all your post and now i read you want to go with Bsnl's. I hope you are not new,but friend what you are paying to bsnl, you will get just always more than that if you have airtel as your isp and a webhosting(not Bsnl obviously) their hosting is pathetic and just in a day or two you will start crying and feel regretful of your act. Pls go for a plan with airtel broadband or anything that suits your needs. And go for a private hosting etc. I don even know this govt guys even maintain their hosting services or not. Customer care is pathetic and they are cruel and rude and definitly play with the customers patience and money Ofcourse. Pls listen.
    Last edited by mickey; 07-06-09 at 02:50 PM. Reason: Automerged Doublepost
    Site from home gaya bhad mein... AIrtel se bolo FUP band kare.. BSNl se bolo 3G signal do!!!!>: (

  19. #19
    Junior Member
    Join Date
    May 2009
    Liked
    0 times
    Posts
    3

    Default

    Thanks for your reply.
    Sir, Bsnl is the only broadband service in my city(Jodhpur, Rajasthan), It has a plan with bandwidth of 8Mbps. and it provids Static Ip Address and one Domain Name free.

    I have made plans for my website and i am zero in web-server...
    So please provide me some guidence.
    I have talked airtel guys in Jodhpur, they will give me reply 2moro abouit Airtel Broadband.

    Thanking
    Rakesh Sharma

  20. #20
    meetdilip
    Guest

    Default

    There are many web hosting services which you can bank on. For an example: hostgator.

  21. #21
    Platinum Member mickey's Avatar
    Join Date
    Jan 2009
    Liked
    16 times
    Posts
    6,990

    Default

    Quote Originally Posted by meetdilip View Post
    There are many web hosting services which you can bank on. For an example: hostgator.
    yes this is what i am indeed telling him. Hosting on our Great Bsnl servers. They will take money and their complex customer care and services are crazy.

  22. #22
    Admin's Avatar
    Join Date
    Jan 2006
    Liked
    57 times
    Posts
    6,150

    Default

    Get a $10 domain from godaddy.com and get $10 per month hosting package from hostgator.

    Hosting from home is not a good idea besides being expensive its not a very smart thing to do... if it was that easy to host websites from home then all the hosting companies would have shut shop by now... even in developed countries where they have 20mbps+ speed home connection its still not a good idea I would say.

    Data centres are meant for just that thing.

    All in all "jiska kaam usiko saaje"

  23. #23
    LEARNER
    Join Date
    Aug 2007
    Liked
    28 times
    Posts
    15,323

    Default

    I have made plans for my website and i am zero in web-server...
    A web server can be hosted on an ADSL line with static IP addresses for broadband connection. (Static IP addresses are available in Business 5000 and Business 9000 plans) Although it is technically possible but not recommended specially for important or heavy usage service. ADSL is asymmetric service with upstream rates much lower than downstream rates. In the business plan upstream rate is 128 kbps and with usual contention ratio, performance can be poor if many users try to access the web server. As it is not a recommended use, BSNL would not support maintenance complaints in such cases.
    From BSNL tariff page FAQ broadband section.
    Attached Images Attached Images

  24. #24
    newprouser
    Guest

    Default

    agree with others , that its not a good idea to host from home.


    But you can try "Easy File sharing server"

    > fecility to create login ID n password, with permissions
    > Board/Forum like appearence
    > Chat fecility
    > both HTTP and HTTPS (secure) fecility available.
    > very easy to use/configure.

    1.GIF
    2.GIF

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Choosing the best & fastest DNS server for oneself & summary of dns
    By Luke Skywalker in forum Broadband How to
    Replies: 5
    Last Post: 04-07-12, 07:02 PM
  2. How Proxy Server Works???
    By gaggan4392 in forum Broadband How to
    Replies: 11
    Last Post: 04-17-10, 07:41 PM
  3. Next version of Microsoft SQL Server under development
    By meetdilip in forum Software News, Previews and Reviews
    Replies: 0
    Last Post: 02-15-10, 10:16 PM
  4. Review | Firebug | Firefox add-on for Web designers
    By itsmemad in forum Computer technology
    Replies: 0
    Last Post: 02-14-10, 11:33 PM
  5. Replies: 1
    Last Post: 02-08-10, 01:54 AM