Packet received from multicast broadcast has external IP

Hello,
I have a program set up to send a message over the network via multicast. When the message is received, it checks if the IP of the packet is equal to the local host's IP, and if it is it has different behaviour. This was working fine when working locally on the LAN, but when running it on a web-facing machine, the received packet's IP is being returned as its external Internet one, so I can't do the comparison to the local host's IP.
I don't have a ton of experience in this area so I don't know what is causing this to happen or how it can be fixed. Below is the excerpt from my code which compares the packet's IP to that of the local machine. Any insight would be appreciated, thanks in advance.
InetAddress address = packet.getAddress();
logger.debug(String.format("Received message from %s", address.getHostAddress()));
if (!(address.getHostAddress().equals(InetAddress.getLocalHost().getHostAddress())))
  logger.debug("Host address is not local address (" + InetAddress.getLocalHost().getHostAddress() + ")");
}

You need to enumerate all the NetworkInterfaces and all the IP addresses they represent, and check the incoming packet's source IP address against all of those.

Similar Messages

  • Can't receive from external mail

    I has look through the forum but unable to find a solution to my problem, so I hope someone here can help.
    I just upgrade one of our server from Tiger 10.4.11 to Leopard Server 10.5.5, now we only can send and receive inside our lan, but only can send, can't receive from outside our lan.
    As far as I can tell all our MX, and PTR are fine and we are not in any of the RBL.
    I think the problem might have something to do with NAT, but not sure where to check.
    Here is the postconf output
    xserve:~ root# postconf -n
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    content_filter = smtp-amavis:http://127.0.0.1:10024
    daemon_directory = /usr/libexec/postfix
    debugpeerlevel = 2
    enableserveroptions = yes
    html_directory = no
    inet_interfaces = all
    mail_owner = _postfix
    mailboxsizelimit = 0
    mailbox_transport = cyrus
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    mapsrbldomains =
    messagesizelimit = 10485760
    mydestination = $myhostname,localhost.$mydomain,localhost,douglaspark.school.nz,mail.douglaspar k.school.nz
    mydomain = douglaspark.school.nz
    mydomain_fallback = localhost
    myhostname = mail.douglaspark.school.nz
    mynetworks = 127.0.0.0/8,10.0.1.0/24,202.174.163.117
    newaliases_path = /usr/bin/newaliases
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = _postdrop
    smtpdclientrestrictions = permit_mynetworks zen.spamhaus.org permit
    smtpdenforcetls = yes
    smtpdpw_server_securityoptions = cram-md5,plain,login
    smtpdrecipientrestrictions = permitsasl_authenticated,permit_mynetworks,reject_unauthdestination,permit
    smtpdsasl_authenable = yes
    smtpdtls_certfile = /etc/certificates/mail.douglaspark.school.nz.crt
    smtpdtls_keyfile = /etc/certificates/mail.douglaspark.school.nz.key
    smtpduse_pwserver = yes
    smtpdusetls = yes
    unknownlocal_recipient_rejectcode = 550
    Here is the Delivery Notification.
    This report relates to a message you sent with the following header fields:
    Message-id: <1222931212.48e4730c39ea4@www.*.net.nz>
    Date: Thu, 02 Oct 2008 20:06:52 +1300 (NZDT)
    From: *@paradise.net.nz
    To: Sochet Ly <***@douglaspark.school.nz>
    Subject: Re: test
    Your message cannot be delivered to the following recipients:
    Recipient address: ****@douglaspark.school.nz
    Reason: Server rejected MAIL FROM address.
    Diagnostic code: smtp;530 5.7.0 Must issue a STARTTLS command first
    Remote system: dns;mail.douglaspark.school.nz
    (TCP|203.97.33.68|59550|202.174.163.117|25)
    Reporting-MTA: dns;smtp5.clear.net.nz (tcp-daemon)
    Original-recipient: rfc822;*@douglaspark.school.nz
    Final-recipient: rfc822;*@douglaspark.school.nz
    Action: failed
    Status: 5.0.0 (Server rejected MAIL FROM address.)
    Remote-MTA: dns;mail.douglaspark.school.nz
    (TCP|203.97.33.68|59550|202.174.163.117|25)
    Diagnostic-code: smtp;530 5.7.0 Must issue a STARTTLS command first
    Thanks in advance.
    <edited by host>

    Hi pterobyte,
    I set logging level to information, and then send myself an email inside our lan, send and receive ok, also sent an email to my external email address, then reply from external mail address here is the mail.log
    Oct 3 12:18:53 xserve postfix/smtpd[37952]: connect from xserve.douglaspark.school.nz[202.174.163.117]
    Oct 3 12:18:54 xserve postfix/smtpd[37952]: 147EC26C229: client=xserve.douglaspark.school.nz[202.174.163.117], sasl_method=CRAM-MD5, sasl_username=sochetly
    Oct 3 12:18:54 xserve postfix/cleanup[37958]: 147EC26C229: message-id=<[email protected]>
    Oct 3 12:18:54 xserve postfix/qmgr[84]: 147EC26C229: from=<*@douglaspark.school.nz>, size=647, nrcpt=1 (queue active)
    Oct 3 12:18:57 xserve postfix/smtpd[37966]: connect from localhost[127.0.0.1]
    Oct 3 12:18:57 xserve postfix/smtpd[37966]: 59AD026C246: client=localhost[127.0.0.1]
    Oct 3 12:18:57 xserve postfix/cleanup[37958]: 59AD026C246: message-id=<096B6230-9CCE-4451-B018-A509BFAD7DBC@**.school.nz>
    Oct 3 12:18:57 xserve postfix/qmgr[84]: 59AD026C246: from=<**@douglaspark.school.nz>, size=1306, nrcpt=1 (queue active)
    Oct 3 12:18:57 xserve postfix/smtpd[37966]: disconnect from localhost[127.0.0.1]
    Oct 3 12:18:57 xserve postfix/smtp[37959]: 147EC26C229: to=<*@douglaspark.school.nz>, relay=127.0.0.1[127.0.0.1]:10024, delay=3.4, delays=0.09/0.17/0.03/3.1, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 59AD026C246)
    Oct 3 12:18:57 xserve postfix/qmgr[84]: 147EC26C229: removed
    Oct 3 12:18:57 xserve postfix/pipe[37969]: 59AD026C246: to=<*@douglaspark.school.nz>, relay=cyrus, delay=0.53, delays=0.01/0.07/0/0.45, dsn=2.0.0, status=sent (delivered via cyrus service)
    Oct 3 12:18:57 xserve postfix/qmgr[84]: 59AD026C246: removed
    Oct 3 12:19:33 xserve postfix/smtpd[37952]: 5DFD426C264: client=xserve.douglaspark.school.nz[202.174.163.117], sasl_method=CRAM-MD5, sasl_username=sochetly
    Oct 3 12:19:33 xserve postfix/cleanup[37958]: 5DFD426C264: message-id=<[email protected]>
    Oct 3 12:19:33 xserve postfix/qmgr[84]: 5DFD426C264: from=<*@douglaspark.school.nz>, size=618, nrcpt=1 (queue active)
    Oct 3 12:19:35 xserve postfix/smtpd[37966]: connect from localhost[127.0.0.1]
    Oct 3 12:19:35 xserve postfix/smtpd[37966]: 84FFE26C28B: client=localhost[127.0.0.1]
    Oct 3 12:19:35 xserve postfix/cleanup[37958]: 84FFE26C28B: message-id=<[email protected]>
    Oct 3 12:19:35 xserve postfix/qmgr[84]: 84FFE26C28B: from=<**@douglaspark.school.nz>, size=1099, nrcpt=1 (queue active)
    Oct 3 12:19:35 xserve postfix/smtpd[37966]: disconnect from localhost[127.0.0.1]
    Oct 3 12:19:35 xserve postfix/smtp[37959]: 5DFD426C264: to=<*@paradise.net.nz>, relay=127.0.0.1[127.0.0.1]:10024, delay=2.3, delays=0.03/0.01/0.04/2.2, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 84FFE26C28B)
    Oct 3 12:19:35 xserve postfix/qmgr[84]: 5DFD426C264: removed
    Oct 3 12:19:36 xserve postfix/smtp[38021]: 84FFE26C28B: to=<**@paradise.net.nz>, relay=mx.paradise.net.nz[203.97.33.212]:25, delay=0.86, delays=0.01/0.02/0.58/0.26, dsn=2.0.0, status=sent (250 ok: Message 551665631 accepted)
    Oct 3 12:19:36 xserve postfix/qmgr[84]: 84FFE26C28B: removed
    Oct 3 12:20:14 xserve postfix/smtpd[38034]: connect from smtp5.clear.net.nz[203.97.33.68]
    Oct 3 12:20:17 xserve postfix/smtpd[38034]: disconnect from smtp5.clear.net.nz[203.97.33.68]
    I can see it connected from my ISP server, but then in disconnect straight away.
    and here is some recent mailaccess.log
    ct 3 12:14:04 xserve pop3s[37852]: starttls: TLSv1 with cipher AES128-SHA (128/128 bits new) no authentication
    Oct 3 12:14:04 xserve pop3s[37852]: login: [10.0.1.83] supportstaff APOP+TLS User logged in
    Oct 3 12:18:27 xserve imaps[37939]: TLS server engine: cannot load CA data
    Oct 3 12:18:27 xserve imaps[37939]: starttls: TLSv1 with cipher AES128-SHA (128/128 bits new) no authentication
    Oct 3 12:18:29 xserve imaps[37939]: login: xserve.douglaspark.school.nz [202.174.163.117] sochetly CRAM-MD5+TLS User logged in
    Oct 3 12:18:29 xserve imaps[37943]: TLS server engine: cannot load CA data
    Oct 3 12:18:29 xserve imaps[37943]: starttls: TLSv1 with cipher AES128-SHA (128/128 bits reused) no authentication
    Oct 3 12:18:29 xserve imaps[37943]: login: xserve.douglaspark.school.nz [202.174.163.117] sochetly CRAM-MD5+TLS User logged in
    Oct 3 12:18:29 xserve imaps[37943]: skiplist: recovered /var/imap/user/s/sochetly.seen (2 records, 2848 bytes) in 0 seconds
    Oct 3 12:18:29 xserve imaps[37944]: TLS server engine: cannot load CA data
    Oct 3 12:18:29 xserve imaps[37944]: starttls: TLSv1 with cipher AES128-SHA (128/128 bits reused) no authentication
    Oct 3 12:18:29 xserve imaps[37944]: login: xserve.douglaspark.school.nz [202.174.163.117] sochetly CRAM-MD5+TLS User logged in
    Oct 3 12:18:32 xserve imaps[37939]: starttls: TLSv1 with cipher AES128-SHA (128/128 bits reused) no authentication
    Oct 3 12:18:32 xserve imaps[37939]: login: xserve.douglaspark.school.nz [202.174.163.117] sochetly CRAM-MD5+TLS User logged in
    Oct 3 12:18:32 xserve imaps[37946]: TLS server engine: cannot load CA data
    Oct 3 12:18:32 xserve imaps[37946]: starttls: TLSv1 with cipher AES128-SHA (128/128 bits reused) no authentication
    Oct 3 12:18:32 xserve imaps[37946]: login: xserve.douglaspark.school.nz [202.174.163.117] sochetly CRAM-MD5+TLS User logged in
    Oct 3 12:18:37 xserve imaps[37946]: Expunged 10 messages from user.sochetly.Sent Messages
    Oct 3 12:18:57 xserve lmtpunix[37971]: Delivered: <[email protected]> to mailbox: user.sochetly
    Oct 3 12:19:03 xserve imaps[37943]: Expunged 9 messages from user.sochetly
    Oct 3 12:19:04 xserve pop3s[37977]: TLS server engine: cannot load CA data
    Oct 3 12:19:04 xserve pop3s[37977]: starttls: TLSv1 with cipher AES128-SHA (128/128 bits new) no authentication
    Oct 3 12:19:04 xserve pop3s[37977]: login: [10.0.1.83] supportstaff APOP+TLS User logged in
    Oct 3 12:24:04 xserve pop3s[38238]: TLS server engine: cannot load CA data
    Oct 3 12:24:04 xserve pop3s[38238]: starttls: TLSv1 with cipher AES128-SHA (128/128 bits new) no authentication
    Oct 3 12:24:04 xserve pop3s[38238]: login: [10.0.1.83] supportstaff APOP+TLS User logged in
    Can you tell me what is this message mean.
    TLS server engine: cannot load CA data.
    Thanks.
    Jet
    <edited by host>

  • How do you change the Received: From in the message header to correct external address

    We have trouble every so often sending a message to customers will get a bounce back.  Basically it is using our local internal name (mailserver.local) instead of our External name (mail.domain.com).  We have a pretty
    simple setup one Server (no edge server) with and SSL certificate.  I went in to the Hub Transport setting and made sure the FQDN was mail.domain.com  and it was.  I have read on the subject some people suggest getting your ISP to create a pointer
    record for the IP to the internal name. That will not work for us, because we may be changing ISPs in the near future.
    I included a bounce and current header info.
    So is there a way to change the "Received: from" server name to our external name?
    Bounce Message
    Generating server: mailserver.local
    [email protected] TUK-UTM.theirdomain.com #550 Invalid RDNS entry for 96.43.XX.XX ##
    Message headers
    Received: from mailserver.local ([::1]) by
     mailserver.local ([::1]) with mapi id 14.01.0438.000; Fri, 9 Jan
     2015 11:35:19 -0600
    Content-Type: application/ms-tnef; name="winmail.dat"
    Content-Transfer-Encoding: binary
    From: test1 <[email protected]>
    To: test2 <[email protected]>
    Subject: test 2
    Thread-Topic: test 2
    Thread-Index: AdAsMp9XJVDQap4vSC6OcUEejnFNCw==
    Date: Fri, 9 Jan 2015 11:35:18 -0600
    Message-ID: <[email protected]>
    Accept-Language: en-US
    Content-Language: en-US
    X-MS-Has-Attach:
    X-MS-Exchange-Organization-SCL: -1
    X-MS-TNEF-Correlator: <[email protected]>
    MIME-Version: 1.0
    X-MS-Exchange-Organization-AuthSource: mailserver.local
    X-MS-Exchange-Organization-AuthAs: Internal
    X-MS-Exchange-Organization-AuthMechanism: 04
    X-Originating-IP: [192.168.XX.XX]

    The error message states the reverse DNS entry isn't valid. I agree with Willard that setting up an SPF record will help your overall spam score from receiving hosts, but in this case it should simply be resolved by configuring a reverse DNS.
    Receiving mail hosts on the Internet usually care most about the IP that's connecting to them. One of the most common tests is the reverse DNS (since the SMTP connection comes from 96.43.X.X, the receiving host will ask itself "does 96.43.X.X really
    belong to the TUK-UTM.theirdomain.com ? and will go and check for PTR records for 96.43.X.X) It's this check that's failed.
    Even if you'll be changing your ISP in the future, you would still have ownership for your DNS domains, right ? It should be your company paying for this service after all.

  • TS3276 An email sent from my iMac has a button linked to a clip hosted on Vimeo. When received, the link functions on iMac and iPad, but opens a window of app icons on iPhone and iPod touch. Any ideas what's wrong?

    An email sent from my iMac has a button linked to a clip hosted on Vimeo. When received, the link functions on iMac and iPad, but opens a window of app icons on iPhone and iPod touch. Any ideas what's wrong?

    For anyone else reading this thread, it is worth knowing that sometimes an email is, or can be, corrupted thereby jamming the works. The solution above is good, but I just wanted to suggest another one.
    If the problem arises, go to an online mail access service, such as Mail2Web.com and login to you mail account there and delete the offending message.
    Problem solved.
    And George, as this is all entirely voluntary, whinging about no takers may not endear people to you. Besides which, a few minutes of searching on Google would have found you a number of solutions.

  • I was recently blocked from using app Jack'D. Message I receive says "Your device has been blocked". How can I get around this?

    I was recently blocked from using app Jack'D. Message I receive says "Your device has been blocked". How can I get around this?

    Quoted from their FAQ's:
    I got an error message saying my device is blocked. Why did this happen?
    There are two reasons this could happen: You have deleted your account or you have been banned due to violation of terms of service.
    - You have deleted your account.
    When you delete your account, you agree that your device would be blocked for at least one month. This policy is enforced in order to protect users from stalkers. (If the system allowed users to create and delete their accounts any time they wanted, the Block feature would be compromised and wouldn't be able to protect users effectively.) Please understand this is not a punishment but a security measure intended to keep all of our users safe.
    - You have been banned due to violation of terms of service.
    Users of this mobile application are required to comply with our terms of service and instructions provided by our service team. The most common violations include, but are not limited to: Creating multiple accounts, uploading pictures not complying with our terms, and abusing the Report feature. In most situations, you will get a warning before you are banned from the app. If you receive a warning from our service team, please read it carefully and take it seriously. If anything is not clear, please contact user support for clarification.

  • Error: System.Management.Automation.RemoteException: Federation information could not be received from the external organization.

    Greetings.
    I'm getting 2 errors and 1 warning in the Hybrid Configuration object:
    INFO : Session=Tenant Cmdlet=Get-FederationInformation -DomainName 'SanJuanCiudadPatria.com' -BypassAdditionalDomainValidation: $true START
    ERROR : System.Management.Automation.RemoteException: Federation information could not be received from the external organization.
    INFO : Session=Tenant Cmdlet=Get-FederationInformation FINISH Time=2620.7003ms
    INFO : Session=Tenant Cmdlet=Get-FederationInformation -DomainName 'SanJuanCiudadPatria.com' -BypassAdditionalDomainValidation: $true START
    ERROR : System.Management.Automation.RemoteException: Federation information could not be received from the external organization.
    INFO : Session=OnPrem Cmdlet=Get-OrganizationConfig START
    INFO : Session=OnPrem Cmdlet=Get-OrganizationConfig FINISH Time=203.229ms
    WARNING : Office 365 was unable to communicate with your on-premises Autodiscover endpoint.  This is typically due to incorrect DNS or firewall configuration.  The Office 365 tenant is currently configured to use the following URL for Autodiscover
    queries from the Office 365 tenant to the on-premises organization - https://autodiscover.SanJuanCiudadPatria.com/autodiscover/autodiscover.svc/WSSecurity. See the following article for further information: http://go.microsoft.com/fwlink/p/?LinkId=275838
    Any help would be greatly appreciated.
    Hello World.

    Hello,
    If the IIS configuration is missing the svc-Integrated handler mapping, the issue may occur. Please try to refer to the following KB to check if the issue can be solved.
    http://support.microsoft.com/kb/2626696
    Please check if there is A record for autodiscover on public DNS server or DNS SRV record.
    Additional blog for your reference.
    http://blogs.technet.com/b/mikehall/archive/2013/08/21/office-365-insight-into-the-hybrid-configuration-wizard-part-2.aspx
    Cara Chen
    TechNet Community Support

  • Any email I receive from an AOL acct "has no content" on iPad

    Any email I receive from an AOL acct "has no content" on iPad, but does on PC. Same applies to iPhone. Email provider is AT&amp;T Yahoo. Any ideas on why or a workaround? No other email source has this issue, just AOL.

    Under the settings and the mail,contacts, calendars tab there is a setting for 'load remote images'. Could that be the issue? are the e-mails that aren't showing up ones that, for example, are largely an image with links, like a e-mail from gap or old navy or the such? Such e-mails are 'remote images', meaning the e-mail, when you open it, contacts their server to download the splashpage ad. If that's turned to 'off' then those images won't load and mails that are made up of images would look empty.

  • My startup disk is full?!?!  This has been happening for a while and I have dumped 4500 jepegs from iPhoto onto an external drive to try and free up space.  I am still recieving the "Startup disk full" message.  What more can I do?!?!

    My startup disk is full?!?!  This has been happening for a while and I have dumped 4500 jepegs from iPhoto onto an external drive to try and free up space.  I am still recieving the "Startup disk full" message.  What more can I do?!?!

    Did you empty the Trash?
    What size hard drive & how much free space. You should always have a minimum of 10-15% or more free space?
     Cheers, Tom

  • I want to receive a Multicast UDP message per interrupt, not per polling

    I want to send more than 6 UDP Mulitcast messages( 1514 bytes per frame) directly after another.
    After that, I want to receive all these messages. Because of the internal buffer length limit, I can only send a maximum of 6 messages. If sending more than 6 messages of that size, messages get lost. It is not possible for me to poll with the UDPRead.vi in parallel whether messages are already received, because it takes too much time.
    Is there any possibility, to do receive UDP Multicast messages by interrupt, if the buffer (Windows) detects any incoming messages?
    Is there any other possibility?
    PS: It is not possible for me to switch to TCP/IP, because we will change later the target to an embedded system.

    Hi,
     I wanted to create one SSID using cli commands, on AIR-AP1230B-A-K9.
    Please find the attached my ap details in "ap info.png", 
    To create the ssid(in open authentication mode ) using cli commands i had followed the below steps.
    AP1200(config-ssid)#dot11 ssid HM_CON_OPEN
    AP1200(config-ssid)#vlan 2
    AP1200(config-ssid)#Authentication open
    AP1200(config-ssid)#Mbssid Guest-mode
    AP1200(config-ssid)#end
    After that encryption setup followed the below commands 
    AP1200#configure t
    Enter configuration commands, one per line.  End with CNTL/Z.
    AP1200(config)#inter
    AP1200(config)#interface do
    AP1200(config)#interface dot11Radio 0
    AP1200(config-if)#encryption vlan 2 mode wep mandatory
    AP1200(config-if)#exit
    AP1200(config)#exit
    AP1200#wr
    To make the raio dot11 0 up and running given below commands 
    AP1200#configure t
    Enter configuration commands, one per line.  End with CNTL/Z.
    AP1200(config)#inter
    AP1200(config)#interface do
    AP1200(config)#interface dot11Radio 0
    AP1200(config-if)#no sh
    AP1200(config-if)#no shutdown
    The expected is HM_CON_OPEN has to broadcast in air.
    Observations:
    In GUI i can see that radio is down in Radio0-802.11B, please find the attached "radio_down.png".
    in event logs it is showing that "No SSID with VLAN configured. Dot11Radio0 not started." warning messgae(please find the attached event_log.png file). but i created the vlan 2 for my ssid.
     After this i am unable to delete the ssids which i had created previous ones. in GUI, can i delete the ssid using cli commands?(pls mention the command)
    I wanted to know the point where i did wrong ?
    Any steps need to follow for cli configurations for creating the SSIDs? 
    Could you please help me on this.....
    Thanks,
    Kishore.

  • BI Analytics - ORA-12637: Packet receive failed at OCI call OCIServerAttach

    Hi All,
    I'm running through 1 of the tutorials at the moment, and when I try to view results in an Analytics dashboard, I get the following error message: -
    View Display Error
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 17001] Oracle Error code: 12637, message: ORA-12637: Packet receive failed at OCI call OCIServerAttach. [nQSError: 17014] Could not connect to Oracle database. (HY000)
    SQL Issued: SELECT s_0, s_1, s_2, s_3 FROM ( SELECT 0 s_0, "Sample Sales"."Products"."Type" s_1, "Sample Sales"."Time"."Per Name Year" s_2, "Sample Sales"."Base Facts"."Revenue" s_3 FROM "Sample Sales" ) djm
    The database is running and I can connect to it through SQLPLUS, I can tnsping the DB, can anyone help me debug this?
    Thanks,
    Mike

    1. If you are using SampleSales I assume these are xml files. If so, check your initb to verify the correct path for the folders.
    2. If you are using database, check if you have place the tns in the Oracle_BI1/Network location

  • Is there a way to broadcast an external hard drive to all my apple products?

    Im trying to broadcast my external HD to all of my apple devices. between my wife and i we have 2 macbooks,iphones,ipads, and a mac mini it would be nice to be able to share the movies and music across all the devices. i believe that the time capsule could do this but im not sure if that what is soposed to do? if it does how do i load all the movies and music into it. and secondly if time capsule is the best route how would i also hook up the printer to print wirelessly? it only has one USB port. could i have both or is it an either or?

    You cannot "broadcast" the content of your External HD to the network from a TC or apple router. The TC is a dumb as a board hard disk in a router.. there is no.. repeat NO, NONE WHATSOEVER, media extensions, servers or the like in the TC.. it is a target for TM backups.
    If you want to use for example iTunes to your household as a server (there is no itunes server as such) you must have a computer running itunes.
    See http://support.apple.com/kb/ht3819
    Home sharing itunes.. just google it.. loads of info out there.

  • AppleYukon2 - bad packet received

    shortly after rebooting, my system starts throwing the following error message, sometimes ten times a second:
    AppleYukon2 - bad packet received
    at the same time my network speeds plummet from 7m/sec down to 400 k/sec.
    any idea what's going on? i am connected to the internet via a switch to a router to a dsl modem. another machine coming off the same switch has no problem.
    ADthanksVANCE!

    I am also experiencing this. It doesn't seem to happen as fast as it does for you, but does happen when I start copying files over the network via SMB/CIFS (windows file shares) or anything that seems to move at high speeds.
    What is happening to me is that around the time this happens, all network connectivity drops. This seems to begin happening after the last system/security update.
    Last lines of dmesg after a clean boot up:
    AppleYukon2 - en0 link active, 100-Mbit, half duplex port 0
    AirPort: Link Down on en1
    Last lines of dmesg after beginning to move some files around via smb/cifs, etc:
    AppleYukon2 - bad packet received. length: 1513, packet status bits: CRC error
    AppleYukon2 - bad packet received. length: 1513, packet status bits: CRC error
    AppleYukon2 - bad packet received. length: 1513, packet status bits: CRC error
    AppleYukon2: 00000000,00000000 skgehw - cppSkDrvEvent - SKDRV_RXOVERFLOW: rcv fifo overflow

  • Sockets, multicast/broadcast, UDP, TCP, SO_REUSEADDR, SO_REUSEPORT and SO_EXCLUSIVEADDRUSE

    EDIT: the topic was moved to https://social.msdn.microsoft.com/Forums/vstudio/en-US/6b0fbcbc-1139-4d7a-a62a-a5b16a6e0229/sockets-multicastbroadcast-udp-tcp-soreuseaddr-soreuseport-and-soexclusiveaddruse?forum=wcf .
    Hello,
    in the project Dao (https://github.com/daokoder/dao) we got stuck upon a problem with a wrapper interface for bind(), which should be multiplatform (work on all Windows versions from XP higher and also on BSDs and also other POSIX systems) and offer the
    following two options:
    1) A safe bind of one socket, one address (specific or wildcard) and one port such that no other process (disregarding the user the process runs under and disregarding user privileges) could be successful with a call to bind() on the same socket with the
    same address and the same port.
    2) A bind with allowing multicast/broadcast, reuse of address, port and all these disregarding the state of the socket (e.g. TIME_WAIT) and disregarding the type of connection (UDP, TCP). In other words, the behavior should be the same a the behavior of
    BSD sockets in all cases and under all conditions.
    The main differences between BSD and Windows are conveniently described on http://stackoverflow.com/questions/14388706/socket-options-so-reuseaddr-and-so-reuseport-how-do-they-differ-do-they-mean-t . According to that, one would say that a solution:
    1) For BSD "0" and for Windows "SO_EXCLUSIVEADDRUSE"
    2) For BSD "SO_REUSEPORT | SO_REUSEADDR" and for Windows "SO_REUSEADDR"
    is enough. But it's not true. For example due to Enhanced Socket Security and their behavior described in the table http://msdn.microsoft.com/en-us/library/windows/desktop/ms740621(v=vs.85).aspx (after first call to bind() with wildcard address and SO_REUSEADDR
    set, a second call to bind() with non-wildcard address and SO_REUSEADDR set will fail with error WSAEACCES).
    A solution might be to gather all the needed information (like user id, if there are any processes using that particular socket and if a call to connect() was already issued in case of TCP) and according to this information use the right mix of options SO_REUSEADDR,
    SO_EXCLUSIVEADDRUSE and others if needed. We didn't find though enough documentation about where to get all the needed information. Note that this solution would need an atomic query on socket (for all the information) in conjunction with a call to bind().
    Another solution could be to call bind() with different flags and decide upon the return error codes. This is though a nasty hack we would like to avoid.
    The question for you is, if you happen to know about any better solution than the ones mentioned above. There is a public discussion about this problem starting with comment https://github.com/daokoder/dao/issues/243#issuecomment-60434078 .
    Thank you in advance!

    Hi dao_lang_rulezz,
    Thanks for posting in the TechNet Forum.
    As my point of viewer, this requirement is related to program developing issue.
    This forum is related to Windows 8.1 Client.
    To receive better support, it is recommend to ask in corresponding developing forum.
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • How do i repair or recover data from a corrupt USB external hard drive that does not show up on my Mac desktop or disk utility

    How do i repair or recover data from a corrupt USB external hard drive that does not show up on my Mac desktop or disk utility?
    Last night i was using my external hard drive, for some reason the folder just closed and i couldn't find it on my desktop.
    After googling solutions, i found it in the disk utilities, i clicked on the 'repair' button many times, but it said the 'error...' message.
    So i ejected it to try again, now when i connect the USB external hard drive it doesn't show up on my desktop or disk utilities.
    I really just want to either repair or recover the data on it because it literally has everything (documents, work files, photos etc) on it,
    I downloaded an application to recover my files but it needs the USB to at least show up.recognise it which mine doesn't.
    I know i should've backed it up on another USB, this definitely teaches me for next time to back up all my files.
    Are the files lost forever or can i recover them by going to a shop or using a software?

    Thank you for responding.
    This might sound stupid since i'm not really knowledgeable with Macs,
    but since all my files were moved from my mac computer to the external hard drive,
    is it possible to recover those files through my Mac - like recovering deleted files? 

  • Sending from Business workplace to External mail ID

    Hi,
    Please Some help me on this issue am getting below error  when am trying to send mail from Business Workplace to External Mail
    Cannot process message , no route from SAPUSER TO abc123 at gmail dot com
    I done configuration by refereeing below.
    Please follow these steps:
    1.) tcode = SCOT
    2.) double click SMTP
    3.) under "SMTP Connection" section, fill in your mail host IP(ex: webmail.sap.com) and the port number(25) and code page = No conversion.
    4.) under "Supported address types", make sure Internet is checked, and click on "Set". The Address area has to be *
    5.) To test route,
    SCOT -->Utilities --> Routing test
    RecipientAddr.type = INT
    Recipient addr. = abc.xyz at sap dot com
    6.) You also need to set the Default Domain.
    SCOT --> Settings --> Default Domains (webmail.sap.com)
    7.)Now go to tcode SBWP,compose a mail and in the recipient address,enter abc.xyz at sap dot com and send.
    8.) Come back to SCOT and click on Utilities-->Start send process(CtrlF7) and execute.+
    Thanks,
    GAL

    Hi
    Same problem with me.
    Mails are not sending to external mail id.
    Pls help me out!
    Regards.

Maybe you are looking for

  • Bootcamp: Macbook Pro 13' late 2011 won't boot from USB, no superdrive.

    Some months ago I replaced the superdrive in my Mac with a SSD. This resulted in my Boot Camp not working, therefore I deleted it. The thing is that I have been wanting to install Windows again but it just seems impossible. I find myself pretty confi

  • Timer in ABAP report

    Hi Experts, I got a requirement to include a timer in the report that will show the time elapsed during the running of the report. It was told there is some function module for that. If anybody can help on this . Thanks, Shibaji.

  • How to create PO with reference to Pr through BAPI

    Hi everybody I wanted to create PO with reference to PR through BAPI_PO_CREATE (4.6c), but i found there is no field to set PR info in the parameter. Is the bapi right for this case, or there are other functions? THANKS FOR ANY ADVICE! Best regards,

  • Bizarre permissions issue: Can't write to owned folders

    Has anyone experienced this and possibly has a fix ? I used Carbon Copy Cloner to duplicate a drive, and everything seems to be OK with the new drive (all the files are there and read properly), except I cannot write to any of the drive's subdirector

  • HELP! Can't import photos!!

    "iPhoto cannot import your photos because there was a problem writing to the volume containing your iPhoto library" WHAT THE **** DOES THAT MEAN?!?!?! and how do I solve this problem?