Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have a configuration similar to the following:(1.1.1.0/24)---(NATinside)Router1(NAToutside)---(2.2.2.0/24)---Router2---(3.3.3.0/24)server actual ip:1.1.1.11 (inside local)server NAT'ed ip: 2.2.2.11 (inside global)workstation 1: 3.3.3.101workstation...
I have configured NAT using a Cisco router. The following commands are used:ip nat outsideip nat insideip nat inside source static x.x.x.x y.y.y.yThe results:1. The outside hosts can communicate with the inside hosts by specifying the inside global...
The following sample configuration is provided in http://www.cisco.com/univercd/cc/td/doc/product/webscale/css/css_730/redundgd/vipredun.htm#wp1109382 :!************************** CIRCUIT **************************circuit VLAN1 ip address 192.168.10...
Hello,I need to configure a content rule on CSS11501 with redirect services. However, I need to redirect to url's like this:https://www.domain.com:4445/path1/path2/path3/path4/index.pl?username=USER&env=UAT&lang=ENGThen I found that the redirect url...
Hello,I am having a problem with the CSS. When I "Show ip-fragment-stats", the "Collection Timeout" count keep increasing and clients failed. However, I cannot find any command to adjust the time for collection. I think the timeout in the CSS is t...
I'm afraid 4094 is not the answer. Cisco 2960 series switches support 255 VLANs but only 128 number of spanning-tree instances. I reached the limit once. Instead of not allowing me to create new vlans the switches silently disabled STP for the new...
It turned out that the server 1.1.1.11 did have a wrong static route to 2.2.2.0/24 and that is the cause of the problem. I did not notice it because I had no control of the server and relied on second-hand information from other people.Thank you for...
Hi Leo,Thank you; especially for your kindness to spend a while looking up things for my problem.I read that document before but I think the answer is not there.CT
The router interface fa0/1.202 run dot1q encapsulation and on VLAN 202.i.e.interface FastEthernet0/1.202 encapsulation dot1Q 202 ip address 2.2.2.1 255.255.255.0 ip nat outsideIt is connected to a switch not drawn, the connecting switch port is i...