Networking Forums

Networking Forums > Wireless Networking > Wireless Internet > wireless network accessing applications

Reply
Thread Tools Display Modes

wireless network accessing applications

 
 
jctown@nb.sympatico.ca
Guest
Posts: n/a

 
      07-19-2006, 11:27 PM
I have a wireless network with a desktop and a laptop sharing an
internet connection.
I have a web application (ruby) running on my laptop

http://localhost:3000/xxx/function

I want to know if it is possible to make my application accessible to
the outside world. The way I look at it, as long as someone has the
correct IP address they should be able to get to my network, but I'm
not sure how to direct them to point their browser to my laptop....

any ideas?

 
Reply With Quote
 
 
 
 
Duane Arnold
Guest
Posts: n/a

 
      07-20-2006, 12:03 AM
(E-Mail Removed) wrote:
> I have a wireless network with a desktop and a laptop sharing an
> internet connection.
> I have a web application (ruby) running on my laptop
>
> http://localhost:3000/xxx/function
>
> I want to know if it is possible to make my application accessible to
> the outside world. The way I look at it, as long as someone has the
> correct IP address they should be able to get to my network, but I'm
> not sure how to direct them to point their browser to my laptop....
>
> any ideas?
>

It would be http://WAN IP:3000/xxx/function I would guess. The WAN
IP/Internet IP would be the IP that has been assigned by the ISP to your
network.

Then there is the case of you using a router, FW appliance or host based
FW where you have got to open the port or forward the port.

http://www.homenethelp.com/web/expla...arding-dmz.asp

You should keep the machine out of the DMZ.

Duane
 
Reply With Quote
 
Panda
Guest
Posts: n/a

 
      07-20-2006, 12:04 PM
Yes, you need to have:

1. Broadband router with NAT ( Network Address Translation) support.
2. Static (fixed) IP address which you can buy from your ISP.

You have to put that static IP address in your Router and map it to
your Laptop local IP address using proper port number
( it might be port 8080 for HTTP service).

Good luck!

Naim
http://www.networkingland.com




(E-Mail Removed) wrote:
> I have a wireless network with a desktop and a laptop sharing an
> internet connection.
> I have a web application (ruby) running on my laptop
>
> http://localhost:3000/xxx/function
>
> I want to know if it is possible to make my application accessible to
> the outside world. The way I look at it, as long as someone has the
> correct IP address they should be able to get to my network, but I'm
> not sure how to direct them to point their browser to my laptop....
>
> any ideas?


 
Reply With Quote
 
Dave
Guest
Posts: n/a

 
      07-20-2006, 02:04 PM
On 20 Jul 2006 05:04:30 -0700, Panda wrote:

> Yes, you need to have:
>
> 1. Broadband router with NAT ( Network Address Translation) support.
> 2. Static (fixed) IP address which you can buy from your ISP.
>
> You have to put that static IP address in your Router and map it to
> your Laptop local IP address using proper port number
> ( it might be port 8080 for HTTP service).


Not to contradict what is written above, but if you dont want to pay for
and dont already have a static ip you could also consider using a dynamic
dns service like dyndns.org. I think most routers have support for dyndns
(at least the last two that I have had did) and you can set the router up
to automatically send your new ip to their service and you will get a
static address and best of all, for free.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I implement a page where the wireless user agrees to Terms ofService before accessing my wireless network? brucie-b Wireless Internet 1 12-12-2008 10:44 PM
download speed when accessing Comcast Internet Service via wireless network from a wireless pclaptop Amanda Wireless Internet 21 08-30-2006 01:43 AM
Network Applications Open Very Slow =?Utf-8?B?TmV0d29yayBBcHBsaWNhdGlvbnMgT3BlbiBWZXJ5IFNsb3c=?= Windows Networking 2 12-17-2004 06:17 PM
Ping Problems - Accessing websites via applications Denise Windows Networking 4 10-01-2004 05:28 PM
Problem accessing home wireless network after accessing school wireless network with Odyssey client Tony Wireless Internet 1 08-24-2004 08:03 PM



1 2 3 4 5 6 7 8 9 10 11