How to use 192.168... addresses behind Router with a Static IP


Go Back   Computer Help Articles > Windows XP Network Web
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 04:06 AM
iceman
 
Posts: n/a
Default How to use 192.168... addresses behind Router with a Static IP

Hi,

I currently pay my ISP for a block of static IP addresses - I've assigned
one to my router/adsl modem, and one each to three other PCs. So these PCs
are currently accessible directly from the internet with external IP
addresses.

I'd like to just have one static IP address (it costs less) and still
operate my other PCs as I do currently.

I thought that the router would get the static IP address and then do
something to enable traffic to my other PCs. One PC publishes a small
website (currently accessible via its static IP address) and another PC I
use for Azureus.

I thought that with only one static, my other PCs would then have 192.168
addresses (either using DHCP from the router which is also a DHCP server or
manually configured). So if my webserver is on e.g. 192.168.1.99, how can I
still access it from the internet? Also, can I still use apps like Azureus?

Any help very much appreciated.

iceman


Reply With Quote
  #2  
Old 01-05-2006, 04:06 AM
Dom
 
Posts: n/a
Default Re: How to use 192.168... addresses behind Router with a Static IP

Use NAT and port-forwarding. Everything will be peachy, as long as you
don't have two servers requiring the same port, such as two
publicly-accessible web servers on port 80.
Reply With Quote
  #3  
Old 01-05-2006, 04:06 AM
Jack \(MVP-Networking\).
 
Posts: n/a
Default Re: How to use 192.168... addresses behind Router with a Static IP

Hi

An External ISP type of IP cannot be configured to be use on the LAN side of
a regular Cable/DSL Router.

By using application that can be configured to use the ports of your choice,
you can use one External Static IP and direct the Traffic to the right
computer that is on an Internal IP (192.168.x.x).

This page was written for a specific application, but the principle might
apply to any application that interact through the Internet and has flexible
port configuration.

http://www.ezlan.net/vnc#portselect

Jack (MVP-Networking).





"iceman" <no.spam@please> wrote in message
news:66adndmIK46B1RbeRVnyhw@pipex.net...
> Hi,
>
> I currently pay my ISP for a block of static IP addresses - I've assigned
> one to my router/adsl modem, and one each to three other PCs. So these

PCs
> are currently accessible directly from the internet with external IP
> addresses.
>
> I'd like to just have one static IP address (it costs less) and still
> operate my other PCs as I do currently.
>
> I thought that the router would get the static IP address and then do
> something to enable traffic to my other PCs. One PC publishes a small
> website (currently accessible via its static IP address) and another PC I
> use for Azureus.
>
> I thought that with only one static, my other PCs would then have 192.168
> addresses (either using DHCP from the router which is also a DHCP server

or
> manually configured). So if my webserver is on e.g. 192.168.1.99, how can

I
> still access it from the internet? Also, can I still use apps like

Azureus?
>
> Any help very much appreciated.
>
> iceman
>
>



Reply With Quote
  #4  
Old 01-05-2006, 04:06 AM
slebetman@yahoo.com
 
Posts: n/a
Default Re: How to use 192.168... addresses behind Router with a Static IP

Jack (MVP-Networking). wrote:
> Hi
>
> An External ISP type of IP cannot be configured to be use on the LAN side of
> a regular Cable/DSL Router.
>


Oh yes it can! This is what routers are supposed to do, in the old
days, before NAT was invented. I guess today some consumer-level
routers have disabled this basic functionality. But my cheapo Aztech
DSL Router can do it. Routing != NAT. In fact, NAT has to be explicitly
enabled on a lot of routers to prevent external ISP type IP from being
used on the LAN.

You want to check out a site that has ALL computers
(servers/workstations/PCs) allocated an ISP type IP then check out my
alma mater: University of Essex. Each and every PC in the lab and in
offices runs on 'external' IP. I used to run ftp servers over the
weekends from the engineering lab ;-)

In fact the OP stated that that's how his current network is set up. So
it can be done and apparently works for him. He now wants to use NAT to
reduce his monthly bills.

