PC Review


Reply
Thread Tools Rate Thread

Device IP issues

 
 
MR EDDD
Guest
Posts: n/a
 
      23rd Feb 2009
Hi I'm trying to set up a thing called Port Forwarding and I'm a little bit
confused as to how WinXP attributes IP addresses to both my wireless router
and my ADSL modem. I have a wireless router with the address 192.168.1.1 and
an ADSL router with the address 10.1.1.1

When I refer to various guides on the Internet about how to set up Port
Forwarding I am told to enter the address 192.168.1.1 in my TCP/IP settings
for my wireless connection but in the guide, the 192..... address refers to
the ADSL modem and not the wireless router. Should I just switch the 2
addresses around?
Would really appreciate it if someone could help me make sense of these two
IPs.

Regards.
 
Reply With Quote
 
 
 
 
Malke
Guest
Posts: n/a
 
      23rd Feb 2009
MR EDDD wrote:

> Hi I'm trying to set up a thing called Port Forwarding and I'm a little
> bit confused as to how WinXP attributes IP addresses to both my wireless
> router
> and my ADSL modem. I have a wireless router with the address 192.168.1.1
> and an ADSL router with the address 10.1.1.1
>
> When I refer to various guides on the Internet about how to set up Port
> Forwarding I am told to enter the address 192.168.1.1 in my TCP/IP
> settings for my wireless connection but in the guide, the 192..... address
> refers to
> the ADSL modem and not the wireless router. Should I just switch the 2
> addresses around?
> Would really appreciate it if someone could help me make sense of these
> two IPs.
>

It is unclear to me (and probably to you) what equipment you really have.
Are you saying you have three boxes - a modem, a router, and an additional
wireless router? If yes, then the wireless router is probably acting as an
access point. You need to clarify exactly what you have. However, here is
an explanation of what you will need to do once you figure out what you
really have.

Windows doesn't assign IP addresses. In a normal consumer-level situation,
you have a DSL modem which gets a public IP address from your Internet
Service Provider. This is on the WAN (Wide Area Network) side and allows
you to get Internet access.

Then you have a second "box", a router (usually with wireless capability).
The router does what is called NAT (Network Address Translation) and hands
out private IP addresses to all the devices on the LAN (Local Area
Network). The router will also do DHCP (Dynamic Host Configuration
Protocol) to dynamically assign IP addresses to the devices on the LAN
unless you are using static (unchanging) IPs.

Port forwarding is done on the router and means that traffic over specific
ports will be sent by the router to a particular computer on the LAN. Let's
use the example of pcAnywhere, a program that allows you to access a
computer on the LAN from a different network outside the LAN. It doesn't
matter if this isn't what you're using - the concept is the same.

pcAnywhere traffic comes over Ports 5631 (TCP) and 5632 (UDP). All work is
done from the router's configuration utility. You get into the router's
configuration utility from a computer connected to the router by ethernet
cable. Open a browser and go to the router's IP address. In this example,
I'll use Linksys settings so the router's IP address will be 192.168.1.1.
You will be prompted for a username/password.

1. Set the DHCP range to something reasonable - 192.168.1.2-149 for
instance. This leaves you 192.168.1.150-254 for static IP addresses.

2. On the computer to which you want the pcAnywhere traffic forwarded,
change the "Automatically assign IP address" and "Automatically assign DNS"
to something like 192.168.1.155 and set DNS to the router's address.

http://ask-leo.com/how_do_i_configur...p_address.html
(BTW, this website is useful for your question.)

3. Still in the router's configuration utility, look for the port forwarding
feature. You will see where to open the specific ports (in our example 5631
TCP and 5632 UDP) and to forward traffic over those ports to 192.168.1.155.

I hope this has clarified the process for you. You can Google any of the
terms used and find a lot more information. Your router manual will also
have information about opening ports. If you didn't get a CD with the
manual on it, go to the router mftr.'s website and the information will be
there.

Malke
--
MS-MVP
Elephant Boy Computers - Don't Panic!
http://www.elephantboycomputers.com/#FAQ

 
Reply With Quote
 
MR EDDD
Guest
Posts: n/a
 
      23rd Feb 2009
Hey thanks heaps! Your advice really cleared it up for me and you were spot
on about my WAN/LAN configuration too. It's exactly what I have
Sorry if my initial description of my set up was a little vague.
--
cheers


"Malke" wrote:

