Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Alterac

  1. Alterac

    Avaya CS 1000E rls 7.5 date and time issue

    I would set hte clocks on the SS Manualy, and then sync the CS1k to the sig servers, as their clocks tend to stay in sync better than the cs. Then when your customer hooked up the main lan, you can clock the sig servers to the customer AD / NTP Source. Bill
  2. Alterac

    Canot resolve names to the internet from a Cisco 861w router

    you need to enable the dns server on the router ip dns server Bill
  3. Alterac

    Cisco 1811 switch ports ?

    I would move your lan to fe2-9, and assign your inside configuration from fe1 to Vlan1 (which by default is all of the 8 switch ports). Basically Fe0 and Fe1 are meant to be WAN ports, and the 8 port switch is for the LAN devices. Bill
  4. Alterac

    Connection Cisco 1841 to ISP (Timewarner)

    Also make sure the ISP's gateway is pingable. Trying pinging 4.2.2.1 also I also cant remember if you need a x-over cable with an 1841. Bill
  5. Alterac

    Can't configure my 891w to the Internet

    It shouldnt just "quit" working, Are you using a serial cable to the console port to program it? Bill
  6. Alterac

    interface trouble

    You can assign vlans directly to the interfaces of the switchcard if you want. setup the vlan's then switchport mode access vlan X on the interface Bill
  7. Alterac

    interface trouble

    Im pretty sure those cards are Layer2 only, you need to assign them to vlans RT(config-if)#no switchport mode RT(config-if)#ip address 1.1.1.1 255.255.255.0 % IP addresses may not be configured on L2 links FastEthernet0/0/1. Bill
  8. Alterac

    Configuring 2 WAN connections on a 1811

    You can modify your route map access lists so that certain traffic from the specific inside hosts always uses 1 interface Bill
  9. Alterac

    Memory problems with 1812w

    Cisco actually explains it quite nicely and they recommend against setting a static route to a dhcp via the interface name. http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a00800ef7b2.shtml "If you point a static route to a broadcast interface, the route is inserted into the...
  10. Alterac

    Cisco 1841 Routing Issues !

    No problem. I think burtsbees makes a living on these forums :D hah. I just browse when im trying to keep my knowledge up to date and challenge myself with more problems. Bill
  11. Alterac

    Memory problems with 1812w

    Another note (Really wish you could edit on these forums): Change ip route 0.0.0.0 0.0.0.0 FastEthernet0 to ip route 0.0.0.0 0.0.0.0 dhcp Bill
  12. Alterac

    Memory problems with 1812w

    Also do this: no ip cef accounting non-recursive Let us know how its been working. Bill
  13. Alterac

    Cisco 1841 Routing Issues !

    Technically you dont need to enable rip on it at all, if you dont need it, just disable it so its setup as a dumb switch. I'll wait till monday for any other suggestions when im sure burtsbees will chime in again also :) Bill
  14. Alterac

    Memory problems with 1812w

    you could also play with these values to see what works out for you: I have used these for a home connection: ip nat translation tcp-timeout 512 ip nat translation udp-timeout 512 Look up the details on what they do, on cisco's website. Setting them lower causes the translation to expire...
  15. Alterac

    Memory problems with 1812w

    The amount of connections you are establishing is causing the router to run out of memory. Can you post a Sh Run (wihtout passwords) so we can see what features are enabled? You might have to turn down the timeouts on connections to fix this. Also, you could upgrade the memory on the router...

Part and Inventory Search

Back
Top