Networking Forums

Networking Forums > Computer Networking > Linux Networking > Strange outgoing IP settings with router

Reply
Thread Tools Display Modes

Strange outgoing IP settings with router

 
 
StormFront88@gmail.com
Guest
Posts: n/a

 
      06-13-2006, 11:11 AM
Hi, I have sort of a newbie question. I noticed this morning, that when
I don't run my cable modem through my router (WRT54G), but right into
my computer I usually get a new IP address that I've never seen before.
Howeer, when I use my router, I end up with the same one I've been
getting with the router for a long time now. This isn't really a
problem I'm just curious as to why
-Chris

 
Reply With Quote
 
 
 
 
Marco Dieckhoff
Guest
Posts: n/a

 
      06-13-2006, 11:29 AM
On 2006-06-13, (E-Mail Removed) <(E-Mail Removed)> wrote:
> Hi, I have sort of a newbie question. I noticed this morning, that when
> I don't run my cable modem through my router (WRT54G), but right into
> my computer I usually get a new IP address that I've never seen before.
> Howeer, when I use my router, I end up with the same one I've been
> getting with the router for a long time now. This isn't really a
> problem I'm just curious as to why


Your cable provider gives you an internet ip address.

As they have limited resources, and to simplify configuration,
they (your provider) have a pool of IPs and just give out any free
address when you connect.



A router can put multiple computers online over one line.
IP addresses have to be distinctive, but you only get _one_ from your
provider.

So the trick is, your router has two interfaces, internal and external,
and "routes" the IP packages for your PCs.

The routers external interface gets the single ip address from your
provider, you just don't get to see it on your PC.

At the internal interface, it acts as DHCP server, and when your
computer asks for an ip, it gives out one from an internal network
block, e.g. 192.168.1.1 - 192.168.1.255.
Usually, routers remind which internal IP you had last and
reassign it to you on request, so you usually get the same internal
ip address.

--
Marco Dieckhoff
GPG Key 0x1A6C95BA -- http://www.frankonia-brunonia.de/keys
 
Reply With Quote
 
StormFront88@gmail.com
Guest
Posts: n/a

 
      06-13-2006, 06:46 PM

Marco Dieckhoff wrote:
> On 2006-06-13, (E-Mail Removed) <(E-Mail Removed)> wrote:
> > Hi, I have sort of a newbie question. I noticed this morning, that when
> > I don't run my cable modem through my router (WRT54G), but right into
> > my computer I usually get a new IP address that I've never seen before.
> > Howeer, when I use my router, I end up with the same one I've been
> > getting with the router for a long time now. This isn't really a
> > problem I'm just curious as to why

>
> Your cable provider gives you an internet ip address.
>
> As they have limited resources, and to simplify configuration,
> they (your provider) have a pool of IPs and just give out any free
> address when you connect.
>
>
>
> A router can put multiple computers online over one line.
> IP addresses have to be distinctive, but you only get _one_ from your
> provider.
>
> So the trick is, your router has two interfaces, internal and external,
> and "routes" the IP packages for your PCs.
>
> The routers external interface gets the single ip address from your
> provider, you just don't get to see it on your PC.
>
> At the internal interface, it acts as DHCP server, and when your
> computer asks for an ip, it gives out one from an internal network
> block, e.g. 192.168.1.1 - 192.168.1.255.
> Usually, routers remind which internal IP you had last and
> reassign it to you on request, so you usually get the same internal
> ip address.
>
> --
> Marco Dieckhoff
> GPG Key 0x1A6C95BA -- http://www.frankonia-brunonia.de/keys



Thanks Marco, I understand the concept of the internal routing system.
But does this mean even if I go to a page like whatismyip.com that I'll
get a different IP address from what my external IP really is? This
doesn't seem possible as the one I get WITH the router is outside the
local range, it's just weird that it's always the same. It could be
some way that my ISP is responding to my router or something. I've got
cable and its supposed to be dynamic but I had the same IP for a period
of like 2 years way back.

 
Reply With Quote
 
StormFront88@gmail.com
Guest
Posts: n/a

 
      06-13-2006, 06:49 PM

