Filtering Rule Help

I'm running BM 3.5.
I am trying to add a filtering rule to allow access to a secure FTP site, but I can't get the rule to work.
The site I am trying to reach has a URL of something like:
https://ftp.website.com:7602/
I resolved the DNS name to an IP address.
The rules I have entered are:
Rule 1:
Private Interface
Public Interface
Any (IP port)
Any (private address)
IP address of the site
Rule 2:
Public Interface
Private Interface
Any (IP port)
IP address of the site
Any (private address)
It does not work with these rules.
As soon as I unload IPFLT, it works.
What am I doing wrong ?
Any ideas ?

In article <[email protected]>, Cadd wrote:
> I am trying to add a filtering rule to allow access to a secure FTP
> site, but I can't get the rule to work.
>
> The site I am trying to reach has a URL of something like:
>
> https://ftp.website.com:7602/
>
> I resolved the DNS name to an IP address.
>
That't not FTP (probably). That's just an SSL site with a URL that
starts with ftp instead of www.
What you need there is to allow port 7602 out from the public IP
address of the server, to Any, or to the destination address.
AND, if you are using tunneling control (which is probably enabled if
you are using the proxy.cfg file from my web site - tip #63 at the url
below) you need to add port 7602 in there also. (See the proxy.cfg
file and it will be obvious where/how to add another tunneling port if
you are using my version).
Access rules for the proxy to send traffic to that port may need to be
added. Add an Allow Port, TCP 7602 to 7602 rule.
Craig Johnson
Novell Support Connection SysOp
*** For a current patch list, tips, handy files and books on
BorderManager, go to http://www.craigjconsulting.com ***