> By using application that can be configured to use the ports of your choice,
> you can use one External Static IP and direct the Traffic to the right
> computer that is on an Internal IP (192.168.x.x).
>
> This page was written for a specific application, but the principle might
> apply to any application that interact through the Internet and has flexible
> port configuration.
>
> http://www.ezlan.net/vnc#portselect
>


Good suggestion.

Reply With Quote
  #5  
Old 01-05-2006, 04:06 AM
iceman
 
Posts: n/a
Default Re: How to use 192.168... addresses behind Router with a Static IP

Thanks for your help so far guys.

I would only have one web server on port 80, so no problem there.

However, I may have more than one PC on my LAN wanting to send and receive
email. Is this then going to cause a problem if both mail clients use the
same ports?

(Thinking about it, I've got quite a few apps that each PC would use - AVG
Virus updating, MS Antispyware updating, Spybot etc. Would there be a
problem there, or is it different because these apps initiate the
connection?)

iceman


"iceman" <no.spam@please> wrote in message
news:66adndmIK46B1RbeRVnyhw@pipex.net...
> Hi,
>
> I currently pay my ISP for a block of static IP addresses - I've assigned
> one to my router/adsl modem, and one each to three other PCs. So these
> PCs are currently accessible directly from the internet with external IP
> addresses.
>
> I'd like to just have one static IP address (it costs less) and still
> operate my other PCs as I do currently.
>
> I thought that the router would get the static IP address and then do
> something to enable traffic to my other PCs. One PC publishes a small
> website (currently accessible via its static IP address) and another PC I
> use for Azureus.
>
> I thought that with only one static, my other PCs would then have 192.168
> addresses (either using DHCP from the router which is also a DHCP server
> or manually configured). So if my webserver is on e.g. 192.168.1.99, how
> can I still access it from the internet? Also, can I still use apps like
> Azureus?
>
> Any help very much appreciated.
>
> iceman
>



Reply With Quote
  #6  
Old 01-05-2006, 04:06 AM
Dom
 
Posts: n/a
Default Re: How to use 192.168... addresses behind Router with a Static IP

Any modern NAT will also translate conflicting port numbers on outgoing
traffic. If two machines sent outbound traffic from port 1025, the NAT
would translate one of them to port 1026 for Internet traversal. Client
traffic will function quite nicely.
Reply With Quote
  #7  
Old 01-05-2006, 04:06 AM
David H. Lipman
 
Posts: n/a
Default Re: How to use 192.168... addresses behind Router with a Static IP

From: "iceman" <no.spam@please>

| Thanks for your help so far guys.
|
| I would only have one web server on port 80, so no problem there.
|
| However, I may have more than one PC on my LAN wanting to send and receive
| email. Is this then going to cause a problem if both mail clients use the
| same ports?
|
| (Thinking about it, I've got quite a few apps that each PC would use - AVG
| Virus updating, MS Antispyware updating, Spybot etc. Would there be a
| problem there, or is it different because these apps initiate the
| connection?)
|
| iceman
|

No. It's about incoming redirection. Outgoing is another story. It's not ant different
then ten PCs behind a NAT Router using TCPort 80 to Browse the web.

You can have upto 253 computers behind a NAT Router. All can can access Internet services
simultaneously and equally as well (not withstanding that the bandwidth is shared amongst
all LAN nodes).

--
Dave
http://www.claymania.com/removal-trojan-adware.html
http://www.ik-cs.com/got-a-virus.htm


Reply With Quote
  #8  
Old 01-05-2006, 04:06 AM
iceman
 
Posts: n/a
Default Re: How to use 192.168... addresses behind Router with a Static IP

Thanks again guys.

So, just to clarify. Apps that initiate internet communication (through the
router, using NAT) from the PC are not a problem at all.

The only issue is with regard to server functionality on my PCs - so if more
than one PC is providing the same server function (like a web server or ftp
server) then the router might have a problem performing NAT on INCOMING
internet transfers?

So if for each server function, it only exists on ONE of my PCs, I shouldn't
have any problem?

