How to forward the traffic of my router??

Good evening
I have a problem, I hope someone can help me.
I have to forward the traffic of my Cisco Router 877W (ip:10.10.10.1) into a hardware firewall (ip: 10.10.10.50) and I can't do it.
Could you give me some advice??
Thanks for your attention.

Hi Marco,
ip route 0.0.0.0 0.0.0.0 10.10.10.50
!-- Static default route pointing to the Firewall.
http://www.cisco.com/warp/public/105/36.html
Regards,
~JG
Please rate helpful posts

Similar Messages

  • How to forward the request

    hi all,
    can somebody tell me how to forward the request from one context to another.
    thanks in adv.
    ritu

    Ritu, when you are talking about a different context are you talking about application, session and page contexts?? If yes, then I don't think you can forward a request to another context!
    If you are after a context (bean) from within your servlet, have you tried:
    mycontext = (MyContextClass)getServletContext().getAttribute("thenameofmycontext");HTH.

  • How ACE classifies the traffic and send it to appropriate Context

    Hi ,
    Could some one please explain packet clasification in ACE modulue  ,example : let us assume thee are three contexts ( context1 , context 2, context3) in ACE module , how the ACE  classifies the traffic and send to appropriate CONTEXT  if any customer comes and hit the ACE .
    Regards
    Raj

    Hello Raj,
    In addition to what Ajay mentioned, yes each virtual address ( VIP) in combination with the port which you configured( if any) will act as unique identifier for the ACE to handle a specific traffic and finally take the load balance decision it needs or any other action which would be required
    Another thing which you can take into consideration from the routing perspective is that you configure on the Admin Context the specific vlans allocated to each contexts based on your requirements so for example: you may allocate this vlan10 for context 1 then vlan 20 for context 2 or all of the vlans for context 3
    Going back to your original, yes the ACE works this:
    Request ----->VIP--->ACE checks which contexts has the VIP in question---->send request to context--->traffic is load balanced between the servers
    Jorge

  • How to prioritize the traffic

    Hi.
    We're running a 3745 router on the edge and a 6506 on the core. We have 2 connections going from the switch to the router, and are not utilizing any dymamic routing. Is there a way for us to priotitize the traffic between the 2 devices for a specific connection?
    thanks..

    How are the 2 links being utilized at the moment?
    Are both links sending/receiving traffic to/from the 6500?
    If so, how are you forcing the route to go via both paths? (static routing) ?
    You can potentially implement Policy Base Routing (PBR) in the 6500 to match traffic based on a set criteria and set the next hop to be one of the links. You will need to do the same in the 3745 for return traffic.
    or
    Are you talking about configuring priority queue on both links for egress traffic from the 6500?
    Edison.

  • How to forward the same ports for multiple IPs?

    Hi all, I just bought a Linksys WRT54GS router and I would like to forward the same set of ports for two different computers on my network (192.168.1.101 and 192.168.1.3) however when I try to, I get a "Port Overlap" error. Is there another way I can do this? I am trying to set up Age of Empires II. Thanks for any help!

    No.  You cannot forward the same port to two different computers  (or IP addresses).  
    Here's the reason why:
    You and your friend are both playing the game online.  You score 1000 points.  Your friend scores 10 points.  The signal to increase your score 1000 points arrives on port 3078.  Which computer is the router supposed to send this signal to?  Both computers?   No way!
    Most online games have a way to assign different ports to different computers.  For example, you might use ports 3075 thru 3078, while your friend uses ports 3175 thru 3178.  If your game is setup this way, it should work.
    Also, you will want to forward ports to a fixed LAN IP address.  In your WRT54GS, note that any fixed LAN IP address must be outside the DHCP server range, and it cannot end in 0, 1, or 255.   So the 192.168.1.101  address is probably an illegal fixed LAN IP address.
    Here are all the Linksys rules for using fixed LAN IP addresses:
    With Linksys routers, a fixed (static) LAN IP addresses must be assigned in the device that is using the address. So you need to enter the fixed address in the computer or printer, not in the router.
    When using a Linksys router, any fixed LAN IP address must be outside the DHCP server range (typically 192.168.1.100 thru 192.168.1.149), and it cannot end in 0, 1, or 255.
    Therefore any fixed LAN IP address would normally need to be in the range of
    192.168.1.2 thru 192.168.1.99 or
    192.168.1.150 thru 192.168.1.254
    assuming you are still using the default DHCP server range.
    Also, in the computer, when you set up a static LAN IP address, you would need to set the "Subnet mask" to 255.255.255.0 and the "Default Gateway" to 192.168.1.1 and "DNS server" to 192.168.1.1
    It is also important that no two devices on your network be set to the same static LAN IP address.
    Typically, when I setup gamers, I put thier fixed addresses all together at 192.168.1.21 , 192.168.1.22, etc.   But you can use any legal fixed addresses that you want.

  • How to get the traffic split up in VPN 3000 Concentrator?

    Hi,
    Requirement:
    I want to parse & analyze the Cisco VPN 3000 Concentrator logs and provide the report for the happenings using the log.
    Issue:
    I am able to get the traffic split up for Cisco Pix501 thro' it's logs for the VPN connections. But in Cisco3000VPN Concentartor, i am not able to get the traffic details for any PPTP/IPSec connections. It simply provide the overall traffic log when the seeion is closed. For example below is my traffic log,
    <189>14014 07/23/2004 19:16:24.640 SEV=4 AUTH/28 RPT=41 192.168.101.41 User [sarav] Group [Base Group] disconnected: Session Type: PPTP Duration: 0:16:37 Bytes xmt: 216 Bytes rcv: 38023 Reason: User Requested
    My Question:
    Is there any configuration/solution available to get the live traffic[traffic split up] thro' that VPN connection for Cisco3000VPN Concentartor?
    Please help me in getting this issue resolved.
    Thanks to all helping me to resolve the issue.
    Thanks.

    You get the details from the Pix logs not because of VPN functionality but because the Pix is a stateful device the manages and logs each and every session.
    The VPN 3000 is not stateful or session aware. The best you could do is provide packet level logging, but this would generate enormous log files that would need to be statistically analyzed to provide useful information.
    Your best options are to run their traffic through a Pix firewall for the session logging, use the first hop router inside the network that can provide Netflow export for analysis, or use a probe to monitor the traffic that can discern the indivdual flows. For the last two, ntop can analyze netflow of mirrored sessions to provide protocol analysis by src/dest IP, top protocols used, etc.
    -Shannon

  • How to monitor the traffic on network interface card NIC

    hello friends
    i m dong a network based project
    in that i need to calculate the incoming
    and outgoing traffic on network interface
    Can anyone help me regarding this...
    any API that i van use, i know abt JPCAP
    but unable to use that in this repect...
    Thanks in Advance

    sorry for any mistake....
    i m new to java
    Actually using JPCAP we can capture the packets
    and process them..may save to file or some thing like that
    but how to know the current incoming and outgoing traffic...on NIC
    and also how much it is capable of...
    can u tell me any good tutorial
    i really need to do that
    thanks for concern

  • ASA5505 how to record the traffic log

    Hello, everyone,
    I want to analysis the log from asa5505,
    I have configured the device to send the log to a syslog server.
    but I found the log seems like event log, it's format like below :
    6|Nov 11 2010|18:07:33|302014|192.168.2.22|192.168.1.2|Teardown TCP connection 986 for outside:218.30.82.201/80 to inside:192.168.1.2/1764 duration 0:10:01 bytes 619 FIN Timeout
    I want to obtain the traffic log, it may contains each connection record  information, including send bytes and receive bytes,  URL and so on...
    but I can't find out how to setup the device to let the asa5505 record the traffic log,
    someone can give some tips, thanks in advanced.

    Hi,
    You need to enable the Netflow protocol.
    Here are two documents related to Netflow for Cisco ASA:
    https://supportforums.cisco.com/docs/DOC-6114
    https://supportforums.cisco.com/docs/DOC-6113
    Best regards,
    Giorgos

  • How to forward the workitem to next level on Missed Deadline?

    I have enabled Latest End Deadline on a particular task. The requirement is to forward the workitem to the next level approver once the dead line is missed.
    I have tried to use Workflow Wizard Modeled deadline monitoring. It creates few additional steps but it just sets the workflow to obselete. I need to forward the workitem to next level. What needs to be done after the above step so that the work item is sent to the next level.

    Hi Workflow learner,
    I am also learning workflows and I have been asked to create a workflow deadline which will escalate the workitem to the next level approver once the deadline is missed.
    I too created a deadline using the workflow wizard. Next I created a step in the obsolete outcome identical to the main step.
    In this step do I user the rule 168? And how does the workflow look for the superior of the manger who has missed the deadline and not the workflow initiator.
    Thanks
    Forhad

  • RV-120W:How to check the website history in router?

                       How can i check the website history in router?I want to know the website which the user explored through the router.

    Hi Aaron, this feature set is not available.
    -Tom
    Please rate helpful posts

  • How to control the bandwidth of my router WRT54G3G

    hi all
    plz i need to know how to control the bandwidth for all pc connect through the router ?
    thank you

    Logon to router’s setup page, click on “Applications & Gaming”, click on QoS…you can manage bandwidth using a QoS feature.

  • How to change the Traffic light positioning in ALV?

    Hai All,
    I am displaying a traffic light field in my ALV Grid. Now i want to display another field in the first position and move the traffic light to second or any other position. COL_POS seems to be not working, is there any chance of doing this?
    Best regards,
    rama

    >
    newtoAbap wrote:
    > Hai All,
    >
    > I am displaying a traffic light field in my ALV Grid. Now i want to display another field in the first position and move the traffic light to second or any other position. COL_POS seems to be not working, is there any chance of doing this?
    >
    > Best regards,
    > rama
    If you are using EXCP_FNAME in the ALV layout to display your traffic lights, it may not be possible to move your light field to any other position..
    One possiblity is to define your own field (as icon) in the internal table and assign the Traffic light icon to that field... By this approach, you can position that field in any place in your input structure while generating field catalog or defining your structure
    Here is an example with SALV,
    http://wiki.sdn.sap.com/wiki/display/Snippets/displayingiconsinalvusingclasscl_salv_table
    Example with icons in REUSE FM (can be used in ALV OO) and there should be umpteen examples in SDN also
    http://wiki.sdn.sap.com/wiki/display/Snippets/TrafficlightsinALVdisplay

  • How to program the daq card to route signals?

    Hi,
    I would like to program the daq card to route signals, for example from DIO0 to
    DIO1. All this should happen without Labview, directly on the board. Is this possible?
    What I want to do, is to get a lot of signals as inputs and output those
    signals as they are. Sometimes I need to take one signal through Labview
    and make some modifications to it. If I route all the signals through Windows
    and Labview will propably cause latency, so I would like to do this at the lowest
    level as possible.
    Currently I'm using PCI-DAQ 6025E, but this card might not be sufficient for our
    needs, so if this is possible with some other card, please share your information.
    All information on this matter is highly appreciated.

    Oops!. I just noticed that I accidentally posted this question to the wrong forum.
    I posted a new one to "multifunction DAQ", so if you have something to say about
    this matter, then go here
    http://forums.ni.com/ni/board/message?board.id=250&message.id=31100
    Thanks.

  • How to control the traffic?

    Does the Ipad2 with 3G comes with a program to control the traffic of data? I mean the amount? Or do you need to get an app? And if so, what app should I take?
    Thx,
    David

    Thx,
    I believe with 1GB I will be fine, as I used it once, two years ago with the PC of the Company and only used 600MB in a 4 week period.
    I normally only would go and see my mail, and read some website (news, sports) and nothing more, so with one I will be OK. As it is only for during the summerholiday, the rest of the year I have my 20MB line at home with no limitations of bandwidth (:-):-)).
    Michael, sorry I am from Spain, so no AT&T here Thx Anyway (also David and Lyssa)

  • [SOLVED] How to forward lan traffic from router to openvpn client....

    Hi all,
    I have maybe a strange situation. I recently started testing a VPN service on my home network. Ideally I would like most of my home machines to connect through this VPN. I am using it for both privacy and to circumvent geo-restricted sites. I have a router, Asus WL-500gp which is running the Tomato Firmware, and I did first attempt to setup OpenVPN on it which did work but didn't provide very much bandwidth due to probably not having enough processing power to deal with the encryption and the compression involved. I was only able to get about 5Mbit down when normally I get approx 30+ so this was not an acceptable performance hit.
    I then decided to try setting up the VPN on my media server which is running Arch(of course). This was easily accomplished and is working extremely well with approx 25Mbs down. An acceptable performance hit. Now, as it stands only this machine is running through the VPN, the rest of the machines are still connecting to the net normally through the router. Is there a way to have other devices on my lan also get forwarded through the VPN on my Arch server. I do realize I could run my server as a router but I would rather leave the tomato router for that as it works well and is easy to setup whereas I suspect it may be complicated to setup on Arch. Is it possible to configure the tomato to forward certain IP's(my wired network is all static ip's) or even MAC's to the media server rather than the ISP. I suspect it can be done with some new routes added in but I am not that familiar with routing tables to figure it out.
    So for example my tomato router is on ip 192.168.1.1, media server is on 192.168.1.2, xbmc 1 is on 192.168.1.3, xbmc 2 is on 192.168.1.4 etc. So say I would also like to have xbmc 1 and 2 go through the VPN as well. Is there a relatively simple way to accomplish this? I am thinking something along the lines of having the tomato forward request from IP 192.168.1.3-192.168.1.4 to 192.168.1.2(rather than the default gateway), then on the server tell it to forward these request to tun0(the VPN's network device).
    Any thoughts? Anyone done something like this?
    Thanks,
    Kevin
    Last edited by ould (2012-12-26 13:29:59)

    Xyne wrote:
    My first thought was to just set the server up as a router, but then I got to the part where you reject the idea. If you change your mind, you may find my recent notes on configuring something similar useful.
    I'm pretty much a networking noob so I may be way off, but I would try the following. Here I'm assuming that the lan and vpn interfaces on the server are eth0 and tun0, respectively. These commands are adapted from the aforementioned notes.
    On the server:
    # Enable IP forwarding.
    echo 1 > /proc/sys/net/ipv4/ip_forward
    # Allow postrouting to tun0. You may want to use "-s" here to strictly limit forwarding to IPs on your LAN.
    iptables -t nat -A POSTROUTING -o tun0 -j MASQUERADE
    # Enable forwarding from the LAN to the VPN (and back via related and established connections).
    # Again, you may want to use "-s".
    iptables -A FORWARD -i eth0 -o tun0 -j ACCEPT
    iptables -A FORWARD -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
    After that, I think  you can you just need to set the server as the default gateway on the other machines. I am not familiar with the Tomato firmware, but I would expect there to be some easy way to do it there.
    You probably want the router to return the VPN's DNS servers instead of your ISP's DNS servers if you use DHCP on the LAN.
    Thank you very mach! It's has been useful for me when i wanna connect my VBox mashines to do my lab)

Maybe you are looking for