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'm a teatcher in the Technical High-School of Geneva. We have a project in the laboratory with a CISCO AIR-WLC2006-K9 V1. Due a bug (CISCO Field Notice: FN-62555; http://www.cisco.com/en/US/ts/fn/620/fn62555.html) Bug in CISCO IOS, the EEPROM (conta...
I use a router ADSL 827 with IOS 12.2(15)T8. The network comprises an interface Ethernet 0 inside (IP 10.134.74.1) and one interface outside of the type Dialer 1 (dynamic IP ). I use a static route to communicate with my server since Internet ip nat ...
I use a client H323 Netmeeting to establish a communication since Internet. The client H323 has a dynamic address IP.the first time that the customer is recorded in the CCM, it functions correctly.If I change address IP of the client it is impossibl...
It's true, I must find an EEPROM but on the side of the Cisco product is no longer supported ! But we do not have money to buy a new WLC for Student's laboratoryDo you still have a wlc 2006 ?if yes, would it be possible to have a copy of the contents...
I found a solution.I must define a table of translation (NAT)with each port used.example :ip nat inside source static udp 10.134.74.1 1719 interface Dialer1 1719ip nat inside source static tcp 10.134.74.1 440 interface Dialer1 440etc ......Thank'slau...
After this configuration, I cannot make communication any more towards outsideI found a command No-payload which must make it possible to remove the translation in answer DNS. How is this command used ?