Cheers

"iceman" <no.spam@please> wrote in message
news:Q_udnVfihdWCBhHenZ2dnUVZ8qednZ2d@pipex.net...
> Thanks for your help so far guys.
>
> I would only have one web server on port 80, so no problem there.
>
> However, I may have more than one PC on my LAN wanting to send and receive
> email. Is this then going to cause a problem if both mail clients use the
> same ports?
>
> (Thinking about it, I've got quite a few apps that each PC would use - AVG
> Virus updating, MS Antispyware updating, Spybot etc. Would there be a
> problem there, or is it different because these apps initiate the
> connection?)
>
> iceman
>
>
> "iceman" <no.spam@please> wrote in message
> news:66adndmIK46B1RbeRVnyhw@pipex.net...
>> Hi,
>>
>> I currently pay my ISP for a block of static IP addresses - I've assigned
>> one to my router/adsl modem, and one each to three other PCs. So these
>> PCs are currently accessible directly from the internet with external IP
>> addresses.
>>
>> I'd like to just have one static IP address (it costs less) and still
>> operate my other PCs as I do currently.
>>
>> I thought that the router would get the static IP address and then do
>> something to enable traffic to my other PCs. One PC publishes a small
>> website (currently accessible via its static IP address) and another PC I
>> use for Azureus.
>>
>> I thought that with only one static, my other PCs would then have 192.168
>> addresses (either using DHCP from the router which is also a DHCP server
>> or manually configured). So if my webserver is on e.g. 192.168.1.99, how
>> can I still access it from the internet? Also, can I still use apps like
>> Azureus?
>>
>> Any help very much appreciated.
>>
>> iceman
>>

>
>



Reply With Quote
  #9  
Old 01-05-2006, 04:06 AM
Dom
 
Posts: n/a
Default Re: How to use 192.168... addresses behind Router with a Static IP

Sounds 'bout right. The NAT will use port translation on outbound client
connections, so no worries there. You will be reduced to one public IP,
so you'll only have one of each port available for incoming server
connections. You could have two web servers accessible from the
Internet, but only one would be a able to utilize port 80. The other
would have to be on a different port.
Reply With Quote
  #10  
Old 01-05-2006, 04:06 AM
David H. Lipman
 
Posts: n/a
Default Re: How to use 192.168... addresses behind Router with a Static IP

From: "iceman" <no.spam@please>

| Thanks again guys.
|
| So, just to clarify. Apps that initiate internet communication (through the
| router, using NAT) from the PC are not a problem at all.
|
| The only issue is with regard to server functionality on my PCs - so if more
| than one PC is providing the same server function (like a web server or ftp
| server) then the router might have a problem performing NAT on INCOMING
| internet transfers?
|
| So if for each server function, it only exists on ONE of my PCs, I shouldn't
| have any problem?
|
| Cheers

Either the server would be placed in the DMZ of the Router or the protocol(s) of the service
would be port fowarded to the IP address of the server.

The problem arises if you have two http Daemons on two different platforms. Which one does
incoming port 80 go to ?

However, if one uses platform has a https Daemon the TCP port 80 incoming goes to one IP and
TCP port 443 incoming goes to another IP.


--
Dave
http://www.claymania.com/removal-trojan-adware.html
http://www.ik-cs.com/got-a-virus.htm


Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Year end review: DHCP vs. Static IPs Doug Sherman [MVP] Windows XP Network Web 2 01-05-2006 04:15 AM
New router connects to net, but... Dave Bachmann Windows XP Network Web 6 01-05-2006 04:14 AM
Adding switch to existing router setting goscottie@gmail.com Windows XP Network Web 5 01-05-2006 04:11 AM
Modem and Router and Switch, oh my Richard Windows XP Network Web 2 01-05-2006 04:03 AM
Wireless Router Works but the one with wires does not John Wilson Windows XP Hardware 5 01-05-2006 02:16 AM


All times are GMT. The time now is 07:09 PM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

How to use 192.168... addresses behind Router with a Static IP