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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Rucus1

    Internet access on private LAN

    You need to a default route to the router at sight B. Connect to the router,and go into priv mode.(type enable). then enter: ip route 0.0.0.0 0.0.0.0 "ip address of router at sight a" or if you are useing unnumbered ip route 0.0.0.0 0.0.0.0 s0/0
  2. Rucus1

    Cisco 2501 Load Balance ????

    He may not have enough ram/flash in his 2501 to run an image that has CEF in it. He should be able to load balance anyway it will just load balance on a per destination basis.
  3. Rucus1

    Rate limiting by IP on a Cisco 2600

    The second number determines how long they can burst above the CIR. If you set the second number to 4 times the CIR then they can burst for 4 seconds. The third number is how many total bits they are allowed to pull during the burst period. So if you say they can burst for 4 seconds, as long as...
  4. Rucus1

    Rate limiting by IP on a Cisco 2600

    The config that beggo posted is right on the money. You dont want to do rate-limit like sokonta suggested because that will drop there traffic. You want to shape it and not drop it. Otherwise they will hang you for the packet loss. There are some other options you can use with the traffic-shape...
  5. Rucus1

    Can ping but can't get on web with pc on 1721 router

    Here is a question for you, can you ping an IP outside your network from the PC? One of the things I noticed was that you were saying you cant ping www.yahoo.com. Its possible your DNS is misconfigured on the PC. The only other issue I could see causeing this would be if you didnt have a default...
  6. Rucus1

    Rate limiting by IP on a Cisco 2600

    I didnt mean to say just apply the access list. You need to use the "traffic-shape group num CIR BC BC" command.
  7. Rucus1

    Rate limiting by IP on a Cisco 2600

    You need to make sure you have a router image that supports GTS (generic traffic shapeing). You define 2 access list. One for his inbound traffic, and one for his outbound. You then apply them to the egress interface he resides on, and your egress to your network.
  8. Rucus1

    Cisco VPN

    If I understand your problem you are saying that users with cable modems running NAT/PAT cant connect in. I am assuming you are useing the cisco easy vpn client and ESP + 3DES. If this is the case its because your concentrator doesnt support transparent tunneling. I know only the very latest IOS...
  9. Rucus1

    Cisco 2500 Router - DSL Authentication

    You can also turn off two way chap by useing ppp authentication chap callin This way you wont have to create a local use of the remote router. Here is a link to a description of how the auth works. http://www.cisco.com/warp/public/131/ppp_callin_hostname.html If you still cant figure it...
  10. Rucus1

    Cisco 2500 Router - DSL Authentication

    Authentication between two routers is a two way process. You authentication to there router and there router authenticates to you. When I set it up before I had to start out by figureing out which auth method they used chap or pap. You can do this by issueing a debug ppp nego and debug ppp auth...
  11. Rucus1

    '%CONTROLLER-2-FIRMWARE: Controller E1 1/0, firmware is not running'

    I have also seen this before Erik when you load the wrong IOS on to the router. If say for instance you loaded the IOS for a 2601 router on to the 2610 sometimes that will happen. He should also check the hw/sw compatability matrix on cisco's cco web site to make sure that his IOS / hardware...
  12. Rucus1

    Cisco 2500 Router - DSL Authentication

    I have done it with other cisco routers before. How are you hooking the router to the DSL? pppoe ?
  13. Rucus1

    Help Needed with 1603 routers

    Yes you do. Your csu/dsu is going to either generate the clock for the router or it will extract it from the T1.
  14. Rucus1

    Load balancing question with Cisco 2620

    Yes that will work. Looks good Newtoo. Loadbalanceing in this method will give you max utilization by spliting traffic between the two links. I would suggest looking into an IOS upgrade. With the newer 12.2 you can use Cisco Express Forwarding and load balance on a per packet basis. This will...
  15. Rucus1

    How do i configure NAT on a CISCO 1750

    Which two interfaces do you want to do NAT between. Do you have a set of ip addresses you are going to translate to, or are you just planning on overloading the interface?
  16. Rucus1

    LomLite Login

    The lomlite is loaded before the operating system. There is no way to boot from cd, as the lomlite controlls boot operation.
  17. Rucus1

    ROMMON & restoring

    Thew newer routers actually allow you tftp from the rommon mode. You use a command set to enter all the ip info, then tftpdnld to initiate the transfer. The 3600's didnt use to allow you to do this. I have never tried to do this on a 3662 so it may work. The xmodem will mode certanly work it...
  18. Rucus1

    ROMMON & restoring

    You can send an IOS image to the router useing xmodem. http://www.cisco.com/warp/public/130/xmodem_generic.html
  19. Rucus1

    LomLite Login

    I have a sunfire v100 server that was just aquired off EBAY. This is the same sever that use to be called the Netra X1. When the machine is booted it comes to a prompt that says: LomLite Login: I have no idea what the login /password is. I have tried setting the jumper labeled lomlite reset...
  20. Rucus1

    Binding two ADSL lines

    Basically the simple answer is yes. On the router you use as your internal gateway set two default routes. One is probably already being set by IPCP over the ADSL line. So you will need to set the second one to have the same ad/metric as it. The router will then on a per destination basis load...

Part and Inventory Search

Back
Top