> MR EDDD wrote:
>
> > Hi I'm trying to set up a thing called Port Forwarding and I'm a little
> > bit confused as to how WinXP attributes IP addresses to both my wireless
> > router
> > and my ADSL modem. I have a wireless router with the address 192.168.1.1
> > and an ADSL router with the address 10.1.1.1
> >
> > When I refer to various guides on the Internet about how to set up Port
> > Forwarding I am told to enter the address 192.168.1.1 in my TCP/IP
> > settings for my wireless connection but in the guide, the 192..... address
> > refers to
> > the ADSL modem and not the wireless router. Should I just switch the 2
> > addresses around?
> > Would really appreciate it if someone could help me make sense of these
> > two IPs.
> >

> It is unclear to me (and probably to you) what equipment you really have.
> Are you saying you have three boxes - a modem, a router, and an additional
> wireless router? If yes, then the wireless router is probably acting as an
> access point. You need to clarify exactly what you have. However, here is
> an explanation of what you will need to do once you figure out what you
> really have.
>
> Windows doesn't assign IP addresses. In a normal consumer-level situation,
> you have a DSL modem which gets a public IP address from your Internet
> Service Provider. This is on the WAN (Wide Area Network) side and allows
> you to get Internet access.
>
> Then you have a second "box", a router (usually with wireless capability).
> The router does what is called NAT (Network Address Translation) and hands
> out private IP addresses to all the devices on the LAN (Local Area
> Network). The router will also do DHCP (Dynamic Host Configuration
> Protocol) to dynamically assign IP addresses to the devices on the LAN
> unless you are using static (unchanging) IPs.
>
> Port forwarding is done on the router and means that traffic over specific
> ports will be sent by the router to a particular computer on the LAN. Let's
> use the example of pcAnywhere, a program that allows you to access a
> computer on the LAN from a different network outside the LAN. It doesn't
> matter if this isn't what you're using - the concept is the same.
>
> pcAnywhere traffic comes over Ports 5631 (TCP) and 5632 (UDP). All work is
> done from the router's configuration utility. You get into the router's
> configuration utility from a computer connected to the router by ethernet
> cable. Open a browser and go to the router's IP address. In this example,
> I'll use Linksys settings so the router's IP address will be 192.168.1.1.
> You will be prompted for a username/password.
>
> 1. Set the DHCP range to something reasonable - 192.168.1.2-149 for
> instance. This leaves you 192.168.1.150-254 for static IP addresses.
>
> 2. On the computer to which you want the pcAnywhere traffic forwarded,
> change the "Automatically assign IP address" and "Automatically assign DNS"
> to something like 192.168.1.155 and set DNS to the router's address.
>
> http://ask-leo.com/how_do_i_configur...p_address.html
> (BTW, this website is useful for your question.)
>
> 3. Still in the router's configuration utility, look for the port forwarding
> feature. You will see where to open the specific ports (in our example 5631
> TCP and 5632 UDP) and to forward traffic over those ports to 192.168.1.155.
>
> I hope this has clarified the process for you. You can Google any of the
> terms used and find a lot more information. Your router manual will also
> have information about opening ports. If you didn't get a CD with the
> manual on it, go to the router mftr.'s website and the information will be
> there.
>
> Malke
> --
> MS-MVP
> Elephant Boy Computers - Don't Panic!
> http://www.elephantboycomputers.com/#FAQ
>
>

 
Reply With Quote
 
Malke
Guest
Posts: n/a
 
      24th Feb 2009
MR EDDD wrote:

> Hey thanks heaps! Your advice really cleared it up for me and you were
> spot on about my WAN/LAN configuration too. It's exactly what I have
> Sorry if my initial description of my set up was a little vague.


Glad to be of service. Thanks for taking the time to let me know.

Malke
--
MS-MVP
Elephant Boy Computers - Don't Panic!
http://www.elephantboycomputers.com/#FAQ

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Vista & External Storage Device & NAS device Issues =?Utf-8?B?VGhlbyBN?= Windows Vista File Management 0 4th Jun 2007 02:51 AM
Device Issues =?Utf-8?B?U2NvdHQ=?= Windows Vista Hardware 2 23rd Sep 2006 06:13 PM
Device Issues =?Utf-8?B?U2NvdHQ=?= Windows Vista Hardware 0 18th Jul 2006 09:41 PM
Device Issues =?Utf-8?B?U2NvdHQ=?= Windows Vista Hardware 0 18th Jul 2006 09:40 PM
usb device issues =?Utf-8?B?c2lsZW50Nzc=?= Windows XP Hardware 4 6th May 2006 02:07 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:38 PM.