Similar Messages

  • Email spam filters - rules, help

    I have been getting hammered with spam to my .me / .icloud email address. I know this is an Apple mail problem as the email is also going to the .icloud account I have set up for my 9 year old daughter. The problem is I have setup rules to ignore these emails using the from domain (.tk) but the emails still make it to our inbox. All of them have attachments in them and I am scared my daughter will open one these attachments even though I have told her not to open any of the emails.
    What I have setup as the rule is as follows:
    1. if all > from > contains > .tk
    2. move message > to mailbox = junk
    Is there any other rule I need to setup to get these messages to skip both our inboxes. These are what these spam emails look like:
    I have been forwarding all these to spam@me but that doesn't seem to be doing much help.
    Thanks,
    Christoper

    There could be several reasons why they are still in the inbox. Make sure junk filtering is enabled in Mail's preferences and that you have it set to move junk messages to the junk mailbox and not to leave them in the inbox.
    Rules only apply to new incoming messages. If they are being read on another device first, the rule filtering will not be applied to those messages on the computer.
    The order of the rules in the rules list is very important. Make sure you have no other rules ahead of it that will cause this particular one not to be applied.
    You can test a rule manually by highlighting a message and right click on the message in the list. Choose apply rule. If the rule is good, it should perform the action you have set up.
    I assume both you and your daughter have seperate devices and seperate accounts and you can't get it to work on either. I have also been getting these spam messages to one of my iCloud aliases.

  • Filtering rule is not work

    I need to sync the iPlanet LDAP server to Meta Directory Server Meta View. I apply filtering rule on Meta-Directory Server when I want to block some sub-trees. e.g ou=sale, o=company. However, the filtering rule seem does not work. The ou=sale, o=company is still flow to Meta View.
    Does anybody help?

    You say "is still flow to Meta View", so I guess you first tested if it works and afterwards you set the filter right?
    If my guess is correct, you have the problem that your filter is not recognized by the join engine because your entry already has it's meta-directory attributes, especially the mdslinktocv in meta view and mdslinktomv in connector view (see Configuration and Administration Guide p. 324). These attributes link two entrys to each other and if this link is set, the filters and some other rules are ignored (at least, this is what I guess). This feature (or should I call it a bug?) is not documented very well.
    So if you want your rules to work, delete the meta-directory attributes and try again.
    If this doesn't help you, you should post your rule syntax, perhaps there is a typo or something.

  • PCG 7: Flow Rules help

    E-Bus 11i Flow Rules Help
    Hi I need to create a flow rule that will notify an employee's supervisor when a user updates their own employee record.
    So I need to link the LAST_UPDATED_BY of the currently updated record to employee_id from FND_USER
    where the FND_USER.USER_ID = <current>.LAST_UPDATED_BY
    I'm looking at my Flow Rule Launch Criteria, but I cannot see how I can say....
    COLUMN=LAST_UPDATED_BY
    CONDITION=Equals
    VALUE= <result of my SQL> <==========
    It looks like I can only put specific hardcoded values in here ??
    Any ideas, or examples for this type of thing?
    Is my requirement clear?
    Thanx
    Russell Foster

    Hi Foster
    In the launch criteria you can specify under the table name FND_USER, Relationship keys would be (USER_NAME, USER_ID)
    please check the check box "UPdate" uncheck "Insert"
    coming to the columns enter value "LAST_UPDATE_BY" and condition "IS Update"
    the value part cannot be updated.
    The launch criteria created specifies that when ever the colum Last_update_by of FND_USER is updated the flow rule will get fired.
    Please try and let me know if u face any issues
    thanks

  • Social Security rule Help

    Hello all,
    Not sure if this is every company, but we have pretty strict rules for SSN's. We use the C150. We have the following rule to catch the main SSN offensives and this works very well.
    ssn: if (recv-listener == 'OutboundMail') AND body-contains("\\b[0-9]{9}\\b|\\b[0-9]{3}[-]+[0-9]{2}[-]+[0-9]{4}\\b|\\b[0-9]{3}[\\t]*[0-9]{2}[ \\t]*[0-9]{4}\\b|\\b[0-9]{3}[,]+[0-9]{2}[,]+[0-9]{4}\\b|\\b[0-9]{3}[;]+[0-9]{2}[;]+[0-9]{4}\\b|\\b[0-9]{3}[:]+[0-9]{2}[:]+[0-9]{4}\\b|\\b[0-9]{3}[.]+[0-9]{2}[.]+[0-9]{4}\\b|\\b[0-9]{8}\\b", 1)
    But, we actually need to catch 9 digit numbers also such as 555555555. We are having a lot of problems with this rule and making it work good. So far, we have caught ticket numbers, HTML font classes, Outlook meetings, etc. I know this is going to be a tough rule, but wondering if anyone else had luck making one work. This one seems to catch 9 digit numbers if there is a letter on either side or more than a 9 digit number, but not if it has a hypen, period, comma, etc on either side.
    ssn_8_or_9_digit: if (recv-listener == "OutboundMail") AND (body-contains("([^\\w=-@:]|^)\\b[0-9]{9}\\b([^\\w=-@:]|$), 1)
    Please let me know if anyone has luck.

    In version 6.1 (or above?)
    Smart Identifiers
    When you use message rules that scan message content, you can use smart identifiers to detect certain patterns in the data.
    Smart identifiers can detect the following patterns in data:
    • Credit card numbers
    • U.S. Social Security numbers
    • CUSIP (Committee on Uniform Security Identification Procedures) numbers
    • ABA (American Banking Association) routing numbers
    To use smart identifiers in a filter, enter the following keywords in a filter rule that scans body or attachment content:
    Syntax
    When you use a smart identifier in a filter rule, enter the smart-identifier keyword in quotes within a filter rule that scans the body or attachment file, as in the example below:
    CHAPTER 4: POLICY ENFORCEMENT 171
    You can also use smart identifiers in content filters and as a part of content dictionaries.
    Note — You cannot combine a smart identifier key word with a normal regular expression or another key word. For example the pattern *credit|*ssn would not be valid.
    Note — To minimize on false positives using the *SSN smart identifier, it may be helpful to use the *ssn smart identifier along with other filter criteria. One example filter that can be used is the “only-body-contains” filter condition. This will only evaluate the expression to be true if the search string is present in all of the message body mime parts.
    For example, you
    could create the following filter:
    SSN-nohtml: if only-body-contains(“*ssn”) { duplicatequarantine(“
    Policy”);}

  • Any filters to help with horizontal line jitters on ntsc monitor

    Hey Guys,
    I am working on a project that has alot of office forms that appear on screen. The horizontal lines of the forms wiggle like crazy on the ntsc monitor. Is there any filters that can stop the jitters?
    I am using FCP studio
    Thanks
    Ymir

    Hi:
    You can try with the standard Flicker Filter and adding a very small Blur. You must find the exact recipe for your footage.
    Hope that helps !
      Alberto

  • Applescript process message body from mail rule help please

    Would someone be kind enough to help me figure out how to do this?  I've been reading for hours on other posts and I can't get this to work.
    Here is an example:
    I would like to set up a mail rule to run an applescript that searches the body of the email for "-Front Door- Open".  I then want to parse the body and sets myDevice= "-Front Door-" and myState="Open".  After I have these variables set, I want to make an call to something like https://foo.me.com/api/token/${state.accessToken}/smartapps/installations/${app.id}/Notify?device=${myDevice}&type=ContactSensor&state=${myState}
    I understand how to do the mail rule, I just can't figure out the applescript part of it.

    The script works just fine - at least, as designed if not as expected.
    When the script runs, Mail and/or AppleScript looks for a perform mail action handler. If that is found, the commands within are executed.
    If there is no perform mail action handler then the script is run as-is (i.e. as if you clicked 'Run' in AppleScript Editor).
    And that's exactly what's happening here. In the first case (that works) the script is running because there's no (visible) perform mail action handler.
    In the second case where it apparently doesn't work, there is a handler, so that handler is being executed. Any code outside that handler is ignored (unless it's called from within the perform mail action handler.
    Since your 'say' command is outside the handler, it is ignored. However, if you move it inside the perform mail action handler you'll hear your speech.

  • Business rules help

    Hi da,
    I have few queries on business rules.
    1. what is the use of business rules ? and how can we use and where can we use it. is there any usefull guide?
    I can see BR outline tab in EAS console with some of functions. ( I just recently finished my essbase training and we never told about these business rules).
    2. In shared services when I try to open Business Rules under projects it is showing the error" Refer to essbase security guide" . ( I externalized all users to Shared services). So how can I access Business Rules in shared serives? or is there any other way to access.
    {OS: windows server 2003 sp2
    DB: Sql Server 2005
    Hyperion System 9( 9.3.1).}
    Help will be appreciated.
    Thanks and Regards,
    Sri-Oralce.

    Hi Sri,
    1. Basics of BR ( Business Rules ) can be found in planning document ( there are 2 planning docs 1. user guide and 2. Admin guide). Pls find that
    2. From Planning perspective , we create Business Rules ,which are nothing but another version of essbase calculatino scripts , thats why you do see in EAS.
    3. Essbase training does not include Business Rules ( planning does include).If you are comfortable with calculation scripts, then BR's should be comfortable to you.
    4. To see BR's in shared services , I have a question , did you install Planning and all.
    Sandeep Reddy Enti
    HCC
    http://hyperionconsultancy.com/

  • Keyword Filtering please help !!!!!

    Hi all,
    I am doing my program which is a web browser with filtering funciton, it's running properly now but it have some problem with the keyword filtering function, it still not work properly. I try out a target webpage but that page still displaying...
    I suppose to save a webpage into the 'Website.txt' (I use BufferReader and BufferWritter), and compare it with the content of 'Keyword.txt'. IF the keyword are match more than 5 times then the website will be blocked.
    I set the keyword in my Keyword.txt with this word "car" and then try to access this webpage:
    http://db.gamefaqs.com/console/ps2/...t_auto_sa_h.txt
    which content a lot of word "car" ( I checked already). But at the end the page still displaying...
        String B;
        String K = null;
        String W;
        BufferedReader in = new BufferedReader(new FileReader("Banned.txt"));
        BufferedReader in0 = new BufferedReader(new FileReader("Website.txt"));
        BufferedReader in1 = new BufferedReader(new FileReader("Keyword.txt"));
        boolean found = false;
        boolean found1 = false;
    ///////// Recognize the URL Address  //////////////   
        while ((B = in.readLine()) != null) {
         if (urlText.equals(B)) {
          found = true;
          break;            
        if (found) {
         JOptionPane.showMessageDialog(null,"Website Blocked !");   
        else {
         chautaripane.go(url);
    //////// Recognize the keyword  /////////////////   
        BufferedReader inR = new BufferedReader(new InputStreamReader(url.openStream()));
        BufferedWriter buffWrite=null;
        String str;
        buffWrite=new BufferedWriter(new FileWriter("Website.txt"));
        while ((str = inR.readLine()) != null) {
              buffWrite.write(str);
                    buffWrite.flush();
                    buffWrite.close();
                    inR.close();
       int count = 0;
       int lastindex = 0;
    ////Try to compare and search the keyword
        while ((K = in1.readLine()) != null) {
            while ((W = in0.readLine()) != null) {
            if(W.indexOf(K,lastindex)!=-1)
                count++;
                lastindex=W.indexOf(K,lastindex);
      /////////// If the Keyword appear more than 5 times //////////
        if (count>=5) {
         JOptionPane.showMessageDialog(null,"Website Blocked !");
          System.out.println("found"+found1);
        else {
         chautaripane.go(url);
         System.out.println("not found"+found1);
      ///////////////// Catch exception ////////////////////// 
       } catch (MalformedURLException urlException) {
        System.out.println("Error in ActionListener for URL... ");
        urlException.printStackTrace();
       catch (FileNotFoundException e) {
       catch (IOException e) {
    );The content of my 'Keyword.txt' are
    car
    gun
    I implement this function in my 'dcToolBar' class, I have no idea why it's not working because the code seems very logic already....
    Can someone please teach me some solution, I really cry out due to this problem, PLEASE HELP ME !!!

    You may want to store that words that you want to block in memory, maybe using a patricia trie or a hashtable. I created a sample blocker application to demostrate a solution to the issue posted. Refer to 'main' on usage.
    rashid mayes
    www.astrientlabs.com
    public class WordChecker
        public static final int MAX_ALLOWED = 5;
        private Map blockedWords = new HashMap();
        public WordChecker()
        public void addBlockedWord(String text)
            HitCounter hitCounter = new HitCounter();
            hitCounter.text = text.toLowerCase();
            blockedWords.put(hitCounter.text,hitCounter);
        public void checkWord(String w) throws TooManyInstancesFoundException
            HitCounter hitCounter = (HitCounter)blockedWords.get(w.toLowerCase());
            if ( hitCounter != null )
                hitCounter.hits++;
                if ( hitCounter.hits > MAX_ALLOWED )
                    throw new TooManyInstancesFoundException(hitCounter);
        public void addBlockedWordsFromFile(File f) throws IOException
            BreakIterator bi = BreakIterator.getWordInstance();
            BufferedReader br = new BufferedReader(new InputStreamReader(new FileInputStream(f)));
            String line;
            int start = 0;
            int end = 0;
            while ( (line = br.readLine() ) != null )
                bi.setText(line);
                start = 0;
                end = 0;
                while ( (end = bi.next()) != BreakIterator.DONE )
                    addBlockedWord( line.substring(start,end) );
                    start = end;
        public void checkFile(File f) throws IOException, TooManyInstancesFoundException
            BreakIterator bi = BreakIterator.getWordInstance();
            BufferedReader br = new BufferedReader(new InputStreamReader(new FileInputStream(f)));
            String line;
            int start = 0;
            int end = 0;
            while ( (line = br.readLine() ) != null )
                bi.setText(line);
                start = 0;
                end = 0;
                while ( (end = bi.next()) != BreakIterator.DONE )
                    checkWord( line.substring(start,end) );
                    start = end;
        public static void main(String[] args)
            try
                WordChecker blocker = new WordChecker();
                blocker.addBlockedWordsFromFile(new File("g:blocked.txt"));
                blocker.checkFile(new File("g:in2.html"));           
            catch (Exception e)
                e.printStackTrace();
            System.exit(0);
    class HitCounter
        protected String text;
        protected int hits;
    class TooManyInstancesFoundException extends Exception
        public TooManyInstancesFoundException(HitCounter hitCounter)
            super("Too many instances of '" + hitCounter.text + "' have been found.");
    }

  • Filtered (rules) messages and mail ...

    Hi ~
    My screen name "never-mac?" comes from the fact that - as a 25+ year PC user - I said "I'll never get a MAC!!" Never say never!! I bought a MACBOOK for home (to avoid the VISTA experience,) and requested an iMAC for my new work computer.
    All that being said, here's my "filtered" mail problem:
    On my PC, I used Eudora for my email client; and, filtered messages would automatically forward to the selected mailbox. BUT ... when that happened, the appropriate mailbox would "open" on the status bar. Then, I could look at the message, and determine - immediately - whether or not to read it right away.
    On my iMAC and/or MACBOOK, filtered messages are automatically forwarded and I hear a sound that I received mail. BUT, I have no clue which mailbox - of many, especially at work - has the "new" mail in it .... without searching every mailbox.
    So, my specific question is .... Is there any way to tell Mail to highlight and/or open the mailbox that just received the filtered message?
    Any advice that anyone can give me will be greatly appreciated!! I LOVE my new MAC's; but, "it takes a while to teach an old dog new tricks."
    Thanks!!!

    Hi “never-mac?”
    Not sure what your problem really is. Unless you’re telling your rules to mark the messages as read, you should be able to easily identify which mailboxes have unread messages in them because they show the number of unread messages to the right of the mailbox name.
    Also, you could set up a Smart Mailbox that shows all your unread messages, no matter where they are...

  • Should have said "I need Mail Rule help" .. sorry

    I know this has probably been solved many times and is old hat to a lot of you. I am trying to create an applescript that forwards only the body of an e-mail to my cell phone triggered from a Mail rule. It runs fine in the editor but not as a Mail rule. I may even want to restrict it to the first 200 characters. I've read that maybe I have to set up a sub routine but I don't know how to do that. I've spent way too much time trying to figure out why it won't work. I'm old and don't like wasting my precious time (lol) Any help would be appreciated. Here's the script. It's been put together with some I saw on the net. Thanking in advance.
    using terms from application "Mail"
    on perform mail action with messages theMsges
    tell application "Mail"
    repeat with AMessage in theMsges
    set theSelection to selection
    set theMessage to item 1 of theSelection
    set msgText to content of theMessage
    set newMsg to make new outgoing message with properties {subject:"test", content:msgText}
    tell newMsg
    make new to recipient at end of to recipients with properties {address:"my cell phome email address"}
    end tell
    end repeat
    send newMsg
    end tell
    end perform mail action with messages
    end using terms from
    using terms from application "Mail"
    on run
    tell application "Mail" to set sel to selection
    tell me to perform mail action with messages (sel)
    end run
    end using terms from

    bigredlions wrote:
    It runs fine in the editor but not as a Mail rule.
    I've seen posts on the Web that this ability was 'broken' with Leopard.
    You could just set up a Mail Rule to Forward incoming messages (however, the complete message will bb fwd, no way to limit to 200 characters.

  • Are there a good set of filters to help me diminish the "tunnel" effect?

    Hello!
    I have some audio attached to an interview that was shot in the worst acoustics ever. The room makes the interviewee sound as if he's talking in a tunnel.
    The video is AWESOME, but the audio however could use anything. Even just the slightest thing/filter will help.
    Does Soundtrack have a couple filters that would help diminish this effect? Any advice, ideas, or shots in the dark could help... ; )
    Thanks,
    JS

    The best filter to deal with crappy audio is an excellent set of headphones worn by someone who has the chops to ride herd on the audio levels and quality. I suppose this is one of those, live and learn experiences.
    Other than paying attention at the time of recording, google "removing reverb from audio" and have fun reading. The basic problem is the stuff you want to remove is exactly in the same frequencies as what you want to save. Remove the reverb, you also remove the main audio.
    If the reverb is much quieter than the main audio, you can try a noise gate. Don't add too much or the audio just pumps. Perhaps someone has recently invented a magic bullet for this problem but in my experience, the "rescued" audio often sounds worse than the original.
    Good luck.
    x

  • Defaulting Rule - Help Needed

    hi,
    I want to default the Order Line based on specific Item. I have created the Defaulting Condition Template specifying the item for Entity Order Line.
    At the Item Type : I have added a new defaulting condition with a precedence later than the Regular Line and have added a constant value as the order line type.
    But it doesnt seem to work out. I have compiled the defaulting rules. But it still does not seem to work out.
    Can any one help or atleast point out how to get this thing working ?
    The idea is to have separate line type created for manufactured shippable items and separate line type for service items. Service module is not being implemented.
    since, the number of service items are not large so I am planning to hard code with the service items.
    I am not sure how the PL/SQL process would work. But if somebody could point out the PL/SQL usage for this with pseudo code. I think it might help out.
    Thanks,
    Dhiraj

    Hi Dhiraj,
    I understand that you are looking for different line types for different item types. This can be easily set up in the transaction type definition form itself. You don't have to setup special defaulting rules for this.
    In the transaction type form , when you assign line flows, it lets you choose item type. So you can set different line types for each item_type.
    Regards,
    Swapna.

  • Outsorting Check(rule) help

    Hello Experts,
    A new outsorting check(rule) will need to be developed to check during a final billing procedure each contract/installation's number of service days in the billing period, if the number of service days exceeds the numeric value set in the configuration table than the billing document will be placed in the billing outsort list for verification.
    Please can someone explain me how work with the outsorting check is this a regular abap program or it needs to be created in somewhere else? How apply the check to the billing procedure once is done, please experts guide through this, thanks in advance.
    Regards, Norman Vargas

    See the help documentation of the following activity in configuration.
    SAP Utilities>Tools>System Modifications>User-Defined Enhancements for Billing>Define Check List for Billing
    Your function module should be named ISU_VAL_ZNO_OF_DAYS according to this documentation.
    The interface of the function module should be like this
    *"       IMPORTING
    *"             REFERENCE(X_TE327) LIKE  TE327 STRUCTURE  TE327
    *"       CHANGING
    *"             REFERENCE(XY_OBJ) TYPE  ISU2A_BILLING_DATA
    *"             REFERENCE(XY_OUTCNSO) LIKE  ERCHO-OUTCNSO
    *"       EXCEPTIONS
    *"              GENERAL_FAULT
    Edited by: Srinivas Adavi on Nov 4, 2009 5:59 PM

  • PE02 Rule Help

          VALEN 2    Set length v.key     
          VAOFF 2    Offset lgth var. key 
        " OUTWPPLTSC Personnel subarea   
              SCOND=F IF If condition false
          " L1                           
              SCOND=T IF If condition true
          " L3                           
              SCOND=T IF If condition true
    I have a structure that looks like what is shown above and I want
    to add a rule that says if the field empct from IT0007 is less
    than 48.0 then SCOND=F IF, else SCOND=T IF.  This would apply
    for L1 and L3.  I'm not an expert on schema so any help would be
    appreciated.

    Hi
    Check this it may help you  try this and if any problem reply.
    Re: personnel rule; employment percentage
    <b>Reminder : Points should be given on answers.</b>

Maybe you are looking for

  • Rating a RAW thumbnail causes it to rotate and lock.

    I use Bridge (CS3) to examine all the RAW files from my shoots and select the best for further processing in ACR. To do this I rate the thumbnails/images using the star system. This works OK for RAW images that are in landscape (horizontal) format, b

  • How to export into excel in oracle ebs forms

    Hi all, I am trying to export form data into excel through Internet explorer , When I select all records and try to export it into excel after some time it open other windows for login , Please tell me how to export it into excel. Thanks

  • Copy & Paste Data to htmlb:textEdit

    Hi, when I Copy & Paste Data from MS Office to <htmlb:textEdit> the following occurs: 1) In the <htmlb:textEdit> note, the content is displayed without formatting. (OK) 2) Saved content is displayed without formatting in the backend. (OK) 3) Printing

  • How to install the HP Designjet 510 42in Printer driver in the W2008 R2 print cluster?

    How to install the HP Designjet 510 42in Printer driver in the W2008 R2 print cluster?

  • Execute user defined push button in BackGround

    Hi Guys,               I have a report with selection screen. I have defined a pushbutton on selection screen. My requirement is when I put my program in Background its should execute the pushbutton's code not the F8 button. How to achieve this. Than