On Fri, 3 Dec 2004 06:27:31 -0600, "Airhead"
<(E-Mail Removed)> wrote:
>At first I thought you were giving me a complement of being a "Top
>Poster" ,,,like good answers
I never give compliments. See:
http://www.caliburn.nl/topposting.html
for why top posting is bad.
>Then I realized you dont like me posting on the top of messages. Just
>for you, because I admire your knowledge, I will post on the bottom or
>somewhere in between.
I'm honored, I think.
>So, I am not a net mask guru, would you explain the net mask
>issue....I might not want my wife on her B network seeing my G stuff.
Ok. Typical two routers in series (double NAT) mess:
LAN #1
WAN===[Router #1]===================[Router #2]=======LAN #2
WAN = xxx.xxx.xxx.xxx WAN = 192.168.1.2
WAN NM = 255.255.255.0 WAN NM = 255.255.255.0
LAN = 192.168.1.1 LAN = 192.168.5.1
IP's = 192.168.1.xxx IP's = 192.168.5.xxx
LAN NM = 255.255.255.0 LN NM = 255.255.255.0
Computers on LAN #1 cannot see any computers on LAN #2.
Computers on LAN #2 can see all computers on LAN #1
Both LAN #1 and LAN #2 can see the internet. The "5" in the
192.168.5.xxx IP block is arbitrary.
If you do NOT want any of the LAN #2 computers to see the computers on
LAN #1, you change the subnet mask on WAN port Netmask on Router #2 so
that it only will "see" Router #1. That would look like his:
WAN = xxx.xxx.xxx.xxx WAN = 192.168.1.2
WAN NM = 255.255.255.0 WAN NM = 255.255.255.252 <===
LAN = 192.168.1.1 LAN = 192.168.5.1
IP's = 192.168.1.xxx IP's = 192.168.5.xxx
LAN NM = 255.255.255.0 LN NM = 255.255.255.0
Digging out my handy subnetmask calculator:
http://www.wildpackets.com/support/downloads
This will allow only two IP address (192.168.1.1 and .2) to be seen by
the WAN port of Router #2 (in addition to the broadcast address of
192.168.1.3). Note that 192.168.1.2 is the WAN IP address of Router
#2 so there is really only one useable IP address. I like to have a
few more IP's to install print servers and shared devices, so I tend
to use 255.255.255.248, which allows 5 useable IP's.
--
Jeff Liebermann
(E-Mail Removed)
150 Felker St #D
http://www.LearnByDestroying.com
Santa Cruz CA 95060 AE6KS 831-336-2558