I don't think he is talking specifically about routers but about PC's on the LAN behind the PIX. I'm fairly positive a PC will do a logical AND of the destination IP, come up with a network address, compare that against it's own network address, deduce that the IP must be local and send a layer two broadcast for the MAC associated with the IP -- therefore said host will not need to consult a routing table...
source NAT on incoming addresses, use an ALIAS type function (I believe version 6.2 code supports destination NAT) to assign the web servers ect on the outside network (with same IP range as inside) another address range as they come in... C ----- Original Message ----- From: "Robert" To: Sent: Sunday, October 27, 2002 9:33 PM Subject: Re: Pix & non-Rfc networks. [7:56347] > To answer the question asked by Gaz, the router will always send the packet > to the route with the most specific mask specified. So, in your example, it > will go to the default gateway because the route you added has the most > specific mask possible (/32). > > ""Gaz"" wrote in message > news:200210262249.WAA18680@;groupstudy.com... > > In article , > > [EMAIL PROTECTED] says... > > > Hello, > > > > > > I was just reading this document,from the following link > > > http://www.cisco.com/warp/customer/110/8.html I have attached the Pdf > file > > > of the same for your convinence :-). > > > > > > > > > now coming to my doubt. > > > > > > If i have a network say like 192.5.2.0/24 inside the pix (connecting to > > > internet) Does it mean that all the sites with 192.5.2.0/24 would not be > > > accessible to the inside network ?? > > > > > > thanks and regards, > > > Murali > > > > > > > Yes, but it's not limited to the Pix. > > > > If your internal network is using one subnet, your devices will never be > > able to get to devices on the Internet using addresses from the same > > subnet. > > > > When your machine looks at the destination address, it thinks it is on > > its local network (layer 2) and will not even bother going to the > > default gateway for it. > > > > I've done the same thing by 'fat fingering' the mask to encapsulate more > > than the intended addresses (255.255.0.0 instead of 255.255.255.0 for > > instance). If the destination address would normally fall outside your > > subnet, but you stuffed up the mask and now it is included, your machine > > doesn't bother going to the default gateway to find it. > > > > Can I chip in with a question for everyone now? > > > > If you apply more specific routes to all devices for an address which > > should appear on your local subnet, will it then try the routed path to > > the device. > > > > eg Machine addressed 100.100.100.100 255.255.255.0 > > route add 100.100.100.10 mask 255.255.255.255 [default gateway] > > > > Not that you'd want to do it, but just wondering. > > > > > > Cheers, > > > > Gaz Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=56390&t=56347 -------------------------------------------------- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