StormFron...@gmail.com wrote:
> Marco Dieckhoff wrote:
> > On 2006-06-13, (E-Mail Removed) <(E-Mail Removed)> wrote:
> > > Hi, I have sort of a newbie question. I noticed this morning, that when
> > > I don't run my cable modem through my router (WRT54G), but right into
> > > my computer I usually get a new IP address that I've never seen before.
> > > Howeer, when I use my router, I end up with the same one I've been
> > > getting with the router for a long time now. This isn't really a
> > > problem I'm just curious as to why

> >
> > Your cable provider gives you an internet ip address.
> >
> > As they have limited resources, and to simplify configuration,
> > they (your provider) have a pool of IPs and just give out any free
> > address when you connect.
> >
> >
> >
> > A router can put multiple computers online over one line.
> > IP addresses have to be distinctive, but you only get _one_ from your
> > provider.
> >
> > So the trick is, your router has two interfaces, internal and external,
> > and "routes" the IP packages for your PCs.
> >
> > The routers external interface gets the single ip address from your
> > provider, you just don't get to see it on your PC.
> >
> > At the internal interface, it acts as DHCP server, and when your
> > computer asks for an ip, it gives out one from an internal network
> > block, e.g. 192.168.1.1 - 192.168.1.255.
> > Usually, routers remind which internal IP you had last and
> > reassign it to you on request, so you usually get the same internal
> > ip address.
> >
> > --
> > Marco Dieckhoff
> > GPG Key 0x1A6C95BA -- http://www.frankonia-brunonia.de/keys

>
>
> Thanks Marco, I understand the concept of the internal routing system.
> But does this mean even if I go to a page like whatismyip.com that I'll
> get a different IP address from what my external IP really is? This
> doesn't seem possible as the one I get WITH the router is outside the
> local range, it's just weird that it's always the same. It could be
> some way that my ISP is responding to my router or something. I've got
> cable and its supposed to be dynamic but I had the same IP for a period
> of like 2 years way back.


--Oh and just to add another little question. The way I have this setup
right now. I run my cable modem into the router, a CAT5 cable into this
PC here, and I've got an antenna for wireless. Last night I went to use
my laptop with the USB adaptor I have and it would just connect to the
local network and not the internet. I came back to my PC here and saw
all these messages about "IP conflicts".. suddenly my cable modem
(Motoralla Surfboard) wouldn't even aquire an IP.. the LEDs wouldn't go
down past flashing on "Recieve". I was wondering if maybe my router
screwed up my ISPs DNS for a while and they blocked me? </rant>

 
Reply With Quote
 
Jarek Poplawski
Guest
Posts: n/a

 
      06-14-2006, 08:34 AM
(E-Mail Removed) wrote:
....
>
> --Oh and just to add another little question. The way I have this setup
> right now. I run my cable modem into the router, a CAT5 cable into this
> PC here, and I've got an antenna for wireless. Last night I went to use
> my laptop with the USB adaptor I have and it would just connect to the
> local network and not the internet. I came back to my PC here and saw
> all these messages about "IP conflicts".. suddenly my cable modem
> (Motoralla Surfboard) wouldn't even aquire an IP.. the LEDs wouldn't go
> down past flashing on "Recieve". I was wondering if maybe my router
> screwed up my ISPs DNS for a while and they blocked me? </rant>


Maybe your PC and your router tried to use the same (external)
IP. Try to switch on the modem and the router while your PC is
switched off and then check if your laptop is connecting to the
internet.

Jarek P.
 
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
Strange user profile path change to C:\Documents and Settings\TEMP NZSchoolTech Windows Networking 3 02-28-2009 08:23 AM
Strange router problem Brainiac Wireless Internet 5 02-11-2008 11:57 PM
Router w/firewall w/outgoing blocking, print server & USB or 1394 net drive support? see.my.sig.4.addr@nowhere.com.invalid Windows Networking 1 03-17-2005 09:27 PM
Strange Router Problem craigoscott@hotmail.com Network Routers 4 02-27-2005 08:16 PM
Strange router/hub problem Rusty® Windows Networking 2 01-08-2004 05:31 PM



1 2 3 4 5 6 7 8 9 10 11