Received response from host (router IP address) with invalid source port 32784

I replaced my old wireless router with a Cisco Linksys E4200, running firmware version 1.0.02 build 13  May 24, 2011.  About once a minute the router sends an unsolicited DNS message to the IPV4 multicast address 01:00:5e:00:00:fb with a destination IP address of 224.0.0.251.  The unsolicited message is a DNS response with source port 32784, transaction ID 0, flags 0x8400 (standard query response, no error), questions 0, answer RRs 2, authority RRs 0 and additional RRs 1.  The two answers both relate to the router itself: one has Name Cisco18738.local, type A (host address), class 1 (IN), cache flush true, time to live 1 minute, data length 4, and the address of the router.  The other is the reverse of the same address.  The additional record is for Cisco18738.local, type NSEC, class IN, cache flush true, time to live 1 minute, data length 5, next domain name Cisco18738.local, RR type A (host address).
When my desktop computer receives these messages it logs an error, for example: "Jun 23 07:39:22 sauterws02 avahi-daemon[1067]: Received response from host 10.146.9.1 with invalid source port 32784 on interface 'eth0.0'"  The 10.146.9.1 is the router's IP address.  I also see these messages on the wireless link from my laptop.
I suppose the E4200 is generating these DNS messages in a misguided attempt to make sure there is no old information about its name.  Is there a way to turn them off?  If not, is there a way to report this to Cisco as a bug?
Solved!
Go to Solution.

gv wrote:
1. To contact Linksys, call support.
2. From the internet draft: "Multicast DNS implementations MUST
silently ignore any Multicast DNS Responses they receive where the
source UDP port is not 5353." Your avahi-daemon does not comply with this draft.
Thank you for the reference.  For the sake of others who may read this thread, the current draft of multicast DNS is at http://www.ietf.org/id/draft-cheshire-dnsext-multicastdns-14.txt. 
Here is the whole paragraph from which you quoted, from section 6 (Responding): "The source UDP port in all Multicast DNS Responses MUST be 5353 (the well-known port assigned to mDNS). Multicast DNS implementations MUST silently ignore any Multicast DNS Responses they receive where the source UDP port is not 5353."
Thus, it appears that there are two errors here: the Cisco E4200 is not using 5353 as the source port, and the logger is not silently ignoring it.
The message appears to be an announcement rather than an actual response to a query.  In section 8.3 (Announcing) I found this paragraph: "A Multicast DNS Responder MUST NOT send announcements in the absence of information that its network connectivity may have changed in some relevant way. In particular, a Multicast DNS Responder MUST NOT send regular periodic announcements as a matter of course."  Thus, it appears that there are three errors here.

Similar Messages

  • I have my daughters Ipod, my iphone, my wife's Iphone and Ipad on the one Apple ID.  Since the latest update we are receiving Imessages from our daughter's Ipod with my wife's caller ID on the one message strand.  Can I fix this problem?

    I have my daughters Ipod, my iphone, my wife's Iphone and Ipad on the one Apple ID.  Since the latest update we are receiving Imessages from our daughter's Ipod with my wife's caller ID on the one message strand. 
    Is it possible to differentiate between all the devices?Can I fix this problem?

    I recommend that you
    Create a NEW account/ID for her using these instructions. Make sure you follow the instructions. Many do not and if you do not you will not get the None option. You must use an email address that you have not used with Apple before.
      Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card
    Use the new ID on her iPod but only for:
    Settings>Messages>Send and Receive
    Settings>FaceTime
    and Settings>iCloud if you want her to have separate Contacts Calendar and some other things.
    Continue to use the same/common Apple ID for Settings>iTunes and App stores so you can share purchases.

  • TS4002 Help, I can't receive emails from a specific email address!

    Help, I can't receive emails from a specific email address!

    https://discussions.apple.com/thread/4388008
    https://discussions.apple.com/thread/4742210?tstart=0

  • Issue with receiving response from web application

    Hi,
    I have configured B2B with business protocol as 'Custom document document over Internet', document exchange protocol as AS2-1.1 and transport protocol HTTPS1.1 to invoke a web application deployed in Oracle Application server. B2B is able to invoke the web application with HTTPS request which contains an xml.
    I have set the acknowledgment mode as 'Sync' and 'Is acknowledgement handled by B2B' as true. But while receiving the response from web application which is an xml, B2B is showing the error as
    Description: Unable to identify the document protocol of the message
    StackTrace:
    Error -: AIP-50083: Document protocol identification error
         at oracle.tip.adapter.b2b.engine.Engine.identifyDocument(Engine.java:3244)
         at oracle.tip.adapter.b2b.engine.Engine.processIncomingMessage(Engine.java:1665)
         at oracle.tip.adapter.b2b.msgproc.Request.postTransmit(Request.java:2382)
         at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1825)
         at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:974)
         at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1166)
         at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:833)
         at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:400)
         at java.lang.Thread.run(Thread.java:534)
    I have added headers as present in the wire message of the request. In B2B, it is showing the wire message for response as follows.
    TO_PARTY=XXX
    AS2-To=XXX
    DOCTYPE_NAME=TestAS2DT
    DOCTYPE_REVISION=1.0
    Date=Tue, 03 Nov 2009 06:09:22 GMT
    AS2-Version=1.1
    AS2-From=YYY
    Content-Transfer-Encoding=binary
    [email protected]
    ACTION_NAME=TestAS2_BA
    Content-Type=application/xml
    Server=Oracle-Application-Server-10g/10.1.3.4.0 Oracle-HTTP-Server
    MIME-version=1.0
    User-Agent=AS2 Server
    FROM_PARTY=YYY
    Content-Disposition=attachment; filename=1.0
    Connection=Keep-Alive
    From=YYY
    Keep-Alive=timeout=15, max=100
    <?xml version="1.0" encoding="UTF-8"?>
    <Books>
    <Book>
    <BookTitle>Ajax Hacks</BookTitle>
    <Author>Bruce W. Perry</Author>
    <PubDate>March 2006</PubDate>
    </Book>
    </Books>
    I am able to see the xml sent as response from web application in Payload as follows.
    <?xml version="1.0" encoding="UTF-8"?>
    <Books>
    <Book>
    <BookTitle>Ajax Hacks</BookTitle>
    <Author>Bruce W. Perry</Author>
    <PubDate>March 2006</PubDate>
    </Book>
    </Books>
    I am able to see the HTTP response in b2b_dc_transport.log. In transport log it is not showing any error. Please help me to fix this issue.

    Hi,
    Request and Response should be part of same agreement. I hope you are not confused between Acknowledgement and Response. Acknowledgement can be received in the same session (sync mode) but Response will always come in a different session and will be treated as a different document. If, for request, party A is initiator and B is responder then for response party B will be initiator and party A will be responder (as Requset and Response are two docs in case of Custom Document)
    For configuring X-Path, please refer section 8.3.11 Configuring the XPath Expression for a Custom XML Document at below link -
    http://download.oracle.com/docs/cd/B14099_19/integrate.1012/b19370/busact_coll.htm#sthref784
    Please let us know whether you are trying to receive a response or Ack?
    Regards,
    Anuj

  • Urgent:No response from host

    Hello,
     Sir when I try to connect my nokia 7610 from usb cable to  computer , is shows an message in my mobile "No resonse from host", and my mobile is not able to connect by computer
    I tried lot of options , used nokia suite cleaner , changed usb cable lot of times but all in vain
    Lot of user are getting this error.
    Personal details removed by a moderator. We kindly ask you not to share your personal contact details or your email address publicly on this forum.

    Check with your BASIS. They need to assign the Host Spooler ID to the printer.

  • I am not receiving emails from a static IP address becasue icloud server thinks its spam when it isn't

    I am not receiving emails only from on preson. they get a message bumped back to them indicating that there is a DHCP block from there static IP address. What I gather is the icloud server thinks these emails are spam coming from the IP address so it's blocking it. How do you unblock it becasue it's not spam?

    the email provider is icloud.com email address. It has blocked a specific static IP address that is a customer I do regular business with. I get all other emails just fine. I event sent an email to myself from my work email which is from a static DHCP server and  it went through with no problems. It appears the icloud server has blocked a specific IP address because they think it's spam or something in a title of an email may have looked like it had illegal content. So I guess the email provider is Apple? Who do you contact? I know that they can change this by unmasking the IP address.

  • Not receiving email from my work email address.

    Hey Everyone,
    Normally it would be a blessing but I cannot send emails to my icloud/me account from my work email address.
    This was working last Thursday morning but then stopped working towards the afternoon. I have tried sending a test email with a send receipt but even the test email is not working. I have spoken to our technicians at work and they have confirmed that all mail have left our email server.
    Emails from other sources that are being sent to my icloud/me account are working.
    Has anyone ever had this problem?
    Thank you in advance.

    Perhaps your work's domain address is being incorrectly identified and filtered out as spam. If that were the case you would need to contact iCloud support for assistance.  (See "Troubleshooting false positives here: http://support.apple.com/kb/HT4899.)

  • ESB is not receiving response from BPEL

    I have routing rule in ESB which routes the input to BPEL process.
    ESB is not receving any response from BPEL
    When I execute BPEL process independently, BPEL process is completing successfully and returning response.
    but when I invoked (Sync/Async) it from ESB, I am simply getting empty response back.
    in ESB console I got following message
    An unhandled exception has been thrown in the ESB system. The exception reported is: "com.oracle.bpel.client.delivery.ReceiveTimeOutException: Waiting for response has timed out. The conversation id is 7836DD907BDE11DCBFEDA1C287EB1942. Please check the process instance for detail. at com.evermind.server.rmi.RMICall.EXCEPTION_ORIGINATES_FROM_THE_REMOTE_SERVER(RMICall.java:109) at com.evermind.server.rmi.RMICall.throwRecordedException(RMICall.java:125) at com.evermind.server.rmi.RMIClientConnection.obtainRemoteMethodResponse(RMIClientConnection.java:517) at com.evermind.server.rmi.RMIClientConnection.invokeMethod(RMIClientConnection.java:461) at com.evermind.server.rmi.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:63) at com.evermind.server.rmi.RecoverableRemoteInvocationHandler.invoke(RecoverableRemoteInvocationHandler.java:28) at com.evermind.server.ejb.StatelessSessionRemoteInvocationHandler.invoke(StatelessSessionRemoteInvocationHandler.java:43) at __Proxy10.request(Unknown Source) at com.oracle.bpel.client.delivery.DeliveryService.request(DeliveryService.java:104) at com.oracle.bpel.client.delivery.DeliveryService.request(DeliveryService.java:67) at oracle.tip.esb.server.service.impl.bpel.BPELService.processBusinessEvent(BPELService.java:380) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatchNonRoutingService(InitialEventDispatcher.java:106) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatch(InitialEventDispatcher.java:85) at oracle.tip.esb.server.dispatch.BusinessEvent.raise(BusinessEvent.java:1416) at oracle.tip.esb.utils.EventUtils.raiseBusinessEvent(EventUtils.java:105) at oracle.tip.esb.server.service.EsbRouterSubscription.onBusinessEvent(EsbRouterSubscription.java:273) at oracle.tip.esb.server.dispatch.EventDispatcher.executeSubscription(EventDispatcher.java:138) at oracle.tip.esb.server.dispatch.DeferredEventDispatcher.processSubscriptions(DeferredEventDispatcher.java:150) at oracle.tip.esb.se
    Thanks
    Praveen

    Is it possible to add several checkpoint in embedded java too your process to see where (on which activity) it fails.
    no extra information in the domain.log of bpel on this process ?
    it's possible that the bpel is started, the first activity executes ok, but the second fails ( for example xslt error) and if the process isn't dehydrated , you wont see any output in the console, but the process is already started..

  • No response from host

    Hi,
    Yesterday I was trying to connect my mobile to PC through Nokia Ovi Suite. But my mobile shows 'No response fron host'. Please tell me what to do??????
    Regards,
    Gaurav

    GauravD0704 wrote:
    Hi,
    Yesterday I was trying to connect my mobile to PC through Nokia Ovi Suite. But my mobile shows 'No response fron host'. Please tell me what to do??????
    Regards,
    Gaurav
    Which device? Are you using Bluetooth, USB.....?
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • Don't receive emails from a few business addresses

    Is there anything I can do to receive emails on my blackberry from a few of the companies I represent?  I never seem to receive these email from them on my blackberry.  I realize this when I get home and check my Outlook.

    Have tried sending service books to your device?
    If not then go to Email Settings icon on your home screen. Login using the user name and password (if already set by you). Under Settings click on Service Books, Now click on send service book. You'll receive mails from activation server.
    tanzim                                                                                  
    If your query is resolved then please click on “Accept as Solution”
    Click on the LIKE on the bottom right if the post deserves credit

  • Can't send or receive mail from certain e-mail address...

    Has anyone ever run into an instance where you couldn't send or receive mail to a 1 specific e-mail address? Even after adding the address to your contact list?
    Here's my situation. There is one person that is trying to e-mail me, but no matter what they do the e-mail won't come through to my icloud account. I seem to be the only person that's not getting the e-mail and even if someone else forwards or replies to this person it won't work. The first time I noticed it was a thread started by the e-mail address, then forwarded to a bunch of people by someone else. Everyone on the list got the message but me and was responding.. eventually 4 or 5 responses down the line I got someone's response with the chain of e-mails in it. I've tried getting the e-mail forwarded to me by various e-mails. Seems hit and miss. I did find that if I got the e-mail sent to my hotmail account then forwarded to icloud that worked. Trying the same thing through my work e-mail did not. If I tried to send an e-mail to this person originating from icloud to this person and cc'd my work and hotmail account. I didn't get the e-mail in my work or hotmail account nor did the person receive the message. Sorry if this is confusing, tried to make it as simple as possible. Any ideas about what could be going on? Only thing that comes to mind is that there is something about the message that apple is flagging as spam/junk and it never makes it through. (Nothing comes into my Junk mail folder either)
    Thanks,
    -G

    checked the ip address of the computer when its connected to the router using the command promt.(example.....ip address: 192.168.1.100; Default Gateway:192.168.1.1).
    Open an internet browser (ie, mozilla, netscape,etc.). Type at the address bar the default gateway (192.168.1.1). and you will see a username and password promt for your router. Leave the username blank and use admin for your password, if it doesn't work use the password you setup the router to..
    Once you see the setup page.... you'll be at basic setup sub tab under setup. Look for MTU. Set it to MANUAL and LOWER IT TO 1300.  Save the settings. Check your outlook if its working....If its Does't work do this
    Go to Applications and Gaming tab.
    Look for a port triggering sub tab. type it this way
    Application NameTrigger Port RangeIncoming Port Range
    application       triggered range     forwarded range
    E-mai                 l25 ~ 25                   113 ~ 113
    forwarded range is equevalent to incoming port rage...
    hope this will solve your concern.... 

  • Can't Send or Receive Email from Exchange behind ASA 5510 with CSC SSM

    We are upgrading from a Pix 515e to a ASA 5510 with CSC SSM.  We cannot send outbound email or receive any email from the outside world. I have placed a call with Cisco Support with no luck. Here is a copy of my config:  Any Help would be appreciated.
    show config
    : Saved
    : Written by enable_15 at 07:17:44.760 CST Wed Jan 18 2012
    ASA Version 8.4(3)
    names
    interface Ethernet0/0
    nameif outside
    security-level 0
    ip address 216.XXX.XXX.XXX 255.XXX.XXX.XXX
    interface Ethernet0/1
    nameif inside
    security-level 100
    ip address 192.168.0.5 255.255.255.0
    interface Ethernet0/2
    shutdown
    no nameif
    no security-level
    <--- More --->
      no ip address
    interface Ethernet0/3
    shutdown
    no nameif
    no security-level
    no ip address
    interface Management0/0
    shutdown
    nameif management
    security-level 100
    no ip address
    management-only
    boot system disk0:/asa843-k8.bin
    ftp mode passive
    clock timezone CST -6
    clock summer-time CDT recurring
    object network obj-192.168.5.0
    subnet 192.168.5.0 255.255.255.0
    object network obj-192.168.0.0
    subnet 192.168.0.0 255.255.255.0
    <--- More --->
    object network obj-192.168.9.2
    host 192.168.9.2
    object network obj-192.168.1.65
    host 192.168.1.65
    object network obj-192.168.1.0
    subnet 192.168.1.0 255.255.255.0
    object network obj-192.168.2.0
    subnet 192.168.2.0 255.255.255.0
    object network obj-192.168.3.0
    subnet 192.168.3.0 255.255.255.0
    object network obj-192.168.6.0
    subnet 192.168.6.0 255.255.255.0
    object network obj-192.168.8.0
    subnet 192.168.8.0 255.255.255.0
    object-group service DM_INLINE_TCP_1 tcp
    port-object eq ftp
    port-object eq www
    port-object eq pop3
    port-object eq smtp
    object-group network Red-Condor
    description Email Filtering
    network-object host 66.234.112.69
    network-object host 66.234.112.89
    object-group service NetLink tcp
    <--- More --->
      port-object eq 36001
    object-group network AECSouth
    network-object 192.168.11.0 255.255.255.0
    object-group service Email_Filter tcp-udp
    port-object eq 389
    object-group protocol TCPUDP
    protocol-object udp
    protocol-object tcp
    object-group service DM_INLINE_TCP_0 tcp
    group-object Email_Filter
    port-object eq pop3
    port-object eq smtp
    object-group network Exchange-Server
    description Exchange Server
    network-object host 192.168.1.65
    access-list global_mpc extended permit tcp any any object-group DM_INLINE_TCP_1
    access-list outside_access extended permit tcp any object obj-192.168.9.2
    access-list outside_access extended permit icmp any any
    access-list outside_access extended permit tcp any object-group Exchange-Server eq https
    access-list outside_access extended permit tcp object-group Red-Condor object-group Exchange-Server eq smtp
    access-list outside_access extended permit tcp object-group Red-Condor object-group Exchange-Server eq pop3
    access-list outside_access extended permit object-group TCPUDP object-group Red-Condor object-group Exchange-Server object-group Email_Filter
    access-list inside_access_in extended permit ip any any
    access-list inside_access_in extended permit icmp any any
    <--- More --->
    pager lines 24
    logging enable
    logging console debugging
    logging asdm informational
    mtu outside 1500
    mtu inside 1500
    mtu management 1500
    ip local pool vpnpool 192.168.5.1-192.168.5.254 mask 255.255.255.0
    icmp unreachable rate-limit 1 burst-size 1
    icmp permit any outside
    icmp permit any inside
    asdm image disk0:/asdm-647.bin
    no asdm history enable
    arp timeout 14400
    object network obj-192.168.9.2
    nat (inside,outside) static 216.XXX.XXX.XXX no-proxy-arp
    object network obj-192.168.1.65
    nat (inside,outside) static 216.XXX.XXX.XXX no-proxy-arp
    object network obj-192.168.1.0
    nat (inside,outside) dynamic interface
    object network obj-192.168.2.0
    nat (inside,outside) dynamic interface
    object network obj-192.168.3.0
    <--- More --->
      nat (inside,outside) dynamic interface
    object network obj-192.168.6.0
    nat (inside,outside) dynamic interface
    object network obj-192.168.8.0
    nat (inside,outside) dynamic interface
    access-group outside_access in interface outside
    access-group inside_access_in in interface inside
    route outside 0.0.0.0 0.0.0.0 216.XXX.XXX.XXX 1
    route inside 192.168.0.0 255.255.0.0 192.168.0.1 1
    timeout xlate 3:00:00
    timeout pat-xlate 0:00:30
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    timeout floating-conn 0:00:00
    dynamic-access-policy-record DfltAccessPolicy
    aaa-server isaconn protocol radius
    aaa-server isaconn (inside) host 192.168.1.9
    timeout 5
    key XXXXXXX
    user-identity default-domain LOCAL
    aaa authentication ssh console LOCAL
    <--- More --->
    http server enable
    http 192.168.0.0 255.255.0.0 inside
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    crypto ipsec ikev1 transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-DES-SHA esp-des esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-DES-MD5 esp-des esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto ipsec ikev1 transform-set AEC esp-des esp-md5-hmac
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs group1
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set ikev1 transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
    crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
    crypto map outside_map interface outside
    crypto ca trustpoint _SmartCallHome_ServerCA
    crl configure
    crypto ca server
    shutdown
    <--- More --->
      smtp from-address [email protected]
    crypto ca certificate chain _SmartCallHome_ServerCA
    certificate
      quit
    crypto ikev1 enable outside
    crypto ikev1 policy 10
    authentication pre-share
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    telnet 192.168.0.0 255.255.0.0 inside
    telnet timeout 5
    ssh 192.168.0.0 255.255.0.0 inside
    ssh timeout 5
    console timeout 0
    management-access inside
    threat-detection basic-threat
    threat-detection statistics access-list
    no threat-detection statistics tcp-intercept
    ntp server 208.66.175.36 source outside prefer
    webvpn
    username cisco password 3USUcOPFUiMCO4Jk encrypted privilege 15
    <--- More --->
    class-map global-class
    match access-list global_mpc
    class-map inspection_default
    match default-inspection-traffic
    policy-map type inspect dns preset_dns_map
    parameters
      message-length maximum client auto
      message-length maximum 512
    policy-map global_policy
    class inspection_default
      inspect dns preset_dns_map
      inspect ftp
      inspect h323 h225
      inspect h323 ras
      inspect rsh
      inspect rtsp
      inspect esmtp
      inspect sqlnet
      inspect skinny 
      inspect sunrpc
      inspect xdmcp
      inspect sip 
    <--- More --->
       inspect netbios
      inspect tftp
      inspect ip-options
    class global-class
      csc fail-close
    service-policy global_policy global
    prompt hostname context
    call-home reporting anonymous

    Hello Scott,
    So Exchange server ip is obj-192.168.1.65 natted to 216.x.x.x
    object network obj-192.168.1.65
    "nat (inside,outside) static 216.XXX.XXX.XXX no-proxy-arp"
    The ACL says
    access-list outside_access extended permit tcp object-group Red-Condor object-group Exchange-Server eq smtp
    access-list outside_access extended permit tcp object-group Red-Condor object-group Exchange-Server eq pop3
    From witch ip addresses are you trying to send traffic to the exchange server?
    Please do a packet-tracer and give us the output
    packet-tracer input outside tcp x.x.x.x( Outside host ip) 1025 216.x.x.x.x 25
    Regards,
    Julio
    Rate helpful posts!!!

  • Thunderbird prefixes mail from BT yahoo email address with [SPAM]

    When I open Thunderbird to read mail from BT yahoo, the mail is prefixed with [SPAM]. This has happened in the last few days, BT maintain it is nothing to do with them and to my knowledge nothing has changed in the last months. The messages are not shown as spam in BT yahoo mail.
    Whislt talking to BT they sent me a mail which (as Thunderbird was opened) was received without the [SPAM] prefix and this morning an Amazon email was received whilst Thunderbird was open, again without the [SPAM] prefix.
    It does not do this with mail from an Orange/EE email address.
    Can I prevent this, please? (It is just annoying rather than critical and to me unfathomable)!
    This began on 19/10/14 after I had not used my computer for 5 days and I opened all 3 email addresses at once through Thunderbird (as pr normal) to receive 60 emails all prefixed [SPAM] - previously all was well - and BT had still filtered out the mails that I regarded as spam.

    Thunderbird does not use the word 'Spam', it uses the word 'Junk'.
    So if you are seeing 'Spam' then this is either being applied by the server or you have a program installed on your computer which is doing it. But it is not Thunderbird.
    I also use BT and it puts some emails in the Spam folder on webmail account.
    But if I get emails in Thunderbird with a 'Spam' entered at the start of the subject line then it has been put there by my anti-virus/firewall program.
    For example, I use Norton Anti-virus/firewall product and Norton will add 'Norton AntiSpam' to emails it thinks is spam. There is the facility to place exclusions in Norton.
    Other products such as 'spampal' or 'spamassassin' will also add the word Spam.
    So I would suspect that you have a program running that is doing this.

  • Still receiving messages from old work email address

    Does anyone know how to turn off or cancel an email address that you set up to send emails to the blackberry? I have tried several different things without any success. It's my old work account and I really do not need to receive these anymore.

    Hi and Welcome to the Forums!
    Well, it really depends on the conduit being used to send them to your BB.
    1) If it's BES or BPS, you need to contact those administrators and have them remove your BB from their configuration.
    2) If it's a BIS setup (retrieving, for instance, via POP, IMAP, or OWA), then you can delete the conduit:
    Setup > Email Settings > (login in prompted) > Highlight (don't click) the conduit > BBKey > Delete
    3) If you are receiving these emails as a forward configuration, you need to find the forwarding system and shut off the forwarding.
    Those are what I can think of...if you can tell us how this email is configured, perhaps we can guide you better.
    Cheers!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • When was the last time received correspondance from a specific email address?

    trying to find a history of all correspondence received from a specific email address

    Firefox doesn't do email, it's a web browser.
    If you are using Firefox to access your mail, you are using "web-mail". You need to seek support from your service provider or a forum for that service.
    If your problem is with Mozilla Thunderbird, see this forum for support.
    [http://www.mozillamessaging.com/en-US/support/] <br />
    or this one <br />
    [http://forums.mozillazine.org/viewforum.php?f=39]

Maybe you are looking for

  • K9N PLATINUM(NON SLI) DUAL CHANNEL MODE PROBLEM

    hi put a new system together with the following specs: amd am2 3800+(2ghz) k9n platinum 1.20 bios 2x512 kingston ddr2(667mhz) pci video(yes not pci-e)have not decided which vid card to get yet. 500w  psu 12v 35a,5v 25a,3.3v 25a liteon dvd burner seag

  • Can't open X5 projects in RoboHelp 7 for Word

    After upgrading from X5 to 7, I tried to work on some RoboHelp for Word projects sent by a colleague who created them in X5. He and I are both working with Word 2003. The Explorer stops responding when I try to open one of these projects or one of th

  • Problem in recognising the imported archives

    Hi All,     Inorder to increase the reusability, I've created a JAR file for some of the user defined functions (like lookup, etc) and imported that JAR (under imported archives) into XI from my local machine. But, in the UDF when I try to instantiat

  • Not visible in group messaging

    Hi, I have a Curve 8530 and have upgraded to the latest BBM version couple of weeks ago. For several weeks now some members of various groups cannot see my posts while some can. We are all on different models/service providers and  till last month BB

  • Text Message Transfer

    Hi, My iPhone 3GS will arrive in a matter of days. I would like to know if messages and contacts could be transfered via the SIM card? I'm currently on SE G900, Symbian OS v9.1. If not, is there anyway that i can perhaps like, type a txt file or some