Quori - tx for fast response and valuable input !!
First thing - VPN -- Users are VPN clients connecting to different location. (No site2site tunnel cuz users are mobile in&out of office)
Second - double NAT'ing -- quite honestly I dont know myself why :( I will eliminate NAT'ing on 1811 routers and see if anything changes. As far as IP typo, all routers have unique internal 10.10.10.x IPs, but Cablemodem routers have same outside 192.168.11.x interfaces which I do not control (default modem configuration)
Third - NAT source interface -- good point but I will try to eliminate nat
Fourth - default routes -- ooops, never removed it... that was leftover from my earlier configuration scenario when 3560G was acting as L3 switch.
Fifth - tweak the MTU and MSS -- will definitely play with these values.
Question:
GLBP configuration - does anything sticks out as misconfigured or not optimally configured ?
Main Topics
Browse All Topics





by: QuoriPosted on 2009-08-27 at 15:23:42ID: 25203248
First thing - you mentioned VPN. What is establishing the tunnel - the client or the router? (I see no crypto maps' on the interfaces).
Second - why are you double NAT'ing? There is no obvious reason to if you just point a default on the 1811 edge to the 192.168 interfaces on the cable modems (which you are doing anyway). Though I did notice a couple of the NTU's have the same LAN facing IP - not sure if this is a diagram typo due to copy/paste. If not, may want to fix this.... In short, VPN never plays well with double NAT.
Third - ip nat inside source list 1 pool ovrld overload -- use the interface, not pool.
Fourth -
ip route 0.0.0.0 0.0.0.0 192.168.2.1
ip route 0.0.0.0 0.0.0.0 192.168.3.1
ip route 0.0.0.0 0.0.0.0 192.168.4.1
What the McFudge are you trying to do here??
Fifth - tweak the MTU and MSS by
From Windows XP: pint -f 4.2.2.2 -l 1472
Change the '1472' up or down until it responds with something other than "Packet needs to be fragmented but DF bit set"
Once you have your tuned MTU, take off 40 and that is your MSS. Apply this config to your public facing interfaces with ip mty <value> and ip tcp adjust-mss <value>