Forwarding proxy requests from ports other than 80

Hi,
Is there a way to forward requests from ports other than 80 to the proxy address? For example, trying to define a rule to forward the requests from port 8080 to proxy_ip...
Best regards,
Emre

Hi Emre,
Have you looked into using ipfilter port redirecting ?
It may depend on your configuration.
/etc/ipf/ipf.conf
pass in quick from any to any port = 8080 keep state
pass out quick from any port = 8080 to any keep state
/etc/ipf/ipnat.conf
rdr <Interface> <hostname or IP> port 8080 -> <hostname or IP> port 8080 tcp
Edited by: Hodware on Mar 4, 2013 7:24 AM

Similar Messages

  • Is there a way to access 11i from outside other than Self service?

    Is there a way to access 11i from outside other than Self service?
    I could connect any application from inside the firewall (basically router) and can not access screens from outside. Eventhough port forwarding 80 allows us upto initial screen, it does not go further.
    Any workaround/suggestions
    Jiltin

    Hi Jiltin,
    If you can migrate your forms server into Forms Listener Servlet.This will allow you to use forms outside firewall provided atleast one port(assuming yours 80) is open.
    Ref to the M.Link Note 201340.1 for how to setup forms listener servlet.
    Magesh

  • How can I forward a request from to another servlet?

    If I would like to forward a request from a servlet to another one, but they are not located in the same machine.
    Could I use the following code to do it?
    getServletConfig().getServletContext().getRequestDispatcher("XXXXX").forward(request, response);

    You can not do a forward to a servlet on a different server. You can do a redirect and put any parameters you want to pass in the url. If you are using JSP you may bve able to use the JSTL include tag, again passing the parameters in the URL. You could use the URLConnection or HttpURLConnection class to open a connection to the servlet, make a request, get the response and the return the response to the client.

  • My iTunes account is no longer showing my playlists or any of the music I have added from sources other than iTunes.

    I discovered that iTunes is no longer showing any of my playlists or music I have added from sources other than iTunes.  My iPod, which is a 4th Gen Classic, seems fine and has all of my playlists and music.  My question is how do I upload my iPod to iTunes so that I don't lose anything?  I have read a lot of posts about people having similar problems and most of them suggest restoring from an old saved file.  I have two problems with this approach 1) I do not have a current back-up and 2) it does not seem to work for any of my non-Apple purcahsed music.  Does anyone know of an easy way to fix this?

    I'd do a "deauthorize all" from a computer you have access to, and then reauthorise the computers you still have access to.
    For instructions, see the following document:
    iTunes Store: About authorization and deauthorization

  • IPDS install error on a port other than 389

    Hi
    I need to install iPDS on a port other than 389. During installation, when I give a different port and try to install, during the post-installation phase, I get error that the configuration information could not be updated and installation fails. I'm trying with iPDS ver 5.0. What could be the problem? I had iPDS installed earlier on port 389 on the same m/c. Can that cause a problem? I had uninstalled before re-installing on the new port.
    thanx and regards
    Sikka

    Make sure you use a port larger than 1024, if you are using a non-standard port.

  • Denying access from hosts other than localhost

    I would like to prohibit access to Directory Server from hosts other than the localhost:
    I am doing this from Administration Console. On the server node I set the ACI:
    (targetattr = "*")(version 3.0; acl "deny_ip"; deny (all) ip!=dirservhost_ip or ip!=127.0.0.1; )
    But the access is still allowed. What is wrong?

    Purchase a device like this. They are offered by many cellular carriers
    Verizon Wireless - Mobile Broadband -

  • Activating phone bought from source other than Verizon

    If I buy a phone from someplace other than Verizon, how do I go about activating it and using it.

    First, before buying it, make sure it is a Verizon-branded phone. These are the only phones compatible with Verizon's network. Secondly, make sure to get the ESN from the seller and call Verizon Customer Service to make sure it is CLEAN. Third, after both of these check out, purchase it, and when you receive it, just dial *228 from it and select option 1 (make sure your current phone is OFF for this) Or you can go online to My Verizon and activate it there. If you are going from a non-smartphone to a smartphone, you will need to add the $29.99/month data plan, and vice versa.

  • HT1414 Why am I not able to text to phones that are not iPhones?  Nor am I able to receive text msg from phones other than iPhones

    Why am I not able to text to phones that are not iphones?
    Nor am I able to receive text messages from phones other than iphones.

    Settings-messages-send as SMS turned on?
    Have you tried settings-general-reset-reset network settings?
    Tried a reset?

  • Cannot make calls from phones other than my own?

    I have a Skype To Go number for the unlimited US/Canada package.  I cannot make calls from phones other than my own: "Due to technical fault..." What's the point of having Skype then?
    Post transferred to create its own new thread (topic);
    subject/title edited to differentiate from other posts.

    That makes no sense at all. The phone doesn't know or care what kind of phone is calling it. There's something else causing this. Contact your carrier.

  • Problem with errorPage in page directive tag while proxying request from iPlanet to WebLogic

              Hi,
              We are using iPlanet 4.0 as the webserver and WebLogic 5.1 as the application server on different solaris machines. We have put our JSPs in the weblogic application server and proxy the requests from iplanet to weblogic.
              We are facing a problem with the errorPage in the 'Page Directive' tag of the JSP. We have given xxx.jsp as an 'errorpage' parameter in the page directive tag. If we directly access the JSP from the WebLogic, and there is an system error, the error page specified in the JSP is getting displayed. But if we access the JSP from iPlanet and there is an system error, instead of displaying the error page, iPlanet is asking whether we want to download the file. If we say yes it downloads the actual JSP code itself. We have defined the mime types in obj.conf file as well as mime.types for the iPlanet.
              If anyone knows how this can be solved, it would be of great help
              Regards,
              Krish
              

    How did you configure the obj.conf file? proxy by mime type or ppath? It
              seems errorPage.jsp was not proxyed and treated as a unknown mime type.
              Krishnaraja <[email protected]> wrote in message
              news:3a372d79$[email protected]..
              >
              > Hi,
              >
              > We are using iPlanet 4.0 as the webserver and WebLogic 5.1 as the
              application server on different solaris machines. We have put our JSPs in
              the weblogic application server and proxy the requests from iplanet to
              weblogic.
              >
              > We are facing a problem with the errorPage in the 'Page Directive' tag of
              the JSP. We have given xxx.jsp as an 'errorpage' parameter in the page
              directive tag. If we directly access the JSP from the WebLogic, and there is
              an system error, the error page specified in the JSP is getting displayed.
              But if we access the JSP from iPlanet and there is an system error, instead
              of displaying the error page, iPlanet is asking whether we want to download
              the file. If we say yes it downloads the actual JSP code itself. We have
              defined the mime types in obj.conf file as well as mime.types for the
              iPlanet.
              >
              > If anyone knows how this can be solved, it would be of great help
              >
              > Regards,
              > Krish
              

  • Forward a request from a filter

    Hi,
    I want to be able to access a page
    www.whatever.com/page.jsp?username=me&content=something
    with the url
    www.whatever.com/user/something
    I am thinking doing it with a filter that parses out 'user' and 'something' in the second url and forward the request to the first url. What's a way to forward a url in a filter, yet the other filters in the web app still executes?
    I have tried using the RequestDispatcher, however after the dispatcher I can not run the other filters or I will get illegleState exception. Any sugguestions? Thanks.

    From SRV.11.2 in the servlet spec:
    SRV.11.2 Specification of Mappings
    In theWeb application deployment descriptor, the following syntax is used to define mappings:
    " A string beginning with a / character and ending with a /* suffix is used for path mapping.
    " A string beginning with a *. prefix is used as an extension mapping.
    " A string containing only the / character indicates the "default" servlet of the application. In this case the servlet path is the request URI minus the context path and the path info is null.
    " All other strings are used for exact matches only.
    Filter mappings work the same way.
    The wildcards do not work the same way that they do in regular expressions.
    What you might want to do is use a mapping of *.do and then use a regular expression within your filter to decide which URL to act on and which to let pass untouched.

  • Import photos from source other than iphoto

    Is there a way to import photos to imovie from a source other than iphoto or photo booth? I have a cd of pics that i'd like to use but I'd rather not import all the pics to iphoto if I don't have to.
    thanks

    Wow; I can drag the photos from the Finder directly into my project. I actually tried this, but I tried dragging them into the lower pane with all the source clips. That won't work, but if you drag the photos into the top pane where your edited work is it magically adds the photo(s). Thanks for the tip!

  • Can we purchase and download music from sites other than Apple?

    Wife has a new iMac and wants to purchase music from a site other than my iTunes store account. She has a hefty remaining balance left over from her PC days. I logged onto that site this weekend and tried to download some music (we paid for it) and it did not download. We are very new to Mac and need some real guidance. Is it a set up thing? The music did download onto my PC laptop into zip files....any help???? Thanks

    <Edited by Moderator> is a pirate Russian site and is providing tracks illegally according to the music industry. The record companies (from many countries, not just the US) have been trying to get that site and it's cousins and predecessors (this is just a retread of AllOfMP3.com) shut down for quite some time. So sorry, but we indeed cannot help you with this here.

  • Finding files on an iPod Classic that were added from somewhere other than iTunes

    I added files onto an iPod Classic from another source other than iTunes, but can't find that file on the iPod, either its not connected self, or when it is in iTunes.
    So, how do I go about locating the file without going back INTO iTunes and adding the file into iTunes' library?

    Hey thanks, Jim... Actually I do have a back up of my entire library on an external drive. Is the process just dragging the songs and albums from the Finder (from the external drive backup) onto the iPod when I plug it in to iTunes and they copy over? Is it possible to create new or update existing Playlists with this method? But is key is to never sync the iPod with iTunes or do I need to check Manually Manage Music & Videos?
    Or am I looking at this completely wrong. lol

  • Is it possible to have profile manager on a different port other than 443

    Hi to have profilemanager working securely and correctly it should be run on 443 the default. But surely it could be run on another port if specified. If Apache was configured differently other than port 80/443? As i would rather host another site on 443. Which ideally i dont want the port number in the URL as this would be the main server address.
    If anyone has any info on how to do this that would be great..
    Thanks

    Hi Gilla-
    No, the isolation hardware on the 623x DIO is completely unidirectional so it is not possible to adjust the line directions beyond those specified in the user manual for those devices.
    Message Edited by Tom W [DE] on 04-29-2008 08:57 AM
    Tom W
    National Instruments

Maybe you are looking for

  • Is There A Way To Use Tango On Iphone 3? And Suntanning With Iphone?

    Hi I have an Iphone 4 new as of a month and alot of my friends have the regular IP3 and I was wondering if there was a way around so they can use Tango for video calling. Also I bring my phone in with me into a lying suntan bed for 20 minutes at a ti

  • Document Bleed Settings

    I'm looking for a script that will adjust the bleed settings in the document setup for the active document. I imagine this would be simple to do if these fields are adjustable by scripting, I am however not familiar enough with scripting to make this

  • Regarding Error in FM

    Hi All, I am using FM  'CURRENCY_AMOUNT_SAP_TO_DISPLAY' in my code. However after calling this FM in my program it is going to Dump & program is terminated. I am getting ABAP runtime error   BCD_FIELD_OVERFLOW. and Error analysis as A value generated

  • Installed iTunes and do not get a Summary screen

    I have just purchased an iPod nano and installed iTunes for downloading. I am successful with music and audiobooks but do not get a Summary screen to allow me to access the tabs described in the online manuals that would allow me to download photos.

  • Backing up to CD or DVD - How do I select the drive

    I have I-tunes for windows and want to back up to CD / DVD. I choose, file, library, backup to disc, then OK. I-tunes automatically opens my original burner drive that no longer works. I have a new external burner that I would like to use. How do I g