On Wed, 19 Dec 2007 10:09:45 +0000, Graham J wrote:
Now answer my question instead of cutting and pasting bollox. And remember
I am familiar with lans and the use of internal IP's.
>
> "strangelove" <(E-Mail Removed)> wrote in message
> news:fkao48$otp$(E-Mail Removed)...
>>
>> Hi,
>>
>> I noticed that my router's default gateway is 192.168.0.1 - that's ok i
>> understand about ip's reserved for lans. However the router says in its
>> setup that I have another default gateway which is my IP with the last
>> octet as 1 ie a.b.c.1 where my ip is a.b.c.d
>>
>> Ok, what's the point of this one?
>
> There are two quite separate networks, and the function of your router is to
> join them together.
>
> On the "inside" of your router, your Local Area Network (LAN) comprises a
> port on the router, and the various computers you have connected to the
> router. In the router a function called the DHCP server issues IP addresses
> to the computers on the LAN. The IP address of the router is fixed in its
> setup screen. The DHCP server issues several paramaters to the requesting
> computer, amongst which are:
>
> 1) the IP address for that computer
> 2) the IP address that the computer must use as its "default gateway". This
> is the address that the computer uses when it recognises that it needs to
> send a packet to another computer not on the Local Network. This is the IP
> address of the router.
>
> On the "outside" of your router, the Wide Area Network (WAN) comprises
> another port on the router and the connection to your ISP. (Logically
> speaking) at your ISP there is another DHCP server. It responds to your
> router by issuing it with an IP address, and a default gateway on the ISP's
> network. Your router therefore sends packets addressed to other computers
> not on the WAN to this default gateway, where in turn another (more
> sophisticated) router works out how to forward your packet to the correct
> destination. Google for a more detailed and accurate description of theis
> process.
>
> The job of your router is to forward packets arriving on its internal LAN
> port (from a local computer) across itself and out of the WAN port. This is
> what the word "route" means. The router also keeps details of the recently
> forwarded packets. When incoming packets arrive at the WAN port, the router
> checks that they are legitimate responses to outgoing packets and forwards
> them to the computer on the LAN which made the original request. In this
> the router functions as a simple firewall: it only allows in packets which
> are legitimate responses to outgoing traffic